I suspect the MPSC queue is non linearizable and might lead to unexpected order in the mempool tests.
Having the queue non-linearizable is OK but then the test shouldn't consider ordering. This highlights those cases (but still ensure that at the end all items enqueued arrive)
I suspect the MPSC queue is non linearizable and might lead to unexpected order in the mempool tests. Having the queue non-linearizable is OK but then the test shouldn't consider ordering. This highlights those cases (but still ensure that at the end all items enqueued arrive)