-
Notifications
You must be signed in to change notification settings - Fork 855
Bugfix for recurring Jenkins error in api-simple-modify-example-cluster-spec.rb #10190
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
Bugfix for recurring Jenkins error in api-simple-modify-example-cluster-spec.rb #10190
Conversation
…er-spec.rb DependencyProxy::skipSome did not work correctly with multiple dependencies if atMost was reached, returning DONE early.
http://jenkins.arangodb.biz:8080/view/PR/job/arangodb-matrix-pr/6639/ |
@goedderz : cool, I was about to investigate this locally just now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Looks to me as if it fixes the problem. |
…er-spec.rb (#10190) DependencyProxy::skipSome did not work correctly with multiple dependencies if atMost was reached, returning DONE early.
…er-spec.rb (#10190) DependencyProxy::skipSome did not work correctly with multiple dependencies if atMost was reached, returning DONE early.
* Added regression test for #10190
…tten (#10199) * Bugfix for recurring Jenkins error in api-simple-modify-example-cluster-spec.rb (#10190) DependencyProxy::skipSome did not work correctly with multiple dependencies if atMost was reached, returning DONE early. * Updated CHANGELOG * Deleted CHANGELOG entry * Added regression test for #10190 * Added missing include
Scope & Purpose
Fix an error we've seen occasionally during PR tests in
api-simple-modify-example-cluster-spec.rb
.DependencyProxy::skipSome
did not work correctly with multiple dependencies ifatMost
was reached, returningDONE
early.Testing & Verification
Documentation
No CHANGELOG entry, as it did never affect 3.5.