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

[improve][ci] Move pulsar-metadata unit tests from OTHER to new METADATA group #21511

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Nov 3, 2023

Motivation

The test JVM crashes frequently in pulsar-metadata tests due to #19307 . Since metadata unit tests are part of the OTHER group, there's a need to re-run all tests in that group. The OTHER group is already slow so this wastes resources and adds delay.

Modifications

  • move pulsar-metadata unit tests from OTHER to new METADATA group

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@codecov-commenter
Copy link

Codecov Report

Merging #21511 (875441c) into master (d47637f) will increase coverage by 36.54%.
Report is 1 commits behind head on master.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             master   #21511       +/-   ##
=============================================
+ Coverage     36.69%   73.24%   +36.54%     
- Complexity    12207    32620    +20413     
=============================================
  Files          1713     1890      +177     
  Lines        130841   140440     +9599     
  Branches      14261    15436     +1175     
=============================================
+ Hits          48010   102863    +54853     
+ Misses        76477    29491    -46986     
- Partials       6354     8086     +1732     
Flag Coverage Δ
inttests 24.20% <ø> (+0.07%) ⬆️
systests 24.76% <ø> (+0.03%) ⬆️
unittests 72.54% <ø> (+40.68%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1457 files with indirect coverage changes

@lhotari lhotari merged commit 99e6aeb into apache:master Nov 3, 2023
nborisov pushed a commit to nborisov/pulsar that referenced this pull request Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants