Skip to content

Commit

Permalink
test name
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Gaudreault <[email protected]>
  • Loading branch information
agaudreault committed Jul 12, 2024
1 parent 64fe2d2 commit 768c9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ func TestIterateHierachy(t *testing.T) {
})
}

// TestDeadlock_startMissingWatches validates that starting watches will not create a deadlock
// Test_watchEvents_Deadlock validates that starting watches will not create a deadlock
// caused by using improper locking in various callback methods when there is a high load on the
// system.
func Test_watchEvents_Deadlock(t *testing.T) {
Expand Down

0 comments on commit 768c9f5

Please sign in to comment.