oxen-mq/tests
Jason Rhinelander 4a6bb3f702 Fix messages coming back on an outgoing connection
The recent PR that revamped the connection IDs missed a case when
connecting to service nodes where we store the SN pubkey in peers, but
then fail to find the peer when we look it up by connection id.

This adds the required tracking to fix that case (and adds a test that
fails without the fix here).
2021-07-01 00:37:55 -03:00
..
Catch2@b3b07215d1 Add initial test suite with some batch job tests 2020-02-06 18:10:26 -04:00
CMakeLists.txt Add timer cancellation & timer tests 2021-05-20 22:05:58 -03:00
common.h Miscellaneous small test suite fixes/improvements 2021-06-23 10:55:47 -03:00
main.cpp Add initial test suite with some batch job tests 2020-02-06 18:10:26 -04:00
test_address.cpp Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
test_batch.cpp Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
test_bt.cpp Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
test_commands.cpp Miscellaneous small test suite fixes/improvements 2021-06-23 10:55:47 -03:00
test_connect.cpp Fix messages coming back on an outgoing connection 2021-07-01 00:37:55 -03:00
test_encoding.cpp Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
test_failures.cpp Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
test_inject.cpp Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
test_requests.cpp Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
test_tagged_threads.cpp Rename LokiMQ to OxenMQ 2021-01-14 15:32:38 -04:00
test_timer.cpp Add thread-safe timerid assignment version of add_timer() 2021-05-25 17:29:25 -03:00