Skip to content

Commit 4eb1bfa

Browse files
mykauldkropachev
authored andcommitted
tests: shorten cluster name to avoid Unix socket path limit
The cluster name 'test_concurrent_schema_change_and_node_kill' (43 chars) causes the maintenance socket path to exceed the 107-byte sun_path limit on Linux when the working directory is deep enough. Shorten to 'test_schema_kill' to stay well within the limit for all environments.
1 parent 226bd10 commit 4eb1bfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/standard/test_concurrent_schema_change_and_node_kill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
def setup_module():
11-
use_cluster('test_concurrent_schema_change_and_node_kill', [3], start=True)
11+
use_cluster('test_schema_kill', [3], start=True)
1212

1313
@local
1414
class TestConcurrentSchemaChangeAndNodeKill(unittest.TestCase):

0 commit comments

Comments
 (0)