scylladb / scylla-cluster-tests

Tests for Scylla Clusters
GNU Affero General Public License v3.0
57 stars 94 forks source link

artifacts-docker-test Failed with `AssertionError: '' != 'en_US.UTF-8'` #5517

Open yaronkaikov opened 1 year ago

yaronkaikov commented 1 year ago

https://jenkins.scylladb.com/job/scylla-master/job/artifacts/job/artifacts-docker-test/582/ Failed with the following error message:

06:50:06  2022-12-04 04:49:29.047: (TestFrameworkEvent Severity.ERROR) period_type=one-time event_id=7c51347b-3ab9-44fc-9624-4f05ee3f0832, source=ArtifactsTest.test_scylla_service (artifacts_test.ArtifactsTest) [check locale settings in the docker image]() message=Traceback (most recent call last):
06:50:06  File "/jenkins/slave/workspace/scylla-master/artifacts/artifacts-docker-test/scylla-cluster-tests/artifacts_test.py", line 342, in test_scylla_service
06:50:06  self.verify_docker_locale_settings()
06:50:06  File "/jenkins/slave/workspace/scylla-master/artifacts/artifacts-docker-test/scylla-cluster-tests/artifacts_test.py", line 248, in verify_docker_locale_settings
06:50:06  self.assertEqual(configured_value, expected_value)
06:50:06  AssertionError: '' != 'en_US.UTF-8'
06:50:06  + en_US.UTF-8

Probably related to changes done in https://github.com/scylladb/scylladb/pull/12122 SCT side should be modified as well

yaronkaikov commented 1 year ago

/cc @fgelcer @syuu1228