Aaron Fabbri
Aaron Fabbri
Create a scale test which exercises cluster recovery from S3 with larger amounts of data and partitions. _Note: Based on #5667, so ignore duplicate commits here until that is merged._
I've reproduced this a couple of times when working on #5818. This "scale test" for recovery from cloud storage bascially does this: 1. Create two topics with "many" partitions (200-600)...
This issue came up in discussion on PR #4803 a couple of times ([here](https://github.com/redpanda-data/redpanda/pull/4803/files#r888416024)), also ([here](https://github.com/redpanda-data/redpanda/pull/4803/files#r886321127)). This is a followup PR to discuss the future vision and reach consensus on...
Reasoning: CI and dev / test setups may wish to disable the threshold. ## Cover letter * None ## Backport Required - [x ] not a bug fix ## UX...
``` rptest.scale_tests.franz_go_verifiable_test.FranzGoVerifiableWithSiTest.test_si_with_timeboxed.segment_size=10485760 ``` This is similar to #4489; both cases have the `offset monitor wait aborted` exception. Reproduced in CDT [here](https://buildkite.com/redpanda/vtools/builds/2571#01816108-f8b4-419c-ab2b-328dd7c680f4).
To allow us to debug hard-to-reproduce "hung test" failures, this PR adds special handling of test timeouts which, for any still-running child processes: - Sends a SIGUSR1 which causes them...
According to the [Apache Avro Spec](https://avro.apache.org/docs/1.11.1/specification/), namespaces are optional. We don't use them since some tools do not support them, and thus not using them ensures we don't have conflicting...
Using a 3-dimensional array fails with *Templating error: Didn't find schema Array(Array(Double)) in state GenState* ``` fabbri@linux~/Code/rsgen-avro$ cat array-3d.avsc { "type" : "record", "name" : "Array3d", "fields" : [ {...