spacewander commented on pull request #3754:
URL: https://github.com/apache/apisix/pull/3754#issuecomment-791065981


   > 
   > 
   > Hello, @juzhiyuan can you please help me figure out why one check is 
failing?
   > In details, it is showing this error:
   > 
   > 
![image](https://user-images.githubusercontent.com/55776390/109984355-b2184c00-7d29-11eb-88a2-a854f600b88d.png)
   
   The test failed because:
   ```
   #   Failed test 'TEST 1: generate different random number in different 
worker process - response_body - response is expected (repeated req 0, req 0)'
   #   at /home/runner/work/apisix/apisix/test-nginx/lib/Test/Nginx/Socket.pm 
line 1589.
   # @@ -1,4 +1,4 @@
   #  random[1] == random[2]: false
   #  random[2] == random[3]: false
   #  random[3] == random[4]: false
   # -random[4] == random[5]: false
   # +random[4] == random[5]: true
   # Looks like you failed 1 test of 3.
   t/core/random.t ............................ 
   Dubious, test returned 1 (wstat 256, 0x100)
   ```
   
   Look like this case is unstable.
   
   The error message in the image is expected.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to