aprs.me/test
Graham McIntire d75896597e
fix: resolve test failures and improve error handling
- Fix duplicate bad packet storage in store_packet function
  - Changed insert_packet to return specific error tuples
  - Handle validation_error and storage_exception separately
  - Prevent double storage of bad packets

- Add try/catch wrapper around insert_packet for exception handling
  - Properly catch and return storage_exception errors
  - Test now correctly expects :storage_exception

- Add helper function for LiveView tests with duplicate IDs
  - Added live_with_warn/2 to ConnCase
  - Suppress duplicate ID warnings in integration tests

- Fix unused variable warning in insert_packet

All packet tests now pass without failures.
2025-10-13 09:26:40 -05:00
..
aprsme updates with parser updates 2025-08-03 09:19:31 -05:00
aprsme_web fix: resolve test failures and improve error handling 2025-10-13 09:26:40 -05:00
assets/js Improve type safety for getTrailId function 2025-07-21 08:36:38 -05:00
integration fix test 2025-08-04 21:32:57 -05:00
support fix: resolve test failures and improve error handling 2025-10-13 09:26:40 -05:00
types refactor to use external parser 2025-06-24 14:22:09 -05:00
test_helper.exs fix: Comprehensive packet processing and test optimization improvements 2025-08-01 17:50:07 -05:00
time_independence_fixes.md test: Make tests time-independent and increase timeouts for reliability 2025-08-02 10:07:47 -05:00