Commit 580460d
fix: Extract problematic node location to YAML (GoogleCloudPlatform#1288)
Previously, the `problematic_node_pool_info` utilized a hardcoded suffix (`-c`) to intentionally corrupt the location string for error-path verification. However, this approach could lead to a non-existent location when the configurations in the YAML file changed. This update resolves the issue by removing the hardcoded suffix and defining the complete problematic node location directly within the YAML file.
Co-authored-by: Jim Tseng <jim.tseng@cienet.com>1 parent 3547bcc commit 580460d
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
92 | 99 | | |
93 | 100 | | |
94 | 101 | | |
| |||
0 commit comments