IoannisRP

Results 5 issues of IoannisRP

Fixes: [CORE-7778](https://redpandadata.atlassian.net/browse/CORE-7778) - Replaced `std::vector` instances with `chunked_vector`. - `seastar::when_all_succeed` is hardcoded to use a `std::vector` internally to receive/store the input range and a `std::vector` to return the result. As...

area/build
area/redpanda

Add a waiting period when trying to get updated metrics. ## Backports Required - [ ] none - not a bug fix - [ ] none - this is a...

Implement: [CORE-14874](https://redpandadata.atlassian.net/browse/CORE-14874) Changes in this PR: - Make all dt scram passwords >= 14 characters. This allows for both fips/non-fips to execute with the same passwords - Add check in...

area/redpanda

Fixes: [CORE-6999](https://redpandadata.atlassian.net/browse/CORE-6999) The first rpk produce command sometimes takes a bit more time. Add an initial call with higher timeout. Note: A different dt test was failing this time, for...

Implements: [CORE-14692](https://redpandadata.atlassian.net/browse/CORE-14692) Updated: - openssl 3.0.18 -> 3.5.4 - openssl-fips 3.0.9 (fips 140-2) -> 3.1.2 (fips 140-3) Tests: - deflaked license test (was failing under fips) Testing: [x] dt [green](https://buildkite.com/redpanda/redpanda/builds/77104)...

area/build