scylladb / python-driver-matrix

3 stars 11 forks source link

scylla: add patch for 3.26.3 #66

Closed k0machi closed 9 months ago

k0machi commented 9 months ago

This change introduces a patch for scylla 3.26.3 driver.

Fixes #65

ToDo:

k0machi commented 9 months ago

Job here.

fruch commented 9 months ago

Job here.

@k0machi Job failed checking out the code

k0machi commented 9 months ago

Job here.

@k0machi Job failed checking out the code

@fruch Fixed, forgot to change the releng branch

k0machi commented 9 months ago
16:47:31  INFO:root:=== PYTHON DRIVER VERSION 3.26.3-scylla, PROTOCOL v4 ===
16:47:31  INFO:root:Changing the current working directory to the '/jenkins/workspace/scylla-staging/alexey/argus-python-driver-matrix-test/python-driver-scylla' path
16:47:31  INFO:root:git checkout to '3.26.3-scylla' tag branch
16:47:31  INFO:root:Show patch's statistics for file '/jenkins/workspace/scylla-staging/alexey/argus-python-driver-matrix-test/python-driver-matrix/versions/scylla/3.26.3/patch.patch'
16:47:31   tests/integration/__init__.py                      |    9 ++++++++-
16:47:31   tests/integration/standard/test_client_warnings.py |    1 -
16:47:31   tests/integration/standard/test_cluster.py         |    2 --
16:47:31   tests/integration/standard/test_custom_cluster.py  |    2 +-
16:47:31   .../standard/test_custom_protocol_handler.py       |    3 ---
16:47:31   tests/integration/standard/test_metadata.py        |   16 +---------------
16:47:31   tests/integration/standard/test_query.py           |    3 ---
16:47:31   tests/integration/standard/test_shard_aware.py     |    1 -
16:47:31   tests/integration/standard/test_types.py           |    1 -
16:47:31   9 files changed, 10 insertions(+), 28 deletions(-)
16:47:31  INFO:root:Detect patch's errors for file '/jenkins/workspace/scylla-staging/alexey/argus-python-driver-matrix-test/python-driver-matrix/versions/scylla/3.26.3/patch.patch'
16:47:31  INFO:root:Applying patch file '/jenkins/workspace/scylla-staging/alexey/argus-python-driver-matrix-test/python-driver-matrix/versions/scylla/3.26.3/patch.patch'

Patch applied succesfully, lets see if there are any new failures

k0machi commented 9 months ago
17:56:47  ==== 17 failed, 272 passed, 108 skipped, 320 warnings in 4108.54s (1:08:28) ====
17:56:47  INFO:root:=== (scylla:3.26.3-scylla) PYTHON DRIVER MATRIX RESULTS FOR PROTOCOL v4 ===
17:56:47  INFO:root:tests: 397, errors: 0, failures: 1, skipped: 90, xpassed: 7, xfailed: 0, passed: 265, ignored_in_analysis: 34, flaky: 0
17:56:47  ERROR:root:Please check the report because there were failed tests

Why does it show different counters?

Failure is test_metadata_with_quoted_identifiers, known issue

fruch commented 9 months ago
17:56:47  ==== 17 failed, 272 passed, 108 skipped, 320 warnings in 4108.54s (1:08:28) ====
17:56:47  INFO:root:=== (scylla:3.26.3-scylla) PYTHON DRIVER MATRIX RESULTS FOR PROTOCOL v4 ===
17:56:47  INFO:root:tests: 397, errors: 0, failures: 1, skipped: 90, xpassed: 7, xfailed: 0, passed: 265, ignored_in_analysis: 34, flaky: 0
17:56:47  ERROR:root:Please check the report because there were failed tests

Why does it show different counters? Before and after applying the skip list

Failure is test_metadata_with_quoted_identifiers, known issue