fix some test flakes 1-009 1-012 & 1-067 - #1284
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
Included review availability: Your plan provides up to 12 included reviews per hour; 10 remain after this review. 📝 SummarySummary by CodeRabbit
WalkthroughChangesE2E synchronization
Priority: ⬇️ Low — Defer this test-only change because it hardens three flaky E2E tests without changing production behavior. Estimated code review effort: 3 (Moderate) | ~25 minutes Merge Risk: ⚪ Minimal · up to This test-only change makes E2E synchronization wait for completed StatefulSet rollout conditions, reducing race-related flakes without changing product runtime behavior. Sequence Diagram(s)sequenceDiagram
participant RedisTest
participant RedisStatefulSet
participant RedisPod
RedisTest->>RedisStatefulSet: wait for completed rollout
RedisTest->>RedisStatefulSet: verify generation and TLS secret mount
RedisTest->>RedisPod: verify running, ready, updated revision, and TLS mount
RedisTest->>RedisPod: check Redis and Sentinel configuration
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Comment |
7535fa9 to
cb395de
Compare
…lel/1-012_validate-managed-by-chain 1-067_validate_redis_secure_comm_no_autotls_ha Signed-off-by: Triona Doyle <trdoyle@redhat.com>
cb395de to
43ab943
Compare
|
/retest |
|
@trdoyle81: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What type of PR is this?
/kind failing-test
What does this PR do / why we need it:
Hardens three flaky tests that have been failing Kind/Prow on some PRs (including UI tests).
The flakes were races not slow tests so no bump assertion timeouts:
HaveReadyReplicascan pass on old Redis HA pods mid-rollout thenexecreads pre-TLSredis.conf. Wait for the SS spec to mount TLS a completed rollout (currentRevision == updateRevision) and thenserver-0to be the post-TLS pod. (drops the 10m wait).Have you updated the necessary documentation?
Which issue(s) this PR fixes:
CI flake fixes
Test acceptance criteria:
How to test changes / Special notes to the reviewer:
These are test-only changes.
parallel/1-009_validate-manage-other-namespace
sequential/1-012_validate-managed-by-chain
sequential/1-067_validate_redis_secure_comm_no_autotls_ha