umap/umap/tests
Yohan Boniface b400ade44b fix(sync): make datalayer upsert idempotent
That fix does not really fix the original issue, but it make it impactless.

The pattern is:
- peer A create a synced map, add a datalayer, save it
- peer B loads the map, click on edit
- at this time, peer B have twice the datalayer data, once from the server
  AND once from the sync

So a better fix would be to make that peer B send a meaningfull HLC to
peer A I guess.
For this we may save the last HLC is the map properties, or maybe try
to merge the "reference_version" and the HLC.
2025-02-26 11:55:21 +01:00
..
fixtures feat: parse files in parallel at import when multiple 2024-12-16 19:49:58 +01:00
integration fix(sync): make datalayer upsert idempotent 2025-02-26 11:55:21 +01:00
__init__.py Merge leaflet_storage tests 2018-05-19 11:54:08 +02:00
base.py chore(tests): use name from data when defined in DataLayerFactory 2025-01-10 16:33:06 +01:00
conftest.py fix: do not call teams.all() on anonymous user 2024-09-10 17:56:14 +02:00
settings.py wip(sync): add Redis to CI and configure tests settings 2025-01-23 17:20:21 +01:00
test_clean_tilelayer.py chore: add clean_tilelayer management command 2024-09-12 11:52:56 +02:00
test_dashboard.py chore: add more tests for team related views 2024-12-13 14:44:54 +01:00
test_datalayer.py fix: test failing due to unstable FS ordering between OS 2025-01-20 21:12:06 +01:00
test_datalayer_s3.py chore: make S3 dependencies optional 2024-12-11 19:16:17 +01:00
test_datalayer_views.py feat: soft delete datalayers 2025-01-29 19:08:59 +01:00
test_empty_trash.py feat: soft delete datalayers 2025-01-29 19:08:59 +01:00
test_licence.py Merge leaflet_storage tests 2018-05-19 11:54:08 +02:00
test_map.py feat: move map to trash on delete 2024-12-10 16:30:23 +01:00
test_map_views.py feat: soft delete datalayers 2025-01-29 19:08:59 +01:00
test_merge_features.py chore: ensure merge + assigning ids are rejected 2024-03-08 18:01:58 +01:00
test_statics.py chore: make S3 dependencies optional 2024-12-11 19:16:17 +01:00
test_team_views.py fix: show private/draft maps in team maps for members 2024-12-17 10:37:07 +01:00
test_tilelayer.py [style] Format the code 2023-11-24 23:31:18 +01:00
test_utils.py iwyu 2023-02-27 13:50:37 +01:00
test_views.py chore: add more tests for team related views 2024-12-13 14:44:54 +01:00