Skip to content

Instantly share code, notes, and snippets.

@zaherg
Created July 18, 2017 08:55
Show Gist options
  • Save zaherg/bcee541d23515d7a60ae9d1cbbaea63f to your computer and use it in GitHub Desktop.
Save zaherg/bcee541d23515d7a60ae9d1cbbaea63f to your computer and use it in GitHub Desktop.
Errors
[ok]: Connect multiple slaves at the same time (issue #141), diskless=yes
[21/46 done]: integration/replication (132 seconds)
Testing integration/replication-2
[ok]: First server should have role slave after SLAVEOF
Logged warnings (pid 8112):
(none)
Logged warnings (pid 8097):
(none)
[exception]: Executing test client: NOREPLICAS Not enough good slaves to write..
NOREPLICAS Not enough good slaves to write.
while executing
"[srv $level "client"] {*}$args"
(procedure "r" line 7)
invoked from within
"r set foo 12345"
("uplevel" body line 4)
invoked from within
"uplevel 1 $code"
(procedure "test" line 29)
invoked from within
"test {If min-slaves-to-write is honored, write is accepted} {
r config set min-slaves-to-write 1
r config set min-slaves-max-l..."
("uplevel" body line 8)
invoked from within
"uplevel 1 $code "
(procedure "start_server" line 3)
invoked from within
"start_server {} {
test {First server should have role slave after SLAVEOF} {
r -1 slaveof [srv 0 host] [srv 0 port]
af..."
("uplevel" body line 2)
invoked from within
"uplevel 1 $code "
(procedure "start_server" line 3)
invoked from within
"start_server {tags {"repl"}} {
start_server {} {
test {First server should have role slave after SLAVEOF} {
r -1 slaveof [srv ..."
(file "tests/integration/replication-2.tcl" line 1)
invoked from within
"source $path"
(procedure "execute_tests" line 4)
invoked from within
"execute_tests $data"
(procedure "test_client_main" line 10)
invoked from within
"test_client_main $::test_server_port "
Makefile:242: recipe for target 'test' failed
make[1]: *** [test] Error 1
make[1]: Leaving directory '/home/pi/src/redis-4.0.0/src'
Makefile:6: recipe for target 'test' failed
make: *** [test] Error 2
@zaherg
Copy link
Author

zaherg commented Jul 18, 2017

This is the result of make test on PI2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment