You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continuous testing on Travis CI is run on a Sqlite3 database; as of filing this issue, running our test suite on either MariaDB or Postgres results in intermittent failures.
Expected correct behavior:
Travis CI runs on either MariaDB or Postgres, without introducing flakiness.
@bear454 we could run travis twice with a different database. Would you like to set this up? You would need to fix the failures, but after that we would ensure that this keep working in every PR. 🤔
I'm submitting a ..
Current behavior:
Continuous testing on Travis CI is run on a Sqlite3 database; as of filing this issue, running our test suite on either MariaDB or Postgres results in intermittent failures.
Expected correct behavior:
Travis CI runs on either MariaDB or Postgres, without introducing flakiness.
Other information:
Introduced in #2225.
The text was updated successfully, but these errors were encountered: