Bonjour,
J'ai voulu installer Redis sur la framboise. Le make est bien passé mais le make test donne ça :
[37/37 done]: unit/hyperloglog (206 seconds)
The End
Execution time of different units:
0 seconds - unit/printver
40 seconds - unit/dump
2 seconds - unit/auth
16 seconds - unit/protocol
228 seconds - unit/basic
5 seconds - unit/scan
32 seconds - unit/type/list
94 seconds - unit/type/list-2
240 seconds - unit/type/list-3
156 seconds - unit/type/set
178 seconds - unit/type/zset
104 seconds - unit/type/hash
246 seconds - unit/sort
11 seconds - unit/expire
116 seconds - unit/other
2 seconds - unit/multi
1 seconds - unit/quit
53 seconds - unit/aofrw
36 seconds - integration/replication
175 seconds - integration/replication-2
398 seconds - integration/replication-3
430 seconds - integration/replication-4
64 seconds - integration/replication-psync
7 seconds - integration/aof
2 seconds - integration/rdb
2 seconds - integration/convert-zipmap-hash-on-load
11 seconds - integration/logging
2 seconds - unit/pubsub
2 seconds - unit/slowlog
26 seconds - unit/scripting
109 seconds - unit/maxmemory
1 seconds - unit/introspection
1 seconds - unit/limits
914 seconds - unit/obuf-limits
82 seconds - unit/bitops
101 seconds - unit/memefficiency
206 seconds - unit/hyperloglog
!!! WARNING The following tests failed:
*** [err]: Detect write load to master in tests/integration/replication-psync.tcl
Can't detect write load from background clients.
*** [err]: Detect write load to master in tests/integration/replication-psync.tcl
Can't detect write load from background clients.
*** [err]: Detect write load to master in tests/integration/replication-psync.tcl
Can't detect write load from background clients.
*** [err]: Detect write load to master in tests/integration/replication-psync.tcl
Can't detect write load from background clients.
*** [err]: Server is able to generate a stack trace on selected systems in tests/integration/logging.tcl
expected stack trace not found into log file
Cleanup: may take some time... OK
Makefile:211: recipe for target 'test' failed
make[1]: *** [test] Error 1
make[1]: Leaving directory '/tmp/redis-3.0.2/src'
Makefile:6: recipe for target 'test' failed
make: *** [test] Error 2
Votre avis?
Edit :
J'ai tenté une seconde fois, cela à fonctionné :
The End
Execution time of different units:
2 seconds - unit/printver
117 seconds - unit/dump
2 seconds - unit/auth
73 seconds - unit/protocol
941 seconds - unit/basic
24 seconds - unit/scan
120 seconds - unit/type/list
460 seconds - unit/type/list-2
\o/ All tests passed without errors!
Peut-être que je n'avais pas lancé la commande en root, je ne sais pas.