Skip to content

Commit

Permalink
Merge pull request #2466 from ozangunalp/emitter_backpressure_reproducer
Browse files Browse the repository at this point in the history
Added test to simulate Kafka producer latency handling with emitters.
  • Loading branch information
cescoffier authored Feb 14, 2024
2 parents e53037d + fc407eb commit 054063a
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-main-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
'version': '21',
},
{
'version': '11',
'build_opts': '-Pslow-flaky-tests -Drevapi.skip=true',
'version': '21',
'build_opts': '-Pslow-flaky-tests -Drevapi.skip=true -Dformat.skip=true',
'name': 'Slow and Flaky tests',
'continue-on-error': true
}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
'version': '21',
},
{
'version': '11',
'build_opts': '-Pslow-flaky-tests -Drevapi.skip=true',
'version': '21',
'build_opts': '-Pslow-flaky-tests -Drevapi.skip=true -Dformat.skip=true',
'name': 'Slow and Flaky tests',
'continue-on-error': true
}
Expand Down
Loading

0 comments on commit 054063a

Please sign in to comment.