customink / activerecord-aurora-serverless-adapter

ActiveRecord Adapter for Amazon Aurora Serverless
https://technology.customink.com/blog/2020/01/03/migrate-your-rails-app-from-heroku-to-aws-lambda/
MIT License
66 stars 7 forks source link

Remove Flaky Test Workarounds #8

Open metaskills opened 4 years ago

metaskills commented 4 years ago

If we are happy that things are more green with the foreign key check but, I'd like to see if we can:

metaskills commented 4 years ago

Following up from this Flaky Tests & Foreign Key Checks section, I just noticed that the retry stuff is working. Likely the sleeps help it a bit while Aurora gets its FK bearings. Here are some notes I kept when recording some HABTM test failure counts. Not shown here was the preceding test prior to the failure where I wanted to make sure there was not a toxic test in the stack elsewhere. A pattern never showed up.