-
Notifications
You must be signed in to change notification settings - Fork 6
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
Intermittent test failure #19
Comments
Quick guess: I had originally mis-read the JSON-RPC specification, and thought that the ID was supposed to be random. On a re-read, this appears to be incorrect, and they should be sequential. Currently, I'm re-generating the id with each |
Fixed in 387859c. ID now increments sequentially. |
Changelog diff is: diff --git a/Changes b/Changes index 54c6b93..521c844 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Perl extension Zabbix-Tiny {{$NEXT}} +1.09 2017-04-30T02:30:34Z + - GitHub Issue #17 - Empty response from the API not handled properly + - GetHub Issue #19 - Intermittent test failure + 1.07 2016-08-11T18:43:07Z - GitHub Issue #15 - Using Modern::Perl instead of strict and warnings in tests.
The following failure is intermittently observed in test 02_apiinfo.version.t:
Will look into this before pushing to CPAN.
The text was updated successfully, but these errors were encountered: