-
Notifications
You must be signed in to change notification settings - Fork 427
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(mariadb): update tests to support mariadb>=1.1.0 #3883
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.
There's one failing snapshot test: https://app.circleci.com/pipelines/github/DataDog/dd-trace-py/18500/workflows/292f8a02-691a-413b-a41b-a13fdbea0663/jobs/1252318
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.
Yeah, this needed the dev image updates to get merged first. #3884 has been merged so this PR should be good now |
...apshots/tests.contrib.mariadb.test_mariadb.test_simple_malformed_query_snapshot_pre_1_1.json
Outdated
Show resolved
Hide resolved
…_malformed_query_snapshot_pre_1_1.json Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com>
...pshots/tests.contrib.mariadb.test_mariadb.test_simple_malformed_query_snapshot_post_1_1.json
Outdated
Show resolved
Hide resolved
…_malformed_query_snapshot_post_1_1.json
@Mergifyio backport 1.2 1.1 1.0 0.x |
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 <kyle@verhoog.ca> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> (cherry picked from commit 22746a3)
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 <kyle@verhoog.ca> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> (cherry picked from commit 22746a3)
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 <kyle@verhoog.ca> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> (cherry picked from commit 22746a3)
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 <kyle@verhoog.ca> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> (cherry picked from commit 22746a3) # Conflicts: # tests/contrib/mariadb/test_mariadb.py
✅ Backports have been created
|
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 <kyle@verhoog.ca> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> (cherry picked from commit 22746a3) Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
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)
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
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
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 <kyle@verhoog.ca> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> (cherry picked from commit 22746a3) Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com> Co-authored-by: Kyle Verhoog <kyle@verhoog.ca>
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 <kyle@verhoog.ca> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> (cherry picked from commit 22746a3) Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com> Co-authored-by: Kyle Verhoog <kyle@verhoog.ca>
… (#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 <kyle@verhoog.ca> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> (cherry picked from commit 22746a3)
… (#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 <kyle@verhoog.ca> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> (cherry picked from commit 22746a3) (cherry picked from commit 3db913e) # Conflicts: # tests/contrib/mariadb/test_mariadb.py
@Mergifyio backport 0.61 |
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 <kyle@verhoog.ca> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> (cherry picked from commit 22746a3) # Conflicts: # tests/contrib/mariadb/test_mariadb.py
✅ Backports have been created
|
… (#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 <kyle@verhoog.ca> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> (cherry picked from commit 22746a3) # Conflicts: # tests/contrib/mariadb/test_mariadb.py * fix conflicts and add missing snapshots Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com> Co-authored-by: Munir Abdinur <munir_abdinur@hotmail.com> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com>
…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 <kyle@verhoog.ca> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> (cherry picked from commit 22746a3) # Conflicts: # tests/contrib/mariadb/test_mariadb.py * fix conflicts and add missing snapshots Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com> Co-authored-by: Munir Abdinur <munir_abdinur@hotmail.com> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com> Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Munir Abdinur <munir_abdinur@hotmail.com> Co-authored-by: Munir Abdinur <munir.abdinur@datadoghq.com>
Description
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
formariadb
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.Checklist
feat
andfix
pull requests.Reviewer Checklist
changelog/no-changelog
label added.