Periodically purge check-ins ETS table #683
Annotations
6 errors and 2 warnings
Test (Elixir 1.13.4-otp-22, OTP 22.3.4):
test/sentry/check_in_id_mappings_test.exs#L9
test lookup_or_insert_new/1 works correctly (Sentry.CheckInIDMappingsTest)
|
Test (Elixir 1.13.4-otp-22, OTP 22.3.4)
Process completed with exit code 2.
|
Test (Elixir 1.16, OTP 26.2):
test/sentry/check_in_id_mappings_test.exs#L9
test lookup_or_insert_new/1 works correctly (Sentry.CheckInIDMappingsTest)
|
Test (Elixir 1.16, OTP 26.2)
Process completed with exit code 2.
|
Test (Elixir 1.17, OTP 27.0):
test/sentry/check_in_id_mappings_test.exs#L9
test lookup_or_insert_new/1 works correctly (Sentry.CheckInIDMappingsTest)
|
Test (Elixir 1.17, OTP 27.0)
Process completed with exit code 2.
|
Test (Elixir 1.17, OTP 27.0)
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
Test (Elixir 1.17, OTP 27.0)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|