-
Notifications
You must be signed in to change notification settings - Fork 423
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
chore(ci): install official MariaDB C headers in dev image #3884
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brettlangdon
added
the
changelog/no-changelog
A changelog entry is not required for this PR.
label
Jun 29, 2022
14 tasks
P403n1x87
approved these changes
Jun 30, 2022
Kyle-Verhoog
approved these changes
Jun 30, 2022
Kyle-Verhoog
added a commit
that referenced
this pull request
Jun 30, 2022
The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updates snapshot tests to account for newly supported db.rowcount for mariadb query spans. This PR depends on #3884 to be merged and update our dev image first before this can pass. This is a testing only fix, our integration continues to work fine for mariadb>=1.1.0, but our test suite was not setup for it. Co-authored-by: Kyle Verhoog <[email protected]> Co-authored-by: Munir Abdinur <[email protected]>
mergify bot
pushed a commit
that referenced
this pull request
Jul 1, 2022
The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updates snapshot tests to account for newly supported db.rowcount for mariadb query spans. This PR depends on #3884 to be merged and update our dev image first before this can pass. This is a testing only fix, our integration continues to work fine for mariadb>=1.1.0, but our test suite was not setup for it. Co-authored-by: Kyle Verhoog <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> (cherry picked from commit 22746a3)
mergify bot
pushed a commit
that referenced
this pull request
Jul 1, 2022
The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updates snapshot tests to account for newly supported db.rowcount for mariadb query spans. This PR depends on #3884 to be merged and update our dev image first before this can pass. This is a testing only fix, our integration continues to work fine for mariadb>=1.1.0, but our test suite was not setup for it. Co-authored-by: Kyle Verhoog <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> (cherry picked from commit 22746a3)
mergify bot
pushed a commit
that referenced
this pull request
Jul 1, 2022
The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updates snapshot tests to account for newly supported db.rowcount for mariadb query spans. This PR depends on #3884 to be merged and update our dev image first before this can pass. This is a testing only fix, our integration continues to work fine for mariadb>=1.1.0, but our test suite was not setup for it. Co-authored-by: Kyle Verhoog <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> (cherry picked from commit 22746a3)
mergify bot
pushed a commit
that referenced
this pull request
Jul 1, 2022
The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updates snapshot tests to account for newly supported db.rowcount for mariadb query spans. This PR depends on #3884 to be merged and update our dev image first before this can pass. This is a testing only fix, our integration continues to work fine for mariadb>=1.1.0, but our test suite was not setup for it. Co-authored-by: Kyle Verhoog <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> (cherry picked from commit 22746a3) # Conflicts: # tests/contrib/mariadb/test_mariadb.py
Kyle-Verhoog
pushed a commit
that referenced
this pull request
Jul 1, 2022
The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updates snapshot tests to account for newly supported db.rowcount for mariadb query spans. This PR depends on #3884 to be merged and update our dev image first before this can pass. This is a testing only fix, our integration continues to work fine for mariadb>=1.1.0, but our test suite was not setup for it. Co-authored-by: Kyle Verhoog <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> (cherry picked from commit 22746a3) Co-authored-by: Brett Langdon <[email protected]>
@Mergifyio backport 1.1 1.0 0.x |
mergify bot
pushed a commit
that referenced
this pull request
Jul 5, 2022
The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updated our development docker image to install latest MariaDB C connector headers #3883 is a follow-up PR to update the snapshot files / fix the MariaDB tests. (cherry picked from commit a74271d)
mergify bot
pushed a commit
that referenced
this pull request
Jul 5, 2022
The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updated our development docker image to install latest MariaDB C connector headers #3883 is a follow-up PR to update the snapshot files / fix the MariaDB tests. (cherry picked from commit a74271d) # Conflicts: # docker/Dockerfile.buster
mergify bot
pushed a commit
that referenced
this pull request
Jul 5, 2022
The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updated our development docker image to install latest MariaDB C connector headers #3883 is a follow-up PR to update the snapshot files / fix the MariaDB tests. (cherry picked from commit a74271d) # Conflicts: # docker/Dockerfile.buster
✅ Backports have been created
|
Kyle-Verhoog
added a commit
that referenced
this pull request
Jul 7, 2022
The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updates snapshot tests to account for newly supported db.rowcount for mariadb query spans. This PR depends on #3884 to be merged and update our dev image first before this can pass. This is a testing only fix, our integration continues to work fine for mariadb>=1.1.0, but our test suite was not setup for it. Co-authored-by: Kyle Verhoog <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> (cherry picked from commit 22746a3) Co-authored-by: Brett Langdon <[email protected]> Co-authored-by: Kyle Verhoog <[email protected]>
brettlangdon
added a commit
that referenced
this pull request
Jul 7, 2022
The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updates snapshot tests to account for newly supported db.rowcount for mariadb query spans. This PR depends on #3884 to be merged and update our dev image first before this can pass. This is a testing only fix, our integration continues to work fine for mariadb>=1.1.0, but our test suite was not setup for it. Co-authored-by: Kyle Verhoog <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> (cherry picked from commit 22746a3) Co-authored-by: Brett Langdon <[email protected]> Co-authored-by: Kyle Verhoog <[email protected]>
Kyle-Verhoog
pushed a commit
that referenced
this pull request
Jul 7, 2022
… (#3901) * chore(mariadb): update tests to support mariadb>=1.1.0 (#3883) The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updates snapshot tests to account for newly supported db.rowcount for mariadb query spans. This PR depends on #3884 to be merged and update our dev image first before this can pass. This is a testing only fix, our integration continues to work fine for mariadb>=1.1.0, but our test suite was not setup for it. Co-authored-by: Kyle Verhoog <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> (cherry picked from commit 22746a3)
mergify bot
added a commit
that referenced
this pull request
Oct 27, 2022
… (#3901) * chore(mariadb): update tests to support mariadb>=1.1.0 (#3883) The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updates snapshot tests to account for newly supported db.rowcount for mariadb query spans. This PR depends on #3884 to be merged and update our dev image first before this can pass. This is a testing only fix, our integration continues to work fine for mariadb>=1.1.0, but our test suite was not setup for it. Co-authored-by: Kyle Verhoog <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> (cherry picked from commit 22746a3) (cherry picked from commit 3db913e) # Conflicts: # tests/contrib/mariadb/test_mariadb.py
mergify bot
pushed a commit
that referenced
this pull request
Oct 27, 2022
The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updates snapshot tests to account for newly supported db.rowcount for mariadb query spans. This PR depends on #3884 to be merged and update our dev image first before this can pass. This is a testing only fix, our integration continues to work fine for mariadb>=1.1.0, but our test suite was not setup for it. Co-authored-by: Kyle Verhoog <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> (cherry picked from commit 22746a3) # Conflicts: # tests/contrib/mariadb/test_mariadb.py
Kyle-Verhoog
pushed a commit
that referenced
this pull request
Oct 27, 2022
… (#4401) * chore(mariadb): update tests to support mariadb>=1.1.0 (#3883) The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updates snapshot tests to account for newly supported db.rowcount for mariadb query spans. This PR depends on #3884 to be merged and update our dev image first before this can pass. This is a testing only fix, our integration continues to work fine for mariadb>=1.1.0, but our test suite was not setup for it. Co-authored-by: Kyle Verhoog <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> (cherry picked from commit 22746a3) # Conflicts: # tests/contrib/mariadb/test_mariadb.py * fix conflicts and add missing snapshots Co-authored-by: Brett Langdon <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> Co-authored-by: Munir Abdinur <[email protected]>
Kyle-Verhoog
pushed a commit
that referenced
this pull request
Oct 27, 2022
…4395) * chore(ci): pin mariadb container to 10.7 image tag (#3913) MariaDB latest only works on newer versions of Docker (see MariaDB/mariadb-docker#434). So we are pinning to mariadb:10.7 for now to ensure consistent startup of the container in CircleCI. (cherry picked from commit 27a55df) * chore(mariadb): update tests to support mariadb>=1.1.0 (backport #3883) (#4401) * chore(mariadb): update tests to support mariadb>=1.1.0 (#3883) The latest version of mariadb client library requires a newer version of the C library in order to build. This PR updates snapshot tests to account for newly supported db.rowcount for mariadb query spans. This PR depends on #3884 to be merged and update our dev image first before this can pass. This is a testing only fix, our integration continues to work fine for mariadb>=1.1.0, but our test suite was not setup for it. Co-authored-by: Kyle Verhoog <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> (cherry picked from commit 22746a3) # Conflicts: # tests/contrib/mariadb/test_mariadb.py * fix conflicts and add missing snapshots Co-authored-by: Brett Langdon <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> Co-authored-by: Munir Abdinur <[email protected]> Co-authored-by: Brett Langdon <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Munir Abdinur <[email protected]> Co-authored-by: Munir Abdinur <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The latest version of
mariadb
client library requires a newer version of the C library in order to build.This PR updated our development docker image to install latest MariaDB C connector headers
#3883 is a follow-up PR to update the snapshot files / fix the MariaDB tests.
Checklist
feat
andfix
pull requests.Reviewer Checklist
changelog/no-changelog
label added.