This repository was archived by the owner on May 15, 2025. It is now read-only.
Commit b3b1d4e
authored
galasactl can launch tests on old service without a submission id being set. (#348)
Signed-off-by: Mike Cobbett <[email protected]>
# Why ?
Try running the latest galasactl against a system which doesn't set the submission id, or return it in the response payload to the launch request over REST.
It panics with a null pointer exception. Because the submission ID wasn't set.
Added an 'if' so that it's more tolerant. This would be the case if someone uses the galasactl tool to launch tests on an older non-0.40.0 system.1 parent 136d2fb commit b3b1d4e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
352 | 354 | | |
353 | 355 | | |
354 | 356 | | |
| |||
0 commit comments