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] Flakey cypress test #106

Closed
annie3431 opened this issue Sep 10, 2021 · 1 comment
Closed

[BUG] Flakey cypress test #106

annie3431 opened this issue Sep 10, 2021 · 1 comment
Labels
bug Something isn't working v1.2.0

Comments

@annie3431
Copy link
Contributor

Describe the bug
The following cypress test is flakey:

 1) Bucket-Level Monitors
       can be created
         by extraction query:
     AssertionError: Timed out retrying after 10000ms: Expected to find content: 'This table contains 1 row' but never did.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress/integration/bucket_level_monitor_spec.js:319:10)

Should update the assertion to something more stable.

To Reproduce
Steps to reproduce the behavior:

  1. Run yarn run cypress open or yarn run cypress run along with OpenSearch and OpenSearch dashboard in background. (Detailed instructions in README or documentation)
  2. Check the "Bucket-Level Monitors can be created by extraction query" cypress test. If not failing, try a few more times.

Expected behavior
Will see the error AssertionError: Timed out retrying after 10000ms: Expected to find content: 'This table contains 1 row' but never did.

Host/Environment (please complete the following information):

  • Version 1.1.0
@AWSHurneyt
Copy link
Collaborator

Closing this issue as it was resolved with this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v1.2.0
Projects
None yet
Development

No branches or pull requests

2 participants