Skip to content

Commit e111ccf

Browse files
authored
Merge pull request #119 from hanxizh9910/feature/automated-test-failure-detector
Added a remainder in daily and added a dummy fail in cluster test
2 parents a5453ab + 79ee009 commit e111ccf

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2069,6 +2069,7 @@ jobs:
20692069
consolidate-test-failures:
20702070
runs-on: ubuntu-latest
20712071
if: always()
2072+
# if: always() && (github.event_name != 'schedule' || github.repository == 'valkey-io/valkey')
20722073
permissions:
20732074
actions: write
20742075
needs:

tests/cluster/tests/03-failover-loop.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ while {[incr iterations -1]} {
7878
}
7979

8080
test "Cluster should eventually be up again" {
81-
assert_cluster_state ok
81+
assert_cluster_state okk
8282
}
8383

8484
test "Cluster is writable again" {

0 commit comments

Comments
 (0)