Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
100817: statusccl: fix flaky TestTenantStatusAPI txn_id_resolution r=j82w a=j82w The txn resolution add a txn id to the cache, and then in a separate call updates the txn id with the fingerprint. The test previously assumed if there was a record it would always have a valid fingerprint, but that is not true. The test is modified to add retry logic to wait for the fingerprint to be updated. The retry time was set to always be 1 minute, because SucceedsSoon only waits 5 seconds for race scenario which is not enough time for the resolution to complete. Epic: none part of: #99770 Release note: none 100943: licenses: Update BSL change date for master/23/2 r=e-mbrown a=e-mbrown This commit updates the BSL license for master/23.2. Epic: REL-286 Release note: None Co-authored-by: j82w <[email protected]> Co-authored-by: e-mbrown <[email protected]>
- Loading branch information