scylladb / python-driver-matrix

3 stars 11 forks source link

patching is failing for datastax 3.26.0 version #51

Closed fruch closed 1 year ago

fruch commented 1 year ago

Datastax released tag 3.26.0. and out patch doesn't apply cleanly:

Driver version: 3.26.0 protocol: 3
Traceback (most recent call last):
  File "main.py", line 23, in main
    result = Run(python_driver_git=arguments.python_driver_git,
  File "/jenkins/workspace/scylla-enterprise/driver-tests/python-driver-matrix-test/python-driver-matrix/run.py", line 167, in run
    if self._checkout_branch() and self._apply_patch_files() and self._install_python_requirements():
  File "/jenkins/workspace/scylla-enterprise/driver-tests/python-driver-matrix-test/python-driver-matrix/run.py", line 107, in _apply_patch_files
    self._run_command_in_shell(f"git apply --check {file_path}")
  File "/jenkins/workspace/scylla-enterprise/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: test-requirements.txt:2\nerror: test-requirements.txt: patch does not apply\n')