google / exposure-notifications-server

Exposure Notification Reference Server | Covid-19 Exposure Notifications
https://www.google.com/covid19/exposurenotifications/
Apache License 2.0
2.44k stars 311 forks source link

Add artificial counter to in-memory secrets write #1507

Closed sethvargo closed 3 years ago

sethvargo commented 3 years ago

I have some flakey tests because, even with the mutex, its possible that two operations occur in the same unix timestamp. Since this is just for local dev/test, having a constantly incrementing number seems fine.

Release Note

NONE