Andrew Wong

Results 48 issues of Andrew Wong

### Version & Environment Redpanda version: (use `rpk version`): v21.11.19 => v22.1.7 I have a test in flight (branch [here](https://github.com/andrwng/redpanda/commit/216c6101b9d084d1f058bf5b82ad4fea637e0cf5)) that runs through two upgrades, one from v21.11.19 => v22.1.7...

kind/bug

Slack thread: https://redpandadata.slack.com/archives/C01ND4SVB6Z/p1660021226351389 > We should test: > Upgrading from 21.11. to 22.2-rc (via hop to 22.1.) > Upgrading from 22.1. to 22.2-rc > I understand that if we are...

kind/enhance

### Version & Environment Redpanda version: (use `rpk version`): dev ### What went wrong? CI failures https://buildkite.com/organizations/redpanda/pipelines/redpanda/builds/13698/jobs/01826f32-a447-4b67-9502-25fcfc3f4fe0 Several upgrade tests run fine until `PartitionMovementUpgradeTest.test_basic_upgrade` starts up, after which all upgrade...

kind/bug

## Cover letter Several methods that run for a particular node check that that node is started. This is somewhat reasonable as we typically expect to want to run get...

CI failure https://buildkite.com/redpanda/redpanda/builds/13617#01826a0e-251d-46ae-a8e5-a9ff57e64800 ``` ==================================================================================================== test_id: rptest.tests.partition_movement_upgrade_test.PartitionMovementUpgradeTest.test_basic_upgrade status: FAIL run time: 13 minutes 37.176 seconds TimeoutError("Timed out waiting 600 seconds for service nodes to finish. These nodes are still alive:...

kind/bug

CI failure: https://buildkite.com/redpanda/redpanda/builds/13576#01826743-26f1-40a3-9115-e9dd3810678b ``` ==================================================================================================== test_id: rptest.tests.test_si_cache_space_leak.ShadowIndexingCacheSpaceLeakTest.test_si_cache.message_size=10000.num_messages=100000.num_read=1000.concurrency=2 status: FAIL run time: 1 minute 9.344 seconds AssertionError() Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run data = self.run_test()...

kind/bug
ci-failure

This PR adds tests that exercise RPC codepaths on clusters that span multiple versions. It leverages the recently introduced `MixedVersionWorloadRunner` to run workloads that deterministically sends RPCs in a specific...

kind/enhance
area/tests
kind/compat

This commit adds a test that wipes and restarts a cluster one node at a time in sequence with a workload running, leveraging the new features that enable homogeneous node...

We currently configure Redpanda test nodes such that they get assigned node IDs based on their idx() values. Moving forward, as we consider weaning off of manually assigning node ID,...

Previously, empty_seed_starts_cluster=1 meant that the node was configured to use root-driven bootstrap and that it should expect some singular node in the cluster to have an empty seeds list. This...

area/redpanda