Commit 4eb1bfa
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
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments