Roundup Tracker - Issues

Message7491

Author rouilj
Recipients rouilj, schlatterbeck
Date 2022-05-03.14:04:26
Message-id <20220503140425.A311C6A0289@pe15.cs.umb.edu>
In-reply-to <1651577986.08.0.496676273549.issue2551202@roundup.psfhosted.org>
In message <1651577986.08.0.496676273549.issue2551202@roundup.psfhosted.org>,
Ralf Schlatterbeck writes:
>On a slow machine I'm getting the following failed error for mysql:
>
>        # value will be almost 60. Allow 1-2 seconds for all 20 rounds.
>        self.assertAlmostEqual(
>            float(self.server.client.additional_headers["X-RateLimit-Reset"]),
>>           59, delta=1)
>E       AssertionError: 57.706104 != 59 within 1 delta (1.2938959999999966 difference)
>
>Should we live with this failing occasionally or make the error margin
>a little higher (I'd suggest 5 which should never fail and is about 10%)?

I'm ok with 5.
History
Date User Action Args
2022-05-03 14:04:26rouiljsetrecipients: + rouilj, schlatterbeck
2022-05-03 14:04:26rouiljlinkissue2551202 messages
2022-05-03 14:04:26rouiljcreate