Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make test fails on version 4.0.7 #4640

Open
danieldevries opened this issue Jan 30, 2018 · 2 comments
Open

make test fails on version 4.0.7 #4640

danieldevries opened this issue Jan 30, 2018 · 2 comments

Comments

@danieldevries
Copy link

I'm trying to install Redis 4.0.7 but when I run make test it keeps failing on the same test.

The system I'm trying to install it on is Raspbian Stretch Lite.

[exception]: Executing test client: couldn't open socket: connection refused.
couldn't open socket: connection refused
    while executing
"wait_for_condition 50 1000 {
            [$R($master_id) debug digest] == [$R($slave_id) debug digest]
        } else {
            fail "Slave not re..."
    ("uplevel" body line 13)
    invoked from within
"uplevel 1 $code"
    (procedure "test" line 29)
    invoked from within
"test "PSYNC2: Slave RDB restart with EVALSHA in backlog issue #4483" {
        # Pick a random slave
        set slave_id [expr {($master_id+1)%5}]
  ..."
    ("uplevel" body line 173)
    invoked from within
"uplevel 1 $code "
    (procedure "start_server" line 3)
    invoked from within
"start_server {} {
    set master_id 0                 ; # Current master
    set start_time [clock seconds]  ; # Test start time
    set counter_value..."
    ("uplevel" body line 2)
    invoked from within
"uplevel 1 $code "
    (procedure "start_server" line 3)
    invoked from within
"start_server {} {
start_server {} {
    set master_id 0                 ; # Current master
    set start_time [clock seconds]  ; # Test start time
   ..."
    ("uplevel" body line 2)
    invoked from within
"uplevel 1 $code "
    (procedure "start_server" line 3)
    invoked from within
"start_server {} {
start_server {} {
start_server {} {
    set master_id 0                 ; # Current master
    set start_time [clock seconds]  ; # T..."
    ("uplevel" body line 2)
    invoked from within
"uplevel 1 $code "
    (procedure "start_server" line 3)
    invoked from within
"start_server {} {
start_server {} {
start_server {} {
start_server {} {
    set master_id 0                 ; # Current master
    set start_time [clo..."
    ("uplevel" body line 2)
    invoked from within
"uplevel 1 $code "
    (procedure "start_server" line 3)
    invoked from within
"start_server {tags {"psync2"}} {
start_server {} {
start_server {} {
start_server {} {
start_server {} {
    set master_id 0                 ; # Curre..."
    (file "tests/integration/psync2.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 "

@aparida1
Copy link

aparida1 commented Feb 5, 2018

This issue seems specific to arm-32 bit platform. Can't reproduce it on 64-bit.

@sol72
Copy link

sol72 commented Jul 9, 2018

I am getting the same error doing make test with redis 4.0.10 on Ubuntu 16.04.4 x64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants