Open jasonjoo2010 opened 4 years ago
This PR solved 2 small issues togethor:
Newer server will response different on latency element:
Latency min/avg/max: 0/0.9167/8
Which seems like some float numbers.
So I adjust the regex expression to pass it.
Exists() will return true with an error except ErrNoNode:
ErrNoNode
incorrect
In addition ExistsW() acts correctly.
ExistsW()
Coverage increased (+0.3%) to 79.896% when pulling 1f98c7010448501070f0f54dd1ec6ffe55d0fab5 on jasonjoo2010:exists into 2cc03de413da42869e2db7ce7965d3e978d917eb on samuel:master.
This PR solved 2 small issues togethor:
Description
FLW
Newer server will response different on latency element:
Which seems like some float numbers.
So I adjust the regex expression to pass it.
Exists()
Exists() will return true with an error except
ErrNoNode
:incorrect
)In addition
ExistsW()
acts correctly.