Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
108295: roachtest: increase timeout for network_logging to 60s r=dhartunian a=abarganier Fixes: cockroachdb#108088 The new network_logging roachtest sets a pgclient timeout of 10s to attempt detecting deadlocks. This timeout was hit fairly easily during the nightly runs. This is an indication that our 10s timeout is too aggressive. This PR changes the timeout from 10s to 60s which still achieves the original aim without being so aggressive. Release note: none 108333: kvserver: deflake lease preferences during outage r=erikgrinaker a=kvoli *This PR is intended to be backported to `release-22.2`. `TestLeasePreferencesDuringOutage` is currently skipped on master. Stressed for 30 mins without failure on release-22.2.* Previously, it was possible for a soon-to-be dead replica, to acquire the range lease in the `TestLeasePreferencesDuringOutage` test. The acquired lease would be expiration based, disallowing the intended leaseholder from acquiring the lease. This patch disables expiration based lease transfers, deflaking the test. Resolves: cockroachdb#105101 Epic: none Release note: None Co-authored-by: Alex Barganier <[email protected]> Co-authored-by: Austen McClernon <[email protected]>
- Loading branch information