Closed crioux-stripe closed 4 months ago
535 tests ±0 529 :white_check_mark: ±0 7m 51s :stopwatch: +8s 139 suites ±0 6 :zzz: ±0 139 files ±0 0 :x: ±0
Results for commit b3bba8c6. ± Comparison against base commit a61cf1dd.
:recycle: This comment has been updated with latest results.
Just realized I have a commented out test here. Working on a fix.
Fixed.
Context
We encountered an issue in which
DynamoDBMasterMonitor
would emit aMASTER_NULL
value in the event of failing to read or decode the lock from DynamoDB. This caused some minor but unncessary churn as our agents believed the master had changed when it in fact had not. This can be further exacerbated by transient failures in Dynamo or throttling when querying Dynamo.Checklist
./gradlew build
compiles code correctly./gradlew test
passes all tests