Israel Fruchter

Results 119 issues of 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...

tier1

### 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...

test-integration
backport/perf-v15

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...

backport/2023.1
backport/2024.1
backport/2024.2

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,...

type/epic

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...

test-provision-aws

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...

test-provision-azure
cloud/azure

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...

area/materialized views
tests/dtest
symptom/ci stability

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

bug