Israel Fruchter
Israel Fruchter
in recent updates to the hydra docker image, we start getting those warnings ``` /usr/local/lib/python3.10/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in...
## Packages Scylla version: `6.0.0-20240606.a77615adf324` with build-id `6c03ff0a571ac30073b739e9ba917545fe23e5c5` Kernel Version: `5.15.0-1060-gcp` ## Issue description - [x] This issue is a regression. - [ ] It is unknown if this issue...
### Testing - [ ] ### PR pre-checks (self review) - [ ] I added the relevant `backport` labels - [ ] I didn't leave commented-out/debugging code ### Reminders -...
running with all those check enable hurt performence quite badly so far we enable `--network=host` in all docker loaders, but that not enough to make comparable with stress tool running...
seems like we are using naive datetime all of this nemesis, log output are in UTC time, we should align everything to work assuming it's UTC, to make sure times...
A tab of the rules/set we want to activate ```[tasklist] ### Tasks - [ ] https://docs.astral.sh/ruff/rules/#flake8-datetimez-dtz - this can help avoid lot's of time offset issues, and also future proof,...
to evaluate how we can work with loki, and imrpove our logging setup in SCT, we are adding a way to enable sending the logs to the monitoring stack from...
from now on, all resources created by SCT wouldn't be available by public network, only sct runners would be accessable, and would be used as jump server if nodes needs...
[dtest] test_mv_alter_with_synchronous_updates times out on creating MV (suspected driver issue?)
Test is creating 50 synchronous MVs: ``` for i in range(mvs_count): query = f"CREATE MATERIALIZED VIEW {mv_name_prefix}_{i} AS SELECT * FROM {table_name} " \ f"WHERE c1 IS NOT NULL and...
Images should be shared exactly like scylla images see: https://github.com/scylladb/scylla-machine-image/commit/f6400eccef465a932daee593cbd2c1d2df130970 for us to be able to consume them