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

Extract the test concurrency settings to scripts.gradle.kts file #1173

Conversation

lijamie98
Copy link
Collaborator

@lijamie98 lijamie98 commented Oct 24, 2023

Description

Extract the test concurrency settings to scripts.gradle.kts file

Context

Refactoring

Testing

  • ./gradlew test

@lijamie98 lijamie98 marked this pull request as draft October 24, 2023 18:15
@lijamie98 lijamie98 force-pushed the feature/chore-move-parallelism-to-root-project branch from 0994aea to 7e77882 Compare October 24, 2023 21:09
@lijamie98 lijamie98 changed the title Move parallelism to root gradle project Extract the test concurrency settings to scripts.gradle.kts file Oct 24, 2023
@lijamie98 lijamie98 marked this pull request as ready for review October 24, 2023 21:11
Copy link
Contributor

@philipliu philipliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

// shorten the overall test time.
systemProperty(
"junit.jupiter.testclass.order.default",
"org.junit.jupiter.api.ClassOrderer\$OrderAnnotation"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious why not include this in scriptw.gradle.kts?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that kind of make sense too. But it is not part of enableConcurrency. But we may refactor in the future if we think we should extract this as well.

@lijamie98 lijamie98 merged commit 4f2d8a7 into stellar:develop Oct 25, 2023
5 checks passed
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.

3 participants