-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3693 from hashicorp/b-flaky-parallelism-tests
command: fix flaky parallelism tests
- Loading branch information
Showing
4 changed files
with
55 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
resource "test_instance" "foo1" { | ||
ami = "bar" | ||
|
||
// shell has been configured to sleep for one second | ||
provisioner "shell" {} | ||
} | ||
|
||
resource "test_instance" "foo2" { | ||
ami = "bar" | ||
|
||
// shell has been configured to sleep for one second | ||
provisioner "shell" {} | ||
} | ||
resource "test_instance" "foo1" {} | ||
resource "test_instance" "foo2" {} | ||
resource "test_instance" "foo3" {} | ||
resource "test_instance" "foo4" {} | ||
resource "test_instance" "foo5" {} | ||
resource "test_instance" "foo6" {} | ||
resource "test_instance" "foo7" {} | ||
resource "test_instance" "foo8" {} | ||
resource "test_instance" "foo9" {} | ||
resource "test_instance" "foo10" {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters