We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5453ab + 79ee009 commit e111ccfCopy full SHA for e111ccf
2 files changed
.github/workflows/daily.yml
@@ -2069,6 +2069,7 @@ jobs:
2069
consolidate-test-failures:
2070
runs-on: ubuntu-latest
2071
if: always()
2072
+ # if: always() && (github.event_name != 'schedule' || github.repository == 'valkey-io/valkey')
2073
permissions:
2074
actions: write
2075
needs:
tests/cluster/tests/03-failover-loop.tcl
@@ -78,7 +78,7 @@ while {[incr iterations -1]} {
78
}
79
80
test "Cluster should eventually be up again" {
81
- assert_cluster_state ok
+ assert_cluster_state okk
82
83
84
test "Cluster is writable again" {
0 commit comments