Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Fix flaky OffsetTopicWriteTimeoutTest#1914

Merged
BewareMyPower merged 2 commits intostreamnative:masterfrom
BewareMyPower:bewaremypower/fix-flaky-sync-group-timeout
Jun 27, 2023
Merged

Fix flaky OffsetTopicWriteTimeoutTest#1914
BewareMyPower merged 2 commits intostreamnative:masterfrom
BewareMyPower:bewaremypower/fix-flaky-sync-group-timeout

Conversation

@BewareMyPower
Copy link
Collaborator

Motivation

Even if the session timeout is only 1ms, there is still a chance that the write does not time out.

Modifications

Run each test in OffsetTopicWriteTimeoutTest 10 times and check the errors could only be the expected error or just NONE.

Documentation

Check the box below.

Need to update docs?

  • doc-required

    (If you need help on updating docs, create a doc issue)

  • no-need-doc

    (Please explain why)

  • doc

    (If this PR contains doc changes)

### Motivation

Even if the session timeout is only 1ms, there is still a chance that
the write does not time out.

### Modifications

Run each test in `OffsetTopicWriteTimeoutTest` 10 times and check the
errors could only be the expected error or just `NONE`.
@BewareMyPower BewareMyPower self-assigned this Jun 20, 2023
@github-actions github-actions bot added the no-need-doc This pr does not need any document label Jun 20, 2023
@codecov
Copy link

codecov bot commented Jun 20, 2023

Codecov Report

Merging #1914 (3a599fd) into master (f3b95a2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1914   +/-   ##
=========================================
  Coverage     18.64%   18.64%           
  Complexity      743      743           
=========================================
  Files           186      186           
  Lines         13377    13377           
  Branches       1231     1231           
=========================================
  Hits           2494     2494           
  Misses        10702    10702           
  Partials        181      181           

@BewareMyPower BewareMyPower merged commit dfb3285 into streamnative:master Jun 27, 2023
@BewareMyPower BewareMyPower deleted the bewaremypower/fix-flaky-sync-group-timeout branch June 27, 2023 04:28
BewareMyPower added a commit that referenced this pull request Jun 29, 2023
### Motivation

Even if the session timeout is only 1ms, there is still a chance that
the write does not time out.

### Modifications

Run each test in `OffsetTopicWriteTimeoutTest` 10 times and check the
errors could only be the expected error or just `NONE`.

(cherry picked from commit dfb3285)
BewareMyPower added a commit that referenced this pull request Jul 3, 2023
### Motivation

Even if the session timeout is only 1ms, there is still a chance that
the write does not time out.

### Modifications

Run each test in `OffsetTopicWriteTimeoutTest` 10 times and check the
errors could only be the expected error or just `NONE`.

(cherry picked from commit dfb3285)
Demogorgon314 pushed a commit to Demogorgon314/kop that referenced this pull request Aug 14, 2023
### Motivation

Even if the session timeout is only 1ms, there is still a chance that
the write does not time out.

### Modifications

Run each test in `OffsetTopicWriteTimeoutTest` 10 times and check the
errors could only be the expected error or just `NONE`.

(cherry picked from commit dfb3285)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants