Dmitry Kropachev

Results 287 comments of Dmitry Kropachev

> I guess it got fixed somewhere in [3.29.0-scylla...3.29.2-scylla](https://github.com/scylladb/python-driver/compare/3.29.0-scylla...3.29.2-scylla) > > since 3.29.2 wheels seems to be o.k. Thanks for looking into it, I will double check later this week.

Now I saw it fails for twisted: ``` self = def test_multi_timer_validation(self): """ Verify that timer timeouts are honored appropriately """ # Tests timers submitted in order at various timeouts...

@mykaul , @Lorak-mmk , thanks for reviewing, it. Could you please take a look at PR Description, I have layed out all the options to implement this feature. Let's take...

> Documentation in multiple places is not adjusted to describe the new implementations. Often it refers to other existing classes or interfaces and does not list newly added params. >...

> @dkropachev what's the status of this PR? I have postponed working on this PR due to the higher priority tasks on my side and @Lorak-mmk being focused on rust...

aarch64 tests failing on `test_multi_timer_validation`, this test is known to be flaky on this architecture.

Closed in favor of https://github.com/scylladb/python-driver/pull/363

> What is the task that is being scheduled? I know about this error, but I didn't fix it that way before because it is a wrong way in my...

> Wait, so the error can happen in one of 3 conditions: > > 1. There is some unknown bug in our code > 2. Test does something weird >...