Skip to content

[#995] improvement(test): Remove annotation Order to alleviate test sequence dependency#1197

Merged
jerryshao merged 1 commit intoapache:mainfrom
yuqi1129:issue_995
Dec 19, 2023
Merged

[#995] improvement(test): Remove annotation Order to alleviate test sequence dependency#1197
jerryshao merged 1 commit intoapache:mainfrom
yuqi1129:issue_995

Conversation

@yuqi1129
Copy link
Contributor

What changes were proposed in this pull request?

Remove Junit5 annotation Order in test.

Why are the changes needed?

We need to remove sequence dependencies between test cases so that we can run them in parallelism.

Fix: #995

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

Only changes to the test code have been made.

@yuqi1129 yuqi1129 changed the title [#995] improvement(test): Remove Annotation Order to alleviate test sequence dependency [#995] improvement(test): Remove annotation Order to alleviate test sequence dependency Dec 18, 2023
@yuqi1129 yuqi1129 self-assigned this Dec 19, 2023
@jerryshao jerryshao merged commit 0ef2899 into apache:main Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improvement] Remove sequence dependencies in test with annotation Order

2 participants