Skip to content

fix(back): fix recurrence not found #779

fix(back): fix recurrence not found

fix(back): fix recurrence not found #779

GitHub Actions / Integration tests succeeded Jun 4, 2024 in 0s

116 passed, 0 failed and 1 skipped

Tests passed successfully

✅ test-results.trx

117 tests were completed in 34s with 116 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
Liane.Test.Integration.ChatServiceImplTest 3✅ 1s
Liane.Test.Integration.DeletionServiceImplTest 1✅ 1s
Liane.Test.Integration.LianeRecurrenceServiceImplTest 5✅ 2s
Liane.Test.Integration.LianeServiceImplTest 12✅ 5s
Liane.Test.Integration.LianeStatusServiceTest 2✅ 1⚪ 627ms
Liane.Test.Integration.LianeStorageTest 1✅ 250ms
Liane.Test.Integration.LianeTrackerTest 13✅ 17s
Liane.Test.Integration.NotificationServiceImplTest 3✅ 556ms
Liane.Test.Integration.PaginationTest 5✅ 514ms
Liane.Test.Integration.RallyingPointServiceImplTest 5✅ 688ms
Liane.Test.Integration.RoutingServiceImplTest 2✅ 215ms
Liane.Test.Integration.TripServiceImplTest 9✅ 3s
Liane.Test.Internal.Address.NominatimJsonTest 2✅ 3ms
Liane.Test.Internal.Json.LianeEventJsonTest 4✅ 27ms
Liane.Test.Internal.Json.RefJsonTest 6✅ 15ms
Liane.Test.Internal.Json.TimeOnlyJsonTest 2✅ 2ms
Liane.Test.Internal.Json.UnionTypeJsonTest 14✅ 18ms
Liane.Test.Internal.Match.MatchTest 1✅ 2ms
Liane.Test.Internal.Trip.LianeRecurrenceTest 2✅ 2ms
Liane.Test.Internal.Trip.LianeTrackerTest 1✅ 0ms
Liane.Test.Internal.Trip.RouteOptimizerTest 1✅ 4ms
Liane.Test.OsrmServiceTest 11✅ 111ms
Liane.Test.Routing.LatLngTest 2✅ 1ms
Liane.Test.Trip.DayOfWeekFlagTest 6✅ 1ms
Liane.Test.Util.CursorTest 2✅ 1ms
Liane.Test.Util.DateUtilsTest 1✅ 0ms

✅ Liane.Test.Integration.ChatServiceImplTest

✅ TestGetUnreadConversations
✅ TestPagination
✅ TestReadConversation

✅ Liane.Test.Integration.DeletionServiceImplTest

✅ ShouldDeleteAccount

✅ Liane.Test.Integration.LianeRecurrenceServiceImplTest

✅ ShouldCreateRecurrentLiane
✅ ShouldRepeatRecurrentLiane
✅ ShouldRescheduleRecurrentLiane
✅ ShouldUpdateRecurrentTrips
✅ ShouldUpdateRecurrentTripsWithReturn

✅ Liane.Test.Integration.LianeServiceImplTest

✅ ExactSameLianeRequestShouldMatch
✅ GuguMatchesChangeWhenJaybeeHavedJoinedMathildeLiane
✅ GuguSeeJoinedLianesEvenIfRequestIsDisabled
✅ GuguShouldJoinANewLianeByJoiningAMatch
✅ GuguShouldJoinAnExistingLianeByJoiningAMatch
✅ GuguShouldMatchLianes
✅ MathildeShouldMatchEnabledLianes
✅ MathildeShouldMatchLianes
✅ ShouldChatInALiane
✅ ShouldMatchLianesWithTimeConstraints
✅ ShouldNotSendAMessageToALeftLiane
✅ WhenTheLastMemberLeaveALianeTheLianeIsDeleted

✅ Liane.Test.Integration.LianeStatusServiceTest

✅ ShouldGetStartedStatus
⚪ ShouldGetStartedStatusWithDelay
✅ ShouldUpdateToFinished

✅ Liane.Test.Integration.LianeStorageTest

✅ ShouldSyncDatabases

✅ Liane.Test.Integration.LianeTrackerTest

✅ MemberShouldNotFinishTrip
✅ ShouldFinishTrip
✅ ShouldHavePassengersInCar
✅ ShouldHavePickedUpPassenger
✅ ShouldNotFinishTrip
✅ ShouldNotHaveMembersInCar
✅ ShouldNotHavePassengersInCarBeforePickup
✅ ShouldNotHavePassengersInCarWhenNoPassengersPing
✅ ShouldTrackDestinationWayPoint
✅ ShouldTrackFirstWayPointWithPassengers
✅ ShouldTrackNextWayPointWithPassengers
✅ Trip_16_12_2023
✅ Trip_qui_se_trouve_deja_a_destination

✅ Liane.Test.Integration.NotificationServiceImplTest

✅ ShouldFindJoinLianeEvent
✅ ShouldMarkAsReadOnAnswer
✅ ShouldSendAJoinRequestNotificationWithId

✅ Liane.Test.Integration.PaginationTest

✅ ShouldPaginateEmptyCollection
✅ ShouldPaginateSorted
✅ ShouldPaginateWithCursorInMemory
✅ ShouldPaginateWithCursorInMemoryWithNext
✅ ShouldPaginateWithoutCursorInMemory

✅ Liane.Test.Integration.RallyingPointServiceImplTest

✅ ShoudList
✅ ShouldDeleteUnusedOnly
✅ ShouldExport
✅ ShouldImport
✅ ShouldSnap

✅ Liane.Test.Integration.RoutingServiceImplTest

✅ ReverseTripShouldReturnNull
✅ TestTripComputation

✅ Liane.Test.Integration.TripServiceImplTest

✅ BertrandShouldMatchSamuelsLiane
✅ JbShouldMatchAugustinsLiane
✅ ShouldMatchLianeOnLocation
✅ ShouldMatchLianeOnSeatCount
✅ ShouldSimplifyLianeGeometry
✅ TestAddLianeMember
✅ TestListAccessLevel
✅ TestListAll
✅ TestMatchLiane

✅ Liane.Test.Internal.Address.NominatimJsonTest

✅ ShouldDeserializeAddress
✅ ShouldDeserializeReverseResponse

✅ Liane.Test.Internal.Json.LianeEventJsonTest

✅ ShouldDeserialize
✅ ShouldSerialize
✅ ShouldSerializeMemberPing
✅ ShouldSerializeWithUri

✅ Liane.Test.Internal.Json.RefJsonTest

✅ ShouldDeserializeResolvedRef
✅ ShouldDeserializeUnresolvedRef
✅ ShouldSerializeAnnotatedRefAsResolved
✅ ShouldSerializeAnnotatedRefAsUnresolved
✅ ShouldSerializeResolvedRef
✅ ShouldSerializeUnresolvedRef

✅ Liane.Test.Internal.Json.TimeOnlyJsonTest

✅ ShouldDeserializeTimeOnly
✅ ShouldSerializeTimeOnly

✅ Liane.Test.Internal.Json.UnionTypeJsonTest

✅ ShouldDeserializeConcrete1
✅ ShouldDeserializeConcrete2
✅ ShouldDeserializeConcrete3WithDefaultValue
✅ ShouldDeserializeLianeEvent
✅ ShouldDeserializeMemberHasLeft
✅ ShouldDeserializeReminder
✅ ShouldFailToDeserializeLianeEventWithMissingTypeInfo
✅ ShouldSerializeConcrete1
✅ ShouldSerializeConcrete2
✅ ShouldSerializeFromGenericTypeWithTypeInfo
✅ ShouldSerializeMatchType
✅ ShouldSerializeNotification
✅ ShouldSerializeNotificationInfo
✅ ShouldSerializeTypeInfo

✅ Liane.Test.Internal.Match.MatchTest

✅ ShouldExtractMatchingTrip

✅ Liane.Test.Internal.Trip.LianeRecurrenceTest

✅ ShouldEnumerateActiveDays
✅ ShouldEnumerateNextDates

✅ Liane.Test.Internal.Trip.LianeTrackerTest

✅ ShouldGetFirstWayPoint

✅ Liane.Test.Internal.Trip.RouteOptimizerTest

✅ ShouldOverlap

✅ Liane.Test.OsrmServiceTest

✅ ShouldGetADefaultRoute
✅ ShouldGetARouteWithSteps
✅ ShouldGetRouteFromMendeToFlorac
✅ ShouldGetRouteFromMendeToFloracByGorgesDuTarnCausses
✅ ShouldGetRouteFromMendeToFloracByGorgesDuTarnCaussesAndPrades
✅ ShouldGetRouteFromMendeToFloracByLeCrouzet
✅ ShouldGetRouteFromMendeToFloracByLeCrouzetAndCocures
✅ ShouldGetRouteFromMendeToFloracByLeCrouzetAndRampon
✅ ShouldGetRouteWithAnnotations
✅ ShouldGetRouteWithFullOverview
✅ ShouldGetRouteWithNoOverview

✅ Liane.Test.Routing.LatLngTest

✅ ShouldCalculateDistance
✅ ShouldIntersect

✅ Liane.Test.Trip.DayOfWeekFlagTest

✅ ShouldParseFromBitArray
✅ ShouldParseFromString
✅ ShouldParseNoneFromString
✅ ShouldPrintMondayToString
✅ ShouldPrintSundayToString
✅ ShouldPrintToString

✅ Liane.Test.Util.CursorTest

✅ ShouldConvertToCursorString
✅ ShouldConvertToStringDatetime

✅ Liane.Test.Util.DateUtilsTest

✅ ShouldChangeTime