We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported by @devos50 during PR tests on Mac
self = <test_eva_protocol.TestEVA testMethod=test_duplex> async def test_duplex(self): count = 100 block_size = 10 self.overlay(0).eva_protocol.block_size = block_size self.overlay(1).eva_protocol.block_size = block_size data0 = os.urandom(1), os.urandom(block_size * count), random.randrange(0, 256) data1 = os.urandom(1), os.urandom(block_size * count), random.randrange(0, 256) self.overlay(0).eva_send_binary(self.peer(1), *data0) self.overlay(1).eva_send_binary(self.peer(0), *data1) await drain_loop(asyncio.get_event_loop()) > assert self.overlay(0).most_recent_received_data == data1 E AssertionError: assert None == (b'N', b'\nN\...xcbw\xa8', 33) E +None
The text was updated successfully, but these errors were encountered:
drew2a
Successfully merging a pull request may close this issue.
Reported by @devos50 during PR tests on Mac
The text was updated successfully, but these errors were encountered: