cockroachdb / pebble

RocksDB/LevelDB inspired key-value database in Go
BSD 3-Clause "New" or "Revised" License
4.6k stars 424 forks source link

github: don't use -v flag for windows test run #3680

Closed RaduBerinde closed 1 week ago

RaduBerinde commented 1 week ago

The windows test run is the only one that uses the -v flag which makes the output hard to use in the UI and likely makes the run much slower.

Adjust to not use -v and use -tags invariants.

cockroach-teamcity commented 1 week ago

This change is Reviewable

RaduBerinde commented 1 week ago

Meta CI failures are tracked in #3678.

RaduBerinde commented 1 week ago

TFTRs!