• antirez's avatar
    Test: fixed osx msg passing issue in testing framework. · 66304fb1
    antirez authored
    The Redis test uses a server-clients model in order to parallelize the
    execution of different tests. However in recent versions of osx not
    setting the channel to a binary encoding caused issues even if AFAIK no
    binary data is really sent via this channel. However now the channels
    are deliberately set to a binary encoding and this solves the issue.
    
    The exact issue was the test not terminating and giving the impression
    of running forever, since test clients or servers were unable to
    exchange the messages to continue.
    66304fb1
test_helper.tcl 15.6 KB