Andrea Barbadoro
Andrea Barbadoro
I opened a [pull request](https://github.com/docopt/docopt.cpp/pull/143) to compare the changes. The important changes are in this commit https://github.com/andijcr/docopt.cpp/commit/ca98f8496e0728371af5b0ae8a3fb26f1d3e4892 The compile time tends to be worse than before, but it's limited only...
probably. in a year c++23 will be here, so a hard requirement for c++20 can be justified, especially for a lib that has been feature-stable for a long time as...
> @andijcr would appreciate it if you used the CI failure template @dotnwat Do we have a template for fixture test failures? The one we have is for ducktape and...
from the kgoverifier log, towards the end: ``` time="2023-09-25T02:15:36Z" level=info msg="Loading offsets for topic tiny-cache t=-2..." time="2023-09-25T02:15:36Z" level=error msg="Error reading from partition :0: context deadline exceeded" tag=random-000 time="2023-09-25T02:15:36Z" level=error msg="Reloading...
the timeout is computed as ``` # Use a random consumer to pathologically overload the ability of the cache to # handle incoming reads. # This should be slow, but:...
> @andijcr what is next here? wating for cdt here https://github.com/redpanda-data/redpanda/pull/14096
these failures seems to point, like before, to a slow kgo verifier, that is not stuck [INFO - 2024-04-22 13:26:53,316 - kgo_verifier_services - _ingest_status - lineno:398]: Worker KgoVerifierRandomConsumer-0-132699595391568 status: ConsumerStatus...
amd cdt 10 FAIL test: SaramaProduceTest.test_produce (1/18 runs) 11 failure at 2022-11-18T14:42:22.575Z: DucktapeError("sarama produce failed with b'/bin/sh: 1: /opt/redpanda-tests/go/sarama/produce_test/produce_test: not found\\n'") 12 in job https://buildkite.com/redpanda/vtools/builds/4312#018489c4-806d-40af-b364-fd8e3cd49a22
another two from cdt: 14 FAIL test: PartitionBalancerScaleTest.test_node_operations_at_scale.type=big_partitions (1/1 runs) 15 failure at 2022-11-18T14:42:22.575Z: TimeoutError('') 16 in job https://buildkite.com/redpanda/vtools/builds/4312#018489c4-806d-40af-b364-fd8e3cd49a22 17 18 FAIL test: PartitionBalancerScaleTest.test_node_operations_at_scale.type=many_partitions (1/1 runs) 19 failure at 2022-11-18T14:42:22.575Z:...
1) https://buildkite.com/redpanda/vtools/builds/6936#01873a54-1d8a-4e3e-b4bd-7dc2f6a0dd2e ``` 256 FAIL test: PartitionBalancerScaleTest.test_node_operations_at_scale.type=big_partitions (1/2 runs) 257 failure at 2023-04-01T08:52:09.156Z: TimeoutError('') 258 on (amd64, VM) in job https://buildkite.com/redpanda/vtools/builds/6936#01873a54-1d8a-4e3e-b4bd-7dc2f6a0dd2e test_id: rptest.scale_tests.partition_balancer_scale_test.PartitionBalancerScaleTest.test_node_operations_at_scale.type=big_partitions status: FAIL run time: 14 minutes 3.956...