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 5.x test #11339

Closed
stacey-gammon opened this issue Apr 19, 2017 · 8 comments
Closed

Flaky 5.x test #11339

stacey-gammon opened this issue Apr 19, 2017 · 8 comments
Labels
bug Fixes for quality problems that affect the customer experience test

Comments

@stacey-gammon
Copy link
Contributor

I've run across

         │ debg  in findAllByCssSelector: .filter-bar > .filter
           │ debg  Found 0 for selector .filter-bar > .filter
         └- ✖ fail: "dashboard app dashboard view edit mode shows lose changes warning and loses changes on confirmation when a filter is deleted"
         │        TypeError: Cannot read property 'click' of undefined
         │         at Context.<anonymous> (test/functional/apps/dashboard/_view_edit.js:181:17)
         │         at undefined.next (native)

failure a few times that goes away on a retest. So far only seems to happen in 5.x

Filing here to keep track.

@thomasneirynck
Copy link
Contributor

Yes. I have not seen this happening on 5.4 or master, so not sure what's special with 5.x.

@jbudz
Copy link
Member

jbudz commented Apr 20, 2017

@jbudz jbudz added bug Fixes for quality problems that affect the customer experience test labels Apr 20, 2017
@jbudz
Copy link
Member

jbudz commented Apr 21, 2017

More data points, both 5.4 and 5.x are red atm.

@jbudz
Copy link
Member

jbudz commented Apr 21, 2017

#11372 was merged, will keep an eye on builds and reopen if necessary.

@jbudz jbudz closed this as completed Apr 21, 2017
@jbudz jbudz reopened this Apr 21, 2017
@jbudz
Copy link
Member

jbudz commented Apr 21, 2017

@stacey-gammon
Copy link
Contributor Author

stacey-gammon commented Apr 22, 2017

Ran this locally and hit the error. There was no data, so 0 filters is actually accurate. I'll have to dig a little deeper to figure out whether the time range was wrong, or the visualizations didn't refresh properly.

@stacey-gammon
Copy link
Contributor Author

Not sure if this is a new one or related, but there is another 5.x flaky test related to dashboard filtering:

         └- ✖ fail: "dashboard app dashboard view edit mode shows lose changes warning and loses changes on confirmation when a filter is deleted"
08:55:39.745          │        tryForTime timeout: Error: expected filters
08:55:39.745          │           at /var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/test/functional/apps/dashboard/_view_edit.js:179:40
08:55:39.745          │           at undefined.next (native)
08:55:39.745          │           at step (/var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/test/functional/apps/dashboard/_view_edit.js:1:1)
08:55:39.745          │           at /var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/test/functional/apps/dashboard/_view_edit.js:1:1
08:55:39.745          │           at process._tickDomainCallback (internal/process/next_tick.js:135:7)
08:55:39.745          │         Error: tryForTime timeout: Error: expected filters

and the related screenshot:
dashboard app dashboard view edit mode shows lose changes warning and loses changes on confirmation when a filter is deleted

I suspect the initial click on the filter slice failed.

@stacey-gammon
Copy link
Contributor Author

Closing this since we don't run 5.x tests anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience test
Projects
None yet
Development

No branches or pull requests

3 participants