Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding upgrade test for unhealthy upgraded Agent #3274

Merged
merged 16 commits into from
Sep 8, 2023
Merged
Prev Previous commit
Next Next commit
Tuning status check frequency
  • Loading branch information
ycombinator committed Sep 8, 2023
commit b89a6752aedd8a57bd25b875e7fa42bcb7900f43
2 changes: 1 addition & 1 deletion testing/integration/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ inputs:

require.Eventually(t, func() bool {
return checkAgentHealthAndVersion(t, ctx, agentFixture, upgradeToVersion.CoreVersion(), upgradeToVersion.IsSnapshot(), "")
}, 2*time.Minute, 1*time.Second, "Upgraded Agent never became healthy")
}, 2*time.Minute, 250*time.Millisecond, "Upgraded Agent never became healthy")

// Wait for upgrade watcher to finish running
checkUpgradeWatcherRan(t, agentFixture, upgradeFromVersion)
Expand Down