Skip to content

Commit

Permalink
check err codes
Browse files Browse the repository at this point in the history
  • Loading branch information
sumedhpd committed Feb 9, 2024
1 parent bd4a1f4 commit d27679d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/krane_deploy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1358,9 +1358,9 @@ def test_resource_watcher_reports_failed_after_timeout
/Successfully deployed 1 resource(,| and) timed out waiting for/,
"Successful resources",
"ConfigMap/test",
"Deployment/cannot-run: FAILED",
bad_probe_timeout,
"Deployment/missing-volumes: GLOBAL WATCH TIMEOUT (20 seconds)",
/(Continuing to wait for:.*Deployment\/cannot-run.*)|(Deployment\/cannot-run: FAILED)/,
/(Continuing to wait for:.*Deployment\/missing-volumes.*)|(Deployment\/missing-volumes: GLOBAL WATCH TIMEOUT \(20 seconds\))/,
])
end

Expand Down

0 comments on commit d27679d

Please sign in to comment.