Andrei Chekun
Andrei Chekun
> #### 🔴 CI State: FAILURE > > ❌ - [Build](https://jenkins.scylladb.com/job/scylla-master/job/scylla-ci/8759/) > #### Build Details: > > * Duration: 22 min > > * Builder: i-0a5937d65c36f6093 (r5ad.8xlarge) Image was build...
> #### 🔴 CI State: FAILURE > > ✅ - [Build](https://jenkins.scylladb.com/job/scylla-master/job/scylla-ci/8828/) ✅ - [Container Test](https://jenkins.scylladb.com/job/scylla-master/job/scylla-ci/8828/) ✅ - [dtest](https://jenkins.scylladb.com/job/scylla-master/job/gating-dtest-release/9611/) ❌ - [dtest with topology changes](https://jenkins.scylladb.com/job/scylla-master/job/gating-dtest-release-with-consistent-topology-changes/1588/) ✅ - [Unit Tests](https://jenkins.scylladb.com/job/scylla-master/job/scylla-ci/8828/) > ####...
@tchaikov could you please provide more information how to reproduce this issue? I'm not able to install aiohttp 3.8.4 with python 12, there is an issue with that combination https://github.com/aio-libs/aiohttp/issues/7739...
@kbr-scylla If we will use parameter await return_exceptions=True in gather() method, so we will be waiting while the failed test will complete teardown correctly there will be no race. So...
Draft PR https://github.com/scylladb/scylladb/pull/17781
> The only remaining problem that needs to be fixed now before the merge is the missing '--query-tombstone-page-limit', '1000'. You said you wanted to do the same as test/alternator/run did,...
@nyh Sorry, for being not fully clear. But it was taking around 4 minutes to finish stream tests. Thank you for pointing to the specific option that can affect the...
 Executed the alternator test migrated to PythonSuite with 4 threads. Seems the further increase of the threads will not help, since we have one class that lasts too...
The previous result should be ignored. One of the Scylla parameters where incorrect and it was affecting performance so drastically. Here are the correct results. 
@kbr-scylla @piodul This is how it will look with current changes and with changes from pipeline merged https://jenkins.scylladb.com/job/scylla-staging/job/xtrey/job/scylladb_test.py/35/ Please take a look and let me know if there is any...