Andrei Chekun
Andrei Chekun
- [ ] ** Backport reason (please explain below if this patch should be backported or not) **
Related to #17851 This PR resolves issue with double count of the test result for topology tests. It will not appear in the consolidated report anymore. Another fix is to...
Add allure-pytest pip dependency to be able to use it for generating the allure report later. Main benefits of the allure report: 1. Group test failures 2. Possibility to attach...
Add documentation how to install and basic usage example of the allure reporting tool. Fix typo test/README.md Related: https://github.com/scylladb/qa-tasks/issues/1665 Depends on: https://github.com/scylladb/scylladb/pull/18169
This PR adds the possibility to gather resource consumption metrics. The collected metrics can be used to compare performance before and after specific changes aimed at increasing performance. Currently, this...
## Packages Scylla version: `6.2.0~rc1-20240919.a71d4bc49cc8` with build-id `2a79c005ca22208ec14a7708a4f423e96b5d861f` Kernel Version: `6.8.0-1016-aws` ## Issue description Scylla does not allow switching a replication factor for the DC more than one at a...
It's a regression. This is a reopening for https://github.com/scylladb/scylla-cluster-tests/issues/7318 It was fixed in https://github.com/scylladb/scylla-cluster-tests/pull/8342 and backported to 6.1 here https://github.com/scylladb/scylla-cluster-tests/pull/8579 on 6 of September. However, this [run]([scylla-6.1/longevity/longevity-100gb-4h-test#10](https://argus.scylladb.com/test/2cca5979-f5f4-424b-9967-7f79e7d6be4c/runs?additionalRuns[]=8c755ea4-9762-4048-8081-f9b3bb6d6f11)) has exactly the...
### Issue description longevity-alternator-3h-test is not staring because of the error in the code: ``` File "/home/ubuntu/scylla-cluster-tests/sdcm/tester.py", line 1120, in pre_create_alternator_tables tablets_enabled = is_tablets_feature_enabled(session) NameError: name 'is_tablets_feature_enabled' is not defined...
Add the possibility to run boost test with pytest Fixes: https://github.com/scylladb/qa-tasks/issues/1775 **Please replace this line with justification for the backport/\* labels added to this PR**
With current changes, pytest executes boost tests. Gathering metrics added to the pytest BoostFacade and UnitFacade to have the possibility to get them for C++ test as previously. Since boost,...