Botond Dénes

Results 67 issues of Botond Dénes

There was two more things missing: * Allow global options to be positioned before the operation/command option (https://github.com/scylladb/scylladb/issues/16695) * Ignore JVM args (https://github.com/scylladb/scylladb/issues/16696) This PR fixes both. With this, hopefully...

These two parameters are not used by the native nodetool, because ScyllaDB itself doesn't support them. These should be just ignored and indeed there was a unit test checking that...

area/nodetool

``` ==================================== ERRORS ==================================== ________________ ERROR at setup of test_joining_old_node_fails _________________ event_loop = request = kwargs = {'manager_internal': } func = setup = finalizer = @functools.wraps(fixture) def _asyncgen_fixture_wrapper( event_loop: asyncio.AbstractEventLoop,...

symptom/ci stability

CMake is the de-facto standard (or as close as it gets to standard) build system for C++ projects. @hakuch wrote up a good list of benefits on the equivalent seastar...

enhancement
area/build
area/internals

Nodetool currently assumes that positional arguments are only keyspaces. ks.tbl pairs are only provided when --kt-list or friends are used. This is not the case however. So check positional args...

area/nodetool

Seen in https://github.com/scylladb/scylladb/pull/15581#issuecomment-1740561533. Jenkins job: https://jenkins.scylladb.com/job/scylla-master/job/scylla-ci/4005/ Test result link: https://jenkins.scylladb.com/job/scylla-master/job/scylla-ci/4005/testReport/junit/replace_address_test/TestReplaceAddress/Tests___Sanity_Tests___test_replace_shutdown_node_use_host_id_rbo_disabled_/ ``` self = use_host_id = True @pytest.mark.parametrize("use_host_id", [True, False], ids=["use_host_id", "use_endpoint"]) def test_replace_shutdown_node(self, use_host_id: bool): """ @jira_ticket CASSANDRA-9871 Test that...

symptom/ci stability

Using scylla-sstable on sstables, runs the risk of the sstable disappearing by the time scylla-sstable tries to read it, because ScyllaDB decides to compact it at the wrong moment. Scylla-sstable...

Since scylla-nodetool already implements "help", nodetool help is routed to it. This results in command not yet implemented by scylla-nodetool getting an error, when one tries to get help for...

Scylla issue for scylla implementation: https://github.com/scylladb/scylla/issues/7736

This bug was introduced by f365453a82a2ad8740d9a45f7059607105d19dd8 which added support for running a specified number of iterations for workloads that have a finite set of steps. This commit changed the test...