mirror of
https://github.com/commaai/msgq.git
synced 2026-06-08 05:54:44 +08:00
Fix fake synced pub/sub test race (#692)
* Fix fake synced pub/sub test race * Remove fake test ordering comment
This commit is contained in:
@@ -162,10 +162,11 @@ class TestFakeSockets(unittest.TestCase):
|
||||
recv_called = carState_handle.recv_called_event
|
||||
recv_ready = carState_handle.recv_ready_event
|
||||
|
||||
pub_sock = msgq.pub_sock("carState")
|
||||
|
||||
p = multiprocessing.Process(target=daemon_repub_process_run)
|
||||
p.start()
|
||||
|
||||
pub_sock = msgq.pub_sock("carState")
|
||||
sub_sock = msgq.sub_sock("ubloxGnss")
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user