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

[ISSUE #7129] fix resource collisions in acl tests #7130

Merged
merged 4 commits into from
Aug 10, 2023

Conversation

caigy
Copy link
Contributor

@caigy caigy commented Aug 8, 2023

Which Issue(s) This PR Fixes

Fixes #7129

Brief Description

Some test cases of rocketmq-acl change system property to set their own configurations, but make them not run in parallel. This 'fix' just disable the parallel execution at runtime to pass related workflows, and further refactoring is needed to support separation contexts of different test cases.

How Did You Test This Change?

@caigy caigy added the Draft label Aug 8, 2023
@caigy caigy marked this pull request as draft August 8, 2023 02:41
@codecov-commenter
Copy link

Codecov Report

Merging #7130 (e055deb) into develop (04683ec) will increase coverage by 0.31%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##             develop    #7130      +/-   ##
=============================================
+ Coverage      42.13%   42.45%   +0.31%     
- Complexity      9258     9341      +83     
=============================================
  Files           1149     1149              
  Lines          82000    82000              
  Branches       10694    10694              
=============================================
+ Hits           34550    34811     +261     
+ Misses         43100    42823     -277     
- Partials        4350     4366      +16     

see 26 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@caigy caigy removed the Draft label Aug 10, 2023
@caigy caigy marked this pull request as ready for review August 10, 2023 05:48
@RongtongJin RongtongJin merged commit c0ba453 into apache:develop Aug 10, 2023
9 of 10 checks passed
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.

[Bug] Unit tests of acl failed in workflow
3 participants