Replies: 1 comment
-
@YevhS Hi Yenhen, cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 5 builds with approximately 900 integration tests in each that run in Git Hub actions CI. I use allure-mocha reporter version 2.11.1 and test ops cloud instance. And sometimes 1-2 builds fail with allurecltl upload command error
Cannot create session with request
, and I can also see 500 response :An average successful test upload looks like this one:
There are also other builds with UI tests and the overall number of all test cases in launch is about 6000. All other builds work ok, the problem occurs only with API builds, and my first guess was that maybe it can be connected with number of test cases, because all other builds have about 200 test cases each.
So can the issue be really connected with the number of test cases in failing builds or there are some other possible issues, and how is it possible to debug it, because all I can actually see it's only 500 error.
Beta Was this translation helpful? Give feedback.
All reactions