-
Notifications
You must be signed in to change notification settings - Fork 144
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
Increment version to 1.2.2. #243
Conversation
Signed-off-by: dblock <[email protected]>
|
Tried to repro locally but could not. The test failure that is relevant is testNodeOperation_modelInCache. The other test carries state from this test (which needs to be fixed) and that causes the failure. I believe if testNodeOperation_modelInCache succeeds then the other one will as well. I see someone kicked off another run. I am going to see what happens and continue looking into why testNodeOperation_modelInCache may have failed. |
@jmazanec15 I kicked another run to see if the issue is transient |
These 2 tests appear to be flaky. From output:
Model gets evicted. But cache may not update in time for assert. Given that I am unable to reproduce failure locally, I think these cases can be commented out @dblock and marked as flaky. |
Signed-off-by: dblock [email protected]
Description
Increment version to 1.2.2.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.