redpanda-data / redpanda-data/openmessaging-benchmark
Lack of instance_type setting should not cause critical failure
Open
@tmgstevens is already working on this.
Since Jun 29, 2023.
- Dominant language
- Java
- Stars
- 40
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
This code introduces a regression where people using already existing hosts files receive a critical failure because instance_type is not set. Default values should have been added here as an option. (Blame: @tmgstevens )
line: "name: Redpanda{{ '+SASL' if sasl_enabled | default(False) | bool == True }}{{ '+TLS' if tls_enabled | default(False)|bool == True }}+{{ groups['redpanda'] | length }}x{{ instance_type }}"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.