Skip to content

Commit

Permalink
chore: address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
strivedi-px committed Jun 7, 2024
1 parent 0fbab55 commit 99e148b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/integration_test/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ func testMigration(t *testing.T) {
t.Run("excludeMultipleResourceTypesTest", excludeMultipleResourceTypesTest)
t.Run("excludeResourceTypesWithSelectorsTest", excludeResourceTypesWithSelectorsTest)
t.Run("excludeNonExistingResourceTypesTest", excludeNonExistingResourceTypesTest)
t.Run("transformCRResourceTest", transformCRResourceTest)
if authTokenConfigMap == "" {
t.Run("transformCRResourceTest", transformCRResourceTest)
}

err = setRemoteConfig("")
log.FailOnError(t, err, "setting kubeconfig to default failed")
Expand Down
2 changes: 1 addition & 1 deletion test/integration_test/test-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ for i in $(seq 1 100) ; do
test_status=$(kubectl get pod stork-test -n kube-system -o json | jq ".status.phase" -r)
if [ "$test_status" = "Running" ]; then
sleep 5
echo "Test is still running, resuming logs from past 5 seconds, status: $test_status"
echo "Test is still running, status: $test_status, resuming logs from past 10 seconds"
kubectl logs stork-test -n kube-system -f --since=10s
else
sleep 5
Expand Down

0 comments on commit 99e148b

Please sign in to comment.