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

[BUG] Fix flaky test org.opensearch.clustermanager.ClusterManagerTaskThrottlingIT.testTimeoutWhileThrottling #5452

Closed
Rishikesh1159 opened this issue Dec 5, 2022 · 2 comments
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run

Comments

@Rishikesh1159
Copy link
Member

Rishikesh1159 commented Dec 5, 2022

Describe the bug
New flaky test org.opensearch.clustermanager.ClusterManagerTaskThrottlingIT.testTimeoutWhileThrottling

org.opensearch.clustermanager.ClusterManagerTaskThrottlingIT > testTimeoutWhileThrottling FAILED
    java.lang.AssertionError: expected:<1> but was:<0>
        at __randomizedtesting.SeedInfo.seed([2062CE3E58A80654:BE99C32BBA65E511]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:633)
        at org.opensearch.clustermanager.ClusterManagerTaskThrottlingIT.testTimeoutWhileThrottling(ClusterManagerTaskThrottlingIT.java:175)

From comment

Found:
-> https://build.ci.opensearch.org/job/gradle-check/6742/
-> https://build.ci.opensearch.org/job/gradle-check/6556/

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Plugins
Please list all plugins currently enabled.

Screenshots
If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@Rishikesh1159 Rishikesh1159 added bug Something isn't working untriaged flaky-test Random test failure that succeeds on second run and removed untriaged labels Dec 5, 2022
@andrross
Copy link
Member

andrross commented Dec 5, 2022

@Rishikesh1159 I believe this was fixed in #5152

Do you have an example of a more recent failure?

@Rishikesh1159
Copy link
Member Author

Nice, I didn't know we already fixed it. Last occurrence I see this is: https://build.ci.opensearch.org/job/gradle-check/6742. Thanks @andrross for pointing out. I think this is duplicate of already closed issue. I can close this one then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run
Projects
None yet
Development

No branches or pull requests

2 participants