Commit dc3b44f
committed
[history server][e2e] Fix Azure dead cluster tests by injecting ray-cluster-id
The Azure dead cluster tests were failing because the collector uploaded
logs to a path based on the hardcoded 'default' namespace, but the history
server searched for clusters in the test namespace.
Add --ray-cluster-id injection to ApplyAzureRayClusterWithCollector,
matching the behavior of the S3 test helper, so logs are uploaded to the
correct namespace-prefixed path.1 parent d336ac1 commit dc3b44f
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
142 | 150 | | |
143 | 151 | | |
144 | 152 | | |
| |||
0 commit comments