We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5c6e3 commit 9524592Copy full SHA for 9524592
tests/bats/test_cd_misc.bats
@@ -69,7 +69,7 @@ bats::on_failure() {
69
cat "$LOGPATH" | tail -n 50
70
71
# Explicitly confirm cleanup-on-shutdown behavior by inspecting CD log.
72
- cat "$LOGPATH" | grep -e "Successfully updated node .* status to NotReady"
+ cat "$LOGPATH" | tail -n 50 | grep -e "updated node status in CD (new nodeinfo: .* NotReady"
73
cat "$LOGPATH" | grep "Successfully removed node" | \
74
grep "from ComputeDomain default/imex-channel-injection"
75
0 commit comments