inspirehep / inspire-next

The INSPIRE repo.
https://inspirehep.net
GNU General Public License v3.0
59 stars 69 forks source link

tests: investigate flakiness of test_submit_author #2222

Closed jacquerie closed 7 years ago

jacquerie commented 7 years ago

For example: https://travis-ci.org/inspirehep/inspire-next/jobs/221069173

jacquerie commented 7 years ago

@rikirenz I remember that we discussed this, but I don't remember what you told me about it... mind writing it down here?

rikirenz commented 7 years ago

I do not remember about this. I am going to investigate. it should be easy.

jacquerie commented 7 years ago

Not a Type: Bug, as this is not affecting users, just developers.

kaplun commented 7 years ago

Is it just a speed issue? I.e. we are too quick in loading the page and the record is not yet there in the right state?

rikirenz commented 7 years ago

Usually is always a time/speed issue with selenium: https://sqa.stackexchange.com/questions/14241/how-to-avoid-flakey-e2e-selenium-tests?answertab=votes#tab-top

From the moment that we are going to migrate all the tests in BDD. I do not think it makes a lot of sense try to figure out why that specific test is flakey. But if you think is important I will investigate.

jacquerie commented 7 years ago

Should have been fixed by #2502.