• Binbin's avatar
    Fix double inf test, use readraw to verify the protocol (#11504) · 2a2e5d41
    Binbin authored
    The test introduced in #11482 fail on mac:
    ```
    *** [err]: RESP3: RM_ReplyWithDouble: inf in tests/unit/moduleapi/reply.tcl
    Expected 'Inf' to be equal to 'inf'
    (context: type eval line 6 cmd {assert_equal Inf [r rw.double inf]} proc ::test)
    ```
    
    Looks like the mac platform returns inf instead of Inf in this case, this PR
    uses readraw to verify the protocol.
    2a2e5d41
reply.tcl 4.31 KB