valkey
valkey copied to clipboard
[test-failure] sometimes when build
Crash report
Execution time of different units:
1 seconds - unit/info-command
1 seconds - unit/acl-v2
1 seconds - unit/bitfield
2 seconds - unit/bitops
1 seconds - unit/lazyfree
1 seconds - unit/keyspace
3 seconds - unit/acl
3 seconds - unit/info
1 seconds - unit/limits
4 seconds - unit/auth
0 seconds - unit/oom-score-adj
4 seconds - unit/functions
2 seconds - unit/memefficiency
1 seconds - unit/printver
5 seconds - unit/client-eviction
2 seconds - unit/networking
0 seconds - unit/protocol
1 seconds - unit/pause
1 seconds - unit/quit
1 seconds - unit/pubsub
1 seconds - unit/pubsubshard
0 seconds - unit/replybufsize
6 seconds - unit/latency-monitor
1 seconds - unit/shutdown
5 seconds - unit/multi
0 seconds - unit/tls
8 seconds - unit/introspection-2
0 seconds - unit/violations
1 seconds - unit/slowlog
2 seconds - unit/tracking
0 seconds - unit/type/incr
10 seconds - unit/introspection
6 seconds - unit/querybuf
3 seconds - unit/type/hash
7 seconds - unit/sort
11 seconds - unit/other
13 seconds - unit/obuf-limits
17 seconds - unit/expire
13 seconds - unit/scan
9 seconds - unit/type/list-2
5 seconds - unit/type/stream-cgroups
10 seconds - unit/type/set
23 seconds - unit/geo
7 seconds - unit/type/string
23 seconds - unit/dump
14 seconds - unit/type/list
0 seconds - unit/cluster/cluster-response-tls
3 seconds - unit/cluster/cluster-reliable-meet
3 seconds - unit/cluster/cluster-multiple-meets
12 seconds - unit/type/stream
9 seconds - unit/cluster/base
11 seconds - unit/cluster/announced-endpoints
27 seconds - unit/scripting
17 seconds - unit/type/zset
11 seconds - unit/cluster/cluster-nodes-slots
29 seconds - unit/wait
3 seconds - unit/cluster/half-migrated-slot
15 seconds - unit/cluster/cluster-shards
2 seconds - unit/cluster/info
6 seconds - unit/cluster/human-announced-nodename
20 seconds - unit/cluster/consistency-check
27 seconds - unit/cluster/announce-client-ip
28 seconds - unit/cluster/cli
13 seconds - unit/cluster/hostnames
51 seconds - unit/hyperloglog
3 seconds - unit/cluster/multi-slot-operations
56 seconds - unit/aofrw
46 seconds - unit/type/list-3
26 seconds - unit/cluster/failover2
32 seconds - unit/cluster/faildet
12 seconds - unit/cluster/misc
2 seconds - unit/cluster/scripting
17 seconds - unit/cluster/many-slot-migration
34 seconds - unit/cluster/failover
19 seconds - unit/cluster/manual-takeover
13 seconds - unit/cluster/pubsub
15 seconds - unit/cluster/no-failover-option
24 seconds - unit/cluster/links
11 seconds - unit/cluster/pubsubshard-slot-migration
12 seconds - unit/cluster/pubsubshard
3 seconds - unit/cluster/slot-migration-response
11 seconds - unit/cluster/sharded-pubsub
72 seconds - unit/maxmemory
1 seconds - integration/aof-race
17 seconds - unit/cluster/replica-in-sync
0 seconds - integration/convert-ziplist-hash-on-load
0 seconds - integration/convert-ziplist-zset-on-load
1 seconds - integration/convert-zipmap-hash-on-load
12 seconds - unit/cluster/slot-ownership
12 seconds - integration/aof-multi-part
14 seconds - unit/cluster/transactions-on-replica
5 seconds - integration/dismiss-mem
52 seconds - unit/cluster/failure-marking
1 seconds - integration/logging
13 seconds - integration/aof
20 seconds - unit/cluster/update-msg
6 seconds - integration/failover
15 seconds - integration/corrupt-dump
7 seconds - integration/psync2-master-restart
0 seconds - integration/replica-redirect
20 seconds - integration/corrupt-dump-fuzzer
7 seconds - integration/rdb
26 seconds - integration/block-repl
8 seconds - integration/replication-2
16 seconds - integration/psync2-pingoff
61 seconds - unit/cluster/manual-failover
78 seconds - unit/cluster/cluster-slots
1 seconds - integration/valkey-benchmark
10 seconds - integration/replication-3
43 seconds - unit/cluster/slave-stop-cond
23 seconds - integration/psync2-reg
9 seconds - integration/shutdown
8 seconds - integration/valkey-cli
24 seconds - integration/replication-4
23 seconds - integration/replication-buffer
64 seconds - unit/cluster/slave-selection
104 seconds - unit/cluster/diskless-load-swapdb
47 seconds - integration/psync2
84 seconds - unit/cluster/slot-migration
130 seconds - unit/cluster/slot-stats
152 seconds - unit/cluster/replica-migration
184 seconds - integration/dual-channel-replication
162 seconds - integration/replication
307 seconds - integration/replication-psync
1 seconds - bitops-large-memory
254 seconds - defrag
1 seconds - violations
0 seconds - list-large-memory
1 seconds - set-large-memory
!!! WARNING The following tests failed:
*** [err]: CLUSTER SLOT-STATS cpu-usec for blocking commands, unblocked on timeout. in tests/unit/cluster/slot-stats.tcl
Timeout waiting for blocked clients
Cleanup: may take some time... OK
Additional information
Hello! I want to build package for my repo and time to time it crashed on the same test.
Build script is really simple
- apt install -y wget equivs devscripts tcl pkg-config
- wget https://github.com/valkey-io/valkey/archive/refs/tags/8.0.1.tar.gz
- tar xzf 8.0.1.tar.gz
- cd valkey-8.0.1
- make
- make test
I build in gitlab with docker-runner. Build into ubuntu:22.04 image
@kyle-yh-kim Can you take a look, since this was your test?