Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
77429: kvserver: remove "not observed below raft" assertion r=erikgrinaker a=tbg This "meta test" intercepts all protos below raft and makes assertions about them. In particular, it was injecting a nonzero exit code if one of the tracked protos was *not* seen (so that we could stop tracking it). But in a bazel world where sharding is the norm, you can't really expect any given shard to see all of the protos. Take out this particular assertion. Release justification: testing-only fix Release note: None Co-authored-by: Tobias Grieger <[email protected]>
- Loading branch information