test-infra
test-infra copied to clipboard
Integration test fail when config update failed
Have encountered integration test kept going when there is a malformed config, the trailing ampersand feels like the reason why errors were swallowed
/cc @listx
Rather than solving this by running everything serially, could we instead keep things parallel, but wait to check the exit codes once all the background processes have been started? IIUC we could follow these statements with a single
wait $PID1 $PID2 ...
command or a loop ofwait -n
commands and either option would capture the error.
done
/retest
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: chaodaiG, cjwagner
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~prow/OWNERS~~ [chaodaiG,cjwagner]
Approvers can indicate their approval by writing /approve
in a comment
Approvers can cancel approval by writing /approve cancel
in a comment