Skip to content

Commit

Permalink
Merge pull request #9033 from rifelpet/test_fail_rename
Browse files Browse the repository at this point in the history
Rename tests to make it easier to search for failing tests
  • Loading branch information
k8s-ci-robot committed May 1, 2020
2 parents 6ce46a1 + 9530015 commit 388d16a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func TestResourceRecordSetsAdditionVisible(t *testing.T) {
}

/* TestResourceRecordSetsAddDuplicateFail verifies that addition of a duplicate RRS fails */
func TestResourceRecordSetsAddDuplicateFail(t *testing.T) {
func TestResourceRecordSetsAddDuplicateFailure(t *testing.T) {
zone := firstZone(t)
sets := rrs(t, zone)
rrset := getExampleRrs(zone)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func TestResourceRecordSetsAdditionVisible(t *testing.T) {
}

/* TestResourceRecordSetsAddDuplicateFail verifies that addition of a duplicate RRS fails */
func TestResourceRecordSetsAddDuplicateFail(t *testing.T) {
func TestResourceRecordSetsAddDuplicateFailure(t *testing.T) {
zone := firstZone(t)
sets := rrs(t, zone)
rrset := getExampleRrs(zone)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func TestResourceRecordSetsAdditionVisible(t *testing.T) {
}

/* TestResourceRecordSetsAddDuplicateFail verifies that addition of a duplicate RRS fails */
func TestResourceRecordSetsAddDuplicateFail(t *testing.T) {
func TestResourceRecordSetsAddDuplicateFailure(t *testing.T) {
zone := firstZone(t)
sets := rrs(t, zone)
rrset := getExampleRrs(zone)
Expand Down

0 comments on commit 388d16a

Please sign in to comment.