Closed kmg-stripe closed 3 months ago
537 tests +214 531 :white_check_mark: +214 7m 46s :stopwatch: + 1m 4s 139 suites + 44 6 :zzz: ± 0 139 files + 44 0 :x: ± 0
Results for commit 43f1c11a. ± Comparison against base commit ef3ad829.
:recycle: This comment has been updated with latest results.
@hmitnflx - If you have a sec, could you have a look at this one? Should be quick.
@Andyz26 Hey! One more for our production readiness if you don't mind.
@Andyz26 Sorry about self-approving on this one. I wanted to make sure @kmg-stripe could hit our target of releasing today.
@crioux-stripe no worries. I am on vacation and I will check with @hmit on this.
Context
I forgot to update the previous PR with this fix. We have enough cruft lying around from all of the churn, that we hit cases where we get a NPE when we cannot parse the worker payload in
getAllWorkersByJobId
. This checks to ensureworkers
is not empty before referencing the first element ofworkers
.Checklist
./gradlew build
compiles code correctly./gradlew test
passes all tests