scylladb / python-driver-matrix

3 stars 11 forks source link

Patch required for 3.26.7 #81

Closed k0machi closed 2 months ago

k0machi commented 3 months ago

Missing a patch for this version, currently fails to apply:

Test details
Scylla Version: 5.5.0~dev-0.20240317.88119006022d
Build Id: #1516
Driver repository: https://github.com/scylladb/python-driver.git
Test result
Driver version: 3.26.7-scylla protocol: 3
Traceback (most recent call last):
  File "/jenkins/workspace/scylla-master/driver-tests/python-driver-matrix-test/python-driver-matrix/main.py", line 23, in main
    result = Run(python_driver_git=arguments.python_driver_git,
  File "/jenkins/workspace/scylla-master/driver-tests/python-driver-matrix-test/python-driver-matrix/run.py", line 173, in run
    if self._checkout_branch() and self._apply_patch_files() and self._install_python_requirements():
  File "/jenkins/workspace/scylla-master/driver-tests/python-driver-matrix-test/python-driver-matrix/run.py", line 108, in _apply_patch_files
    self._run_command_in_shell(f"git apply --check {file_path}")
  File "/jenkins/workspace/scylla-master/driver-tests/python-driver-matrix-test/python-driver-matrix/run.py", line 98, in _run_command_in_shell
    assert status_code == 0, stderr
AssertionError: (None, b'/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)\nerror: patch failed: tests/integration/__init__.py:43\nerror: tests/integration/__init__.py: patch does not apply\n')
roydahan commented 3 months ago

@k0machi / @fruch Please remind me, do we need a patch for every patch release? Isn't it only for minor/major releases?

fruch commented 3 months ago

@k0machi

as part of showing @dimakr how driver matrixes are working, I think this one is a good what to explain it (and get it solved)