Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestRail API problems #19

Open
DamianBedEpam opened this issue Mar 13, 2023 · 2 comments
Open

TestRail API problems #19

DamianBedEpam opened this issue Mar 13, 2023 · 2 comments
Labels
issue:on-roadmap planned for upcoming releases

Comments

@DamianBedEpam
Copy link

During the execution of the tests, we receive TestRail errors which point to some TestRail API misfunction (at least 500).

Could not send TestRail result for case C111: 0 No response from TestRail >> No response from TestRail 
 
Could not send TestRail result for case C222: 503 Service Unavailable >> Missing Error

Could you add some retry to your plugin to resend the test result/status again to the TestRail API after some time?
And will be good if the retry option and waiting time are parameterized to can use them or not and have the possibility to set the requested waiting time.

@boxblinkracer
Copy link
Owner

Hi there

oh wow...503 unavailable is interesting...havent seen that myself so far..but I think that is finally the solution for the empty response

I can do a retry yes, but a delayed one could be a problem. its no real stateful system where I could send it an hour later :)

would that help you to add some kind of retry (INT based) count where it would try it again on errors?

@DamianBedEpam
Copy link
Author

Hi,
For sure, in the beginning, will be good and probably will increase our results in TestRail.
Do you have in mind what errors code you will handle?

@boxblinkracer boxblinkracer added the issue:on-roadmap planned for upcoming releases label Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue:on-roadmap planned for upcoming releases
Projects
None yet
Development

No branches or pull requests

2 participants