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

Flaky testResourceGroupManager tests #6495

Closed
raghavsethi opened this issue Nov 1, 2016 · 1 comment
Closed

Flaky testResourceGroupManager tests #6495

raghavsethi opened this issue Nov 1, 2016 · 1 comment
Assignees

Comments

@raghavsethi
Copy link
Contributor

This causes ~30% of Travis runs to fail.

'''
Tests run: 1696, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2,623.875 sec <<< FAILURE!
testResourceGroupManager(com.facebook.presto.execution.TestQueues) Time elapsed: 4.925 sec <<< FAILURE!
java.lang.AssertionError: expected [2] but found [1]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:494)
at org.testng.Assert.assertEquals(Assert.java:123)
at org.testng.Assert.assertEquals(Assert.java:265)
at org.testng.Assert.assertEquals(Assert.java:275)
at com.facebook.presto.execution.TestQueues.testBasic(TestQueues.java:95)
at com.facebook.presto.execution.TestQueues.testResourceGroupManager(TestQueues.java:52)
'''

@raghavsethi raghavsethi changed the title Fix flaky testResourceGroupManager tests Flaky testResourceGroupManager tests Nov 1, 2016
@cberner
Copy link
Contributor

cberner commented Nov 2, 2016

Should be fixed by #6504

@cberner cberner closed this as completed Nov 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants