Routing open-hours tests are failing in different timezones #4944

Open
opened 2023-04-09 22:34:45 +00:00 by biodranik · 1 comment
biodranik commented 2023-04-09 22:34:45 +00:00 (Migrated from github.com)

TZ='America/Argentina/Buenos_Aires' ../omim-build-debug/routing_tests works, while
TZ='Europe/Paris' ../omim-build-debug/routing_tests fails:

Running opening_hours_serdes_tests.cpp::OHSerDesTestFixture_OpeningHoursSerDes_Weekday_Usage_2
FAILED
routing_tests/opening_hours_serdes_tests.cpp:749 TEST(oh.IsOpen(GetUnixtimeByDate(2023, Month::Apr, Weekday::Saturday, 13 , 30 ))) 

Running opening_hours_serdes_tests.cpp::OHSerDesTestFixture_OpeningHoursSerDes_MonthHours_Usage
FAILED
routing_tests/opening_hours_serdes_tests.cpp:822 TEST(oh.IsClosed(GetUnixtimeByDate(2020, Month::May, 6, 01 , 00 ))) 

Running road_access_test.cpp::RoadAccess_WayBlockedWhenStartButOpenWhenReach
FAILED
routing_tests/index_graph_tools.cpp:608 TEST(base::AlmostEqualAbs(pathWeight, expectedWeight, kEpsilon)) 10804 12802 [5: (0, 1) (1, 2) (2, 3) (3, 4) (4, 5) ]

Opening hours/times in OpenStreetMap are specified in the local time zone. Tests (and production code!) should be robust to work properly with any local timezone specified.

`TZ='America/Argentina/Buenos_Aires' ../omim-build-debug/routing_tests` works, while `TZ='Europe/Paris' ../omim-build-debug/routing_tests` fails: ``` Running opening_hours_serdes_tests.cpp::OHSerDesTestFixture_OpeningHoursSerDes_Weekday_Usage_2 FAILED routing_tests/opening_hours_serdes_tests.cpp:749 TEST(oh.IsOpen(GetUnixtimeByDate(2023, Month::Apr, Weekday::Saturday, 13 , 30 ))) Running opening_hours_serdes_tests.cpp::OHSerDesTestFixture_OpeningHoursSerDes_MonthHours_Usage FAILED routing_tests/opening_hours_serdes_tests.cpp:822 TEST(oh.IsClosed(GetUnixtimeByDate(2020, Month::May, 6, 01 , 00 ))) Running road_access_test.cpp::RoadAccess_WayBlockedWhenStartButOpenWhenReach FAILED routing_tests/index_graph_tools.cpp:608 TEST(base::AlmostEqualAbs(pathWeight, expectedWeight, kEpsilon)) 10804 12802 [5: (0, 1) (1, 2) (2, 3) (3, 4) (4, 5) ] ``` Opening hours/times in OpenStreetMap are specified in the local time zone. Tests (and production code!) should be robust to work properly with any local timezone specified.
Member

mentioned in issue #7974

mentioned in issue #7974
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/organicmaps#4944
No description provided.