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 Test: homepage app Kibana takes you home clicking on console on homepage should take you to console app #21199

Closed
stacey-gammon opened this issue Jul 25, 2018 · 1 comment
Assignees
Labels

Comments

@stacey-gammon
Copy link
Contributor

Hit here: #20858 (comment)

screenshot:
homepage app kibana takes you home clicking on console on homepage should take you to console app

output:

20:48:59    │ proc  [ftr]        └- ✓ pass 
20:48:59    │ proc  [ftr]      └-> clicking on console on homepage should take you to console app
20:48:59    │ proc  [ftr]        └-> "before each" hook: global before each
20:48:59    │ proc  [ftr]        │ debg  TestSubjects.click(homeSynopsisLinkconsole)
20:48:59    │ proc  [ftr]        │ debg  TestSubjects.find(homeSynopsisLinkconsole)
20:48:59    │ proc  [ftr]        │ debg  findByCssSelector [data-test-subj~="homeSynopsisLinkconsole"]
20:49:04    │ proc  [ftr]        │ info  Taking screenshot "/var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/kibana/test/functional/screenshots/failure/homepage app Kibana takes you home clicking on console on homepage should take you to console app.png"
20:49:04    │ proc  [ftr]        │ info  Current URL is: http://localhost:5620/app/kibana#/dev_tools/console?_g=(refreshInterval:(pause:!f,value:0),time:(from:now-15m,mode:quick,to:now))
20:49:04    │ proc  [ftr]        │ info  Saving page source to: /var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/kibana/test/functional/failure_debug/html/homepage app Kibana takes you home clicking on console on homepage should take you to console app.html
20:49:04    │ proc  [ftr]      └- ✖ fail: "homepage app Kibana takes you home clicking on console on homepage should take you to console app"
20:49:04    │ proc  [ftr]      │        Error: expected false to equal true
20:49:04    │ proc  [ftr]      │         at Assertion.assert (node_modules/expect.js/index.js:96:13)
20:49:04    │ proc  [ftr]      │         at Assertion.be.Assertion.equal (node_modules/expect.js/index.js:216:10)
20:49:04    │ proc  [ftr]      │         at Assertion.(anonymous function) [as be] (node_modules/expect.js/index.js:69:24)
20:49:04    │ proc  [ftr]      │         at Context.it (test/functional/apps/home/_home.js:39:71)
20:49:04    │ proc  [ftr]      │         at <anonymous>
20:49:04    │ proc  [ftr]      │         at process._tickCallback (internal/process/next_tick.js:188:7)
20:49:04    │ proc  [ftr]      │       

Strange, according to the error and the screenshot, it looks like it should have passed. Perhaps the final check needs to be in a loop. Need to take a look at the code to further investigate.

@nreese nreese self-assigned this Jul 25, 2018
@stacey-gammon
Copy link
Contributor Author

Sorry for the false alarm, this is an actual issue in my PR. Just so used to everything being flaky. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants