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

Feat: run harness tests in parallel #669

Merged
merged 3 commits into from
Jun 30, 2023
Merged

Conversation

TomerHeber
Copy link
Collaborator

@TomerHeber TomerHeber commented Jun 30, 2023

Issue & Steps to Reproduce / Feature Request

resolves #657

Solution

Tests are now running in parallel. Time is reduced from ~10+ minutes to ~3 minutes

@@ -24,16 +25,27 @@ func main() {
log.Println(len(testNames), " tests to run")
buildFakeTerraformRegistry()
destroyMode := os.Getenv("DESTROY_MODE")

var wg sync.WaitGroup
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Nothing fancy. Running each test inside a go-routine.
Waits for all tests to finish.
If a test fails halts and exits (all tests stop).

Copy link
Contributor

@yaronya yaronya left a comment

Choose a reason for hiding this comment

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

💪

@yaronya yaronya merged commit b33c6b1 into main Jun 30, 2023
7 checks passed
@yaronya yaronya deleted the feat-parallel-harness-#657 branch June 30, 2023 20:51
@github-actions github-actions bot added ready to merge PR approved - can be merged once the PR owner is ready and removed pending final review labels Jun 30, 2023
GiliFaroEnv0 added a commit that referenced this pull request Jul 3, 2023
GiliFaroEnv0 added a commit that referenced this pull request Jul 3, 2023
TomerHeber added a commit that referenced this pull request Jul 8, 2023
TomerHeber added a commit that referenced this pull request Jul 11, 2023
* Revert "Revert "Feat: run harness tests in parallel (#669)" (#670)"

This reverts commit e2f3f6e.

* updated integration tests to avoid race conditions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature integration-tests ready to merge PR approved - can be merged once the PR owner is ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run harness tests in parallel
2 participants