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 b9f3c95 commit c03e7bdCopy full SHA for c03e7bd
tests/uat/tests.sh
@@ -261,7 +261,7 @@ test_sxid_monitoring_syslog() {
261
sxid_event=$(kubectl get events --field-selector involvedObject.name="$gpu_node" -o json | jq -r '.items[] | select(.reason == "SysLogsSXIDErrorIsNotHealthy") | .reason')
262
263
if [[ -z "$sxid_event" ]]; then
264
- error "SysLogsSXIDError event not found (non-fatal SXID may not create separate event)"
+ log "SysLogsSXIDError event not found (non-fatal SXID may not create separate event)"
265
fi
266
log "Node event verified: SysLogsSXIDError ✓"
267
0 commit comments