Andrei Chekun
Andrei Chekun
> > #### 🟢 CI State: SUCCESS > > #### Build Details: > > ``` > > * Duration: 4 min 2 sec > > > > * Builder: spider6.cloudius-systems.com...
v2. MD5 changed to SHA3 224
> Yes, I believe it's possible to have a per-directory pytest.ini. There will be problem with config dir in pytest in that case. If you create the pytest.ini in some...
> I cannot find any logs. I wonder if it is python in fact segfaulting here, and this is a duplicate of [#17564](https://github.com/scylladb/scylladb/issues/17564). As of [5c2e589](https://github.com/scylladb/scylladb/commit/5c2e5890a610fc963b30aae8546e8af21c73dd6f) C++ unit tests are...
> Apparently we didn't save the executable for this `encryption_at_rest_test`, so the coredump is useless. We only save `combined_tests` binary, but this test is not part of it. https://github.com/scylladb/scylla-pkg/pull/4949 fixes...
Taking in account that scylla-2073.log is located in the failed directory on [S3,](https://downloads.scylladb.com/unstable/scylla/branch-2025.2/testLogs/2025-06-15T18:24:27Z/x86_64/release/failed_test/test_dict_memory_limit.release.1/) I can say that `test.py` did its job. [Here](https://github.com/scylladb/scylladb/blob/648d8caf278255fedb30da08f2846a2055671fae/test/pylib/manager_client.py#L176) is the method that is responsible for copying...
v2. Resolved comments. Rewrote part with finishing pytest session.
v3 skip_mode wrapper migrated to pytest.mark rewrite a bit logic behind setting flag for prepared environment
v4 Remove `-s` from the pytest execution, so prints will not throw to the terminal Use xdist directly, since it's already a prerequisite for some time already
I've tried to reproduce the issue locally, but no luck. Running only one test or the whole file with repeat 200 for debug mode gives nothing.