Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✅ test: Fix failing CSRF tests (#2720)
✅ test: fix failing csrf test A test validating that expired tokens fail was hitting a race condition with garbage collection. Sometimes, an assertion that expects memory storage GC to have triggered happens too quickly, causing the assertion to fail. Give the GC a little bit more time to process before asserting.
- Loading branch information
eeced20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.Benchmark_AcquireCtx
1020
ns/op 1568 B/op 5 allocs/op498.5
ns/op 1568 B/op 5 allocs/op2.05
This comment was automatically generated by workflow using github-action-benchmark.