You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "afzal442 (via GitHub)" <gi...@apache.org> on 2023/05/03 07:39:03 UTC

[GitHub] [apisix-ingress-controller] afzal442 commented on pull request #1824: Refactor the apisix route validation test function

afzal442 commented on PR #1824:
URL: https://github.com/apache/apisix-ingress-controller/pull/1824#issuecomment-1532581907

   After testing it's got
   ```
   === RUN   TestValidateApisixRouteV2/validating_is_failed_due_to_unknown_plugin_name
   2023-05-03T07:25:52Z    error   validation/utils.go:105 failed to get the schema of plugin Not-A-Plugin: can't find the plugin schema
   --- PASS: TestValidateApisixRouteV2 (0.00s)
       --- PASS: TestValidateApisixRouteV2/validating_is_successes (0.00s)
       --- PASS: TestValidateApisixRouteV2/validating_is_failed_due_to_missing_required_fields (0.00s)
       --- PASS: TestValidateApisixRouteV2/validating_is_failed_due_to_invalid_break_response_code (0.00s)
       --- PASS: TestValidateApisixRouteV2/validating_is_failed_due_to_invalid_max_breaker_sec (0.00s)
       --- PASS: TestValidateApisixRouteV2/validating_is_failed_due_to_unknown_plugin_name (0.00s)
   --- PASS: TestValidateApisixRouteHTTPV2 (0.00s)
       --- PASS: TestValidateApisixRouteHTTPV2/validating_is_successes (0.00s)
       --- PASS: TestValidateApisixRouteHTTPV2/validating_is_failed_due_to_missing_required_fields (0.00s)
       --- PASS: TestValidateApisixRouteHTTPV2/validating_is_failed_due_to_invalid_break_response_code (0.00s)
       --- PASS: TestValidateApisixRouteHTTPV2/validating_is_failed_due_to_invalid_max_breaker_sec (0.00s)
       --- PASS: TestValidateApisixRouteHTTPV2/validating_is_failed_due_to_unknown_plugin_name (0.00s)
   ```
   cc @tao12345666333 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org