Skip to content

Run tests in parallel#73

Merged
ctlong merged 1 commit intomainfrom
fix/parallelize-tests
Sep 27, 2022
Merged

Run tests in parallel#73
ctlong merged 1 commit intomainfrom
fix/parallelize-tests

Conversation

@ctlong
Copy link
Copy Markdown
Member

@ctlong ctlong commented Sep 27, 2022

Add -p to ginkgo flags in test script, which will run tests in parallel.

Update the NewRegularTestSpace tests to accept multiple-digit numbers in names. They were sometimes failing in parallel because names were coming back with multiple digits (i.e. "13", "21") where it expected only single digits.

Add `-p` to ginkgo flags in test script, which will run tests in
parallel.

Update the NewRegularTestSpace tests to accept multiple-digit numbers in
names. They were sometimes failing in parallel because names were coming
back with multiple digits (i.e. "13", "21") where it expected only
single digits.
@ctlong ctlong linked an issue Sep 27, 2022 that may be closed by this pull request
@ctlong ctlong requested review from a team and removed request for a team September 27, 2022 03:49
@ctlong ctlong merged commit 7d958dc into main Sep 27, 2022
@ctlong ctlong deleted the fix/parallelize-tests branch September 27, 2022 17:39
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.

Update test script to run (some) unit tests in parallel

2 participants