It appears a simple git commit upstream corrects this bug.

https://github.com/loads/molotov/commit/5e8854d95a74fb8820020335a8368c19f9f658b4?branch=5e8854d95a74fb8820020335a8368c19f9f658b4&diff=unified

Thanks to tianon on #debian-mentors for sharing this solution and link.

Control: tag -1 patch

2 molotov/tests/test_run.py
@@ -356,7 +356,7 @@ async def here_three(session):
            )
            wanted = "SUCCESSES: 2"
            self.assertTrue(wanted in stdout, stdout)
-            self.assertEqual(delay, [1, 0.1, 1, 0.6, 1, 0.1, 1, 0.6, 1])
+            self.assertEqual(delay[:9], [1, 0.1, 1, 0.6, 1, 0.1, 1, 0.6, 1])

    @dedicatedloop
    def test_rampup(self):


Attachment: signature.asc
Description: PGP signature

Reply via email to