Skip to content

fix typo in SO1 and SO2 tests#365

Merged
gflarity merged 1 commit into
ai-dynamo:mainfrom
gflarity:so_test_typo
Jan 23, 2026
Merged

fix typo in SO1 and SO2 tests#365
gflarity merged 1 commit into
ai-dynamo:mainfrom
gflarity:so_test_typo

Conversation

@gflarity

Copy link
Copy Markdown
Contributor

What type of PR is this?

/kind bug

What this PR does / why we need it:

Fixes a typo in Test_SO1_InorderStartupOrderWithFullReplicas and Test_SO2_InorderStartupOrderWithMinReplicas where defaultPollTimeout (4 minutes) was mistakenly used instead of defaultPollInterval (5 seconds) for the polling interval.

This caused the tests to sleep for 4 minutes between poll checks, even when pods were already ready. The tests would pass but take ~4 minutes longer than necessary.

Which issue(s) this PR fixes:

NONE

Special notes for your reviewer:

The fix changes Interval: defaultPollTimeout to Interval: defaultPollInterval in two test cases. The other startup ordering tests (SO3, SO4) already use the correct value.

Does this PR introduce a API change?

NONE

Additional documentation e.g., enhancement proposals, usage docs, etc.:

NONE

@gflarity gflarity merged commit 4a43258 into ai-dynamo:main Jan 23, 2026
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants