-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Cuprite no retry #3786
Cuprite no retry #3786
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this works in CI, I'm good with merging.
017b6c2
to
1f1a738
Compare
Conflicts: Gemfile Gemfile.lock spec/rails_helper.rb spec/system/organization_system_spec.rb
Conflicts: Gemfile.lock
The timeout here is browser setup time I think, not individual test timeouts.
Conflicts: Gemfile Gemfile.lock db/schema.rb spec/system/sign_in_system_spec.rb
Conflicts: Gemfile Gemfile.lock
I've run this a bunch of times and it is pretty stable. The most recent -- I ran the browser (system) specs 50 times. They failed twice -- once I'm not sure why, and the other because the github runner itself failed (didn't even start the specs). |
@awwaiid: Your PR |
I ran this a bunch of times. In the most recent run the system specs were run 50 times in a row with 2 fails -- one was a javascript issue of some sort that I haven't been able to reproduce, the other was github runner itself failing.