Mentions légales du service

Skip to content

build: fix random tests results

Jujube Orange requested to merge feature/fix-build into develop

Exemple de tests KO aléatoirement :

  • created_and_activated_when_already_existing_deleted_token_is_sent (1 failure / 1000)
Expected: (a collection with size <1> and iterable containing [(hasProperty("token", is "PushToken") and hasProperty("deleted", <false>) and hasProperty("active", <true>) and hasProperty("nextPlannedPush", is A date between Thu May 26 08:00:00 CEST 2022 and Thu May 26 19:00:00 CEST 2022))])
     but: iterable containing [(hasProperty("token", is "PushToken") and hasProperty("deleted", <false>) and hasProperty("active", <true>) and hasProperty("nextPlannedPush", is A date between Thu May 26 08:00:00 CEST 2022 and Thu May 26 19:00:00 CEST 2022))] item 0: hasProperty("nextPlannedPush", is A date between Thu May 26 08:00:00 CEST 2022 and Thu May 26 19:00:00 CEST 2022)  property 'nextPlannedPush' was a date equal to Thu May 26 08:00:00 CEST 2022
  • created_when_already_registered_but_with_different_values (77 failures / 1000)
Expected: (a collection with size <1> and iterable containing [(hasProperty("token", is "PushToken") and hasProperty("locale", is "en-EN") and hasProperty("timezone", is "Europe/London") and hasProperty("nextPlannedPush", is A date between Thu May 26 08:00:00 CEST 2022 and Thu May 26 19:00:00 CEST 2022))])
     but: iterable containing [(hasProperty("token", is "PushToken") and hasProperty("locale", is "en-EN") and hasProperty("timezone", is "Europe/London") and hasProperty("nextPlannedPush", is A date between Thu May 26 08:00:00 CEST 2022 and Thu May 26 19:00:00 CEST 2022))] item 0: hasProperty("nextPlannedPush", is A date between Thu May 26 08:00:00 CEST 2022 and Thu May 26 19:00:00 CEST 2022)  property 'nextPlannedPush' was a date equal to Thu May 26 19:05:00 CEST 2022

Merge request reports