-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests
: bump kgo-verifier
version and support new features
See redpanda-data/kgo-verifier#60, which added `--tombstone-probability`, `--compacted` as input parameters. Also, use `errors='replace'` in `kafka_cat.py`, to avoid UTF-8 decoding issues with randomly generated bytes in `kgo-verifier` records.
- Loading branch information
1 parent
9da76a2
commit d1f0226
Showing
3 changed files
with
41 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env bash | ||
set -e | ||
git -C /opt clone https://github.com/redpanda-data/kgo-verifier.git | ||
git -C /opt clone https://github.com/WillemKauf/kgo-verifier.git | ||
cd /opt/kgo-verifier | ||
git reset --hard 7bbf8c883d1807cdf297fdb589d92f436604772b | ||
git reset --hard 937e85753c6d153e303ac8cead9c5ee0d250f1a8 | ||
go mod tidy | ||
make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters