forked from redpanda-data/redpanda
-
Notifications
You must be signed in to change notification settings - Fork 0
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`, `--validate-latest-values` as input parameters.
- Loading branch information
1 parent
ce8d016
commit e91e68e
Showing
3 changed files
with
333 additions
and
11 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 01dcf480ea33758630643be7bd24b2bba0fd6c0e | ||
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
Oops, something went wrong.