Skip to content

Commit 48381f5

Browse files
Fixed alerting for tests that were not run on teamcity (#5071) (#3504)
* Cat tests.json if the job (or parsing the job) fails * Fixed jq command for extracting failed tests * Corrected detection of unrun tests Added pagination support; ignored skipped tests in the 'run' list; fixed jq parsing; detect non-test failures by checking test count instead of detecting failure to parse out test occurrences Signed-off-by: Modular Magician <[email protected]>
1 parent 7f696b9 commit 48381f5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changelog/5071.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_dataproc_cluster_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ import (
1313
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1414
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1515

16-
dataproc "google.golang.org/api/dataproc/v1beta2"
1716
"google.golang.org/api/googleapi"
17+
18+
dataproc "google.golang.org/api/dataproc/v1beta2"
1819
)
1920

2021
func TestDataprocExtractInitTimeout(t *testing.T) {

0 commit comments

Comments
 (0)