Israel Fruchter

Results 133 issues of Israel Fruchter

I'm considering using this tool in our CI system. But it not have specific versions tags in dockerhub is would hard to pin to a specific version and it might...

``` Traceback (most recent call last): File "/usr/lib/python3.9/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.9/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/fruch/Projects/scylla-dtest/.venv39/lib/python3.9/site-packages/nose/__main__.py", line 8, in run_exit()...

it would be easier for us in the python world to use it

In some cases, paging by page number isn't exactly accurate (fast pacing changing data) I would be nice to have some example on how to do those kind of paging...

enhancement

Seems like in recent ubuntu version 22.04, collectd doesn't exists anymore. https://bugs.launchpad.net/ubuntu/+source/collectd/+bug/1971093 https://www.ubuntuupdates.org/pm/collectd Not clear exactly if it's on purpose, of a mistake. but the installation instruction might reflect the...

## Installation details Kernel Version: 5.13.0-1021-aws Scylla version (or git commit hash): `5.0~rc3-20220406.f92622e0d` with build-id `2b79c4744216b294fdbd2f277940044c899156ea` Cluster size: 6 nodes (i3.large) Scylla Nodes used in this run: - longevity-harry-2h-test-har-db-node-5ad966f5-9 (13.51.238.118...

bug
high

setup.py is reading the readme.md, but doing nothing with it

I've tried to use If, with no much success see: fruch/construct3@77532b63d91f07f4d715171f398ad6a3191e1ae6

I was trying to do this: ``` mach = SshMachine("10.57.33.XX", user="root", password="something") ``` and it failed on: ``` plumbum.commands.processes.CommandNotFound: ('sshpass', .... ``` looking at the code, I've found PuttyMachine... that...

Implementation the suggestion from: https://forum.scylladb.com/t/c-cassandra-driver-navigate-to-specific-page/414/2

enhancement