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

Skip insert all tests when features are unavailable #37170

Merged
merged 1 commit into from Sep 11, 2019

Conversation

eugeneius
Copy link
Member

These tests added in #37154 are causing the Ruby master build to fail in CI. The Docker image we use is based on Ubuntu Bionic which provides SQLite 3.22.0, and the features required to use insert_all and upsert_all are not available in that version.

https://packages.ubuntu.com/bionic/libsqlite3-0
https://sqlite.org/lang_UPSERT.html

These tests are causing the Ruby master build to fail in CI. The Docker
image we use is based on Ubuntu Bionic which provides SQLite 3.22.0, and
the features required to use `insert_all` and `upsert_all` are not
available in that version.
@kamipo kamipo merged commit 6bf2e59 into rails:master Sep 11, 2019
eugeneius pushed a commit that referenced this pull request Apr 16, 2020
Skip insert all tests when features are unavailable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants