Orician
Orician
Modified `t/xrpc/pingpong.t` to expect a 400 error code when creating the route with `superior_id = 10000`. This aligns the test with the new validation logic. Added cleanup test to avoid...
`httpbin.org:80 ` Is this external service reliable? My local development container performs tests, this service sometimes times out, sometimes returns 503, sometimes it can be accessed normally and passes the...
1) jwe-decrypt.t - Change: Updated TEST 26 assertion to match upstream Authorization header when echoed as an array, i.e., allowing "Authorization": ["hello"]. - Reason: httpbin’s /headers returns headers as arrays;...
During the last CI test run, I noticed that the `jwe-decrypt.t` test failed. The reason was that the `Authorization` field in the response headers had a value of `"Authorization": ["hello"]`....
https://github.com/apache/apisix/actions/runs/20190600057/job/58037592121?pr=12794 - **CI log breakdown**: 1st run: TEST 20 failed, 23 passed Retry run: All 23 passed but process exited with code 1 - Could this be a flaky test...
```txt Test Summary Report ------------------- t/plugin/mcp-bridge.t (Wstat: 0 Tests: 10 Failed: 3) Failed tests: 7-9 Parse errors: No plan found in TAP output Files=5, Tests=182, 56 wallclock secs ( 0.04...
> > We need to add additional tests to check the schema configuration in order to avoid encountering similar issues again. > > Hi @yixianOu, could you add a simple...
add additional tests to check the schema configuration
https://github.com/apache/apisix/actions/runs/20191178102/job/58038560408?pr=12795 CI Test Failure Analysis : - Failed test: TEST 15 "add plugin with algorithm nanoid" in t/plugin/request-id.t - Failure cause: Duplicate IDs occurred when generating 180 nanoids concurrently, leading...