Feature/error repeated #19
GitHub Actions / postgresql Tests Report
succeeded
Jan 13, 2024 in 0s
postgresql Tests Report ✅
✅ tests-postgresql.xml
233 tests were completed in 61s with 233 passed, 0 failed and 0 skipped.
✅ github.com/FrancoLiberali/cql/logger
✅ TestTraceError
✅ TestTraceSlowQuery
✅ TestTraceQueryExec
✅ TestTraceSlowTransaction
✅ TestTraceTransactionExec
✅ github.com/FrancoLiberali/cql/logger/gormzap
✅ TestTraceError
✅ TestTraceSlowQuery
✅ TestTraceQueryExec
✅ TestTraceSlowTransaction
✅ TestTraceTransactionExec
✅ github.com/FrancoLiberali/cql/model
✅ TestParseCorrectUUID
✅ TestParseIncorrectUUID
✅ github.com/FrancoLiberali/cql/test
✅ TestCQL/TestAscendingReturnsResultsInAscendingOrder
✅ TestCQL/TestCountReturns0IfConditionsDontMatch
✅ TestCQL/TestCountReturns0IfNotModels
✅ TestCQL/TestCountReturns1IfConditionsMatch
✅ TestCQL/TestDescendingReturnsResultsInDescendingOrder
✅ TestCQL/TestFindOneReturnsEntityIfConditionsMatch
✅ TestCQL/TestFindOneReturnsErrorIfConditionsDontMatch
✅ TestCQL/TestFindOneReturnsErrorIfMoreThanOneMatchConditions
✅ TestCQL/TestFirstReturnsErrorIfConditionsDontMatch
✅ TestCQL/TestFirstReturnsFirstEntityIfConditionsMatch
✅ TestCQL/TestLastReturnsErrorIfConditionsDontMatch
✅ TestCQL/TestLastReturnsLastEntityIfConditionsMatch
✅ TestCQL/TestLimitCanBeCanceled
✅ TestCQL/TestLimitLimitsTheAmountOfModelsReturned
✅ TestCQL/TestOffsetAndLimitWorkTogether
✅ TestCQL/TestOffsetReturnsEmptyIfMoreOffsetThanResults
✅ TestCQL/TestOffsetSkipsTheModelsReturned
✅ TestCQL/TestOrderByFieldThatIsJoined
✅ TestCQL/TestOrderReturnsErrorIfFieldIsJoinedMoreThanOnceAndJoinIsNotSelected
✅ TestCQL/TestOrderReturnsErrorIfFieldIsNotConcerned
✅ TestCQL/TestOrderWorksIfFieldIsJoinedMoreThanOnceAndJoinIsSelected
✅ TestCQL/TestReturnsNIfMoreThanOneMatchConditions
✅ TestCQL/TestTakeReturnsErrorIfConditionsDontMatch
✅ TestCQL/TestTakeReturnsFirstCreatedEntityIfConditionsMatch
✅ TestCQL/TestConditionOfBoolType
✅ TestCQL/TestConditionOfByteArrayEmpty
✅ TestCQL/TestConditionOfByteArrayWithContent
✅ TestCQL/TestConditionOfCreatedAt
✅ TestCQL/TestConditionOfCustomType
✅ TestCQL/TestConditionOfDeletedAt
✅ TestCQL/TestConditionOfEmbedded
✅ TestCQL/TestConditionOfFloatType
✅ TestCQL/TestConditionOfGormEmbedded
✅ TestCQL/TestConditionOfID
✅ TestCQL/TestConditionOfIntType
✅ TestCQL/TestConditionOfPointerTypeWithValue
✅ TestCQL/TestConditionOfRelationType
✅ TestCQL/TestConditionOfRelationTypeOptionalByNil
✅ TestCQL/TestConditionOfRelationTypeOptionalWithValue
✅ TestCQL/TestConditionsOnUIntModel
✅ TestCQL/TestConditionsReturnsEmptyIfNotEntitiesCreated
✅ TestCQL/TestConditionsReturnsEmptyIfNothingMatch
✅ TestCQL/TestConditionsReturnsMultipleIfMultipleMatch
✅ TestCQL/TestConditionsReturnsOneIfOnlyOneMatch
✅ TestCQL/TestDeletedAtConditionIsAddedAutomatically
✅ TestCQL/TestMultipleConditionsAreConnectedByAnd
✅ TestCQL/TestMultipleConditionsDifferentOperators
✅ TestCQL/TestMultipleConditionsOfDifferentTypesWorks
✅ TestCQL/TestNot
✅ TestCQL/TestNotOr
✅ TestCQL/TestNotWithMultipleConditionsAreConnectedByAnd
✅ TestCQL/TestOr
✅ TestCQL/TestQueryReturnsEmptyIfNotEntitiesCreated
✅ TestCQL/TestQueryReturnsTheListWhenMultipleCreated
✅ TestCQL/TestQueryReturnsTheOnlyOneIfOneEntityCreated
✅ TestCQL/TestUnsafeCondition
✅ TestCQL/TestXor
✅ TestCQL/TestCollectionAllReturnsEmptyWhenNothingMatches
✅ TestCQL/TestCollectionAllReturnsIfAllMatch
✅ TestCQL/TestCollectionAllReturnsWhenIsEmpty
✅ TestCQL/TestCollectionAnyReturnsEmptyWhenNothingMatches
✅ TestCQL/TestCollectionAnyReturnsIfMoreThanOneMatches
✅ TestCQL/TestCollectionAnyReturnsIfOneMatches
✅ TestCQL/TestCollectionNoneReturnsEmptyIfMoreThanOneMatches
✅ TestCQL/TestCollectionNoneReturnsEmptyIfOneMatches
✅ TestCQL/TestCollectionNoneReturnsWhenIsEmpty
✅ TestCQL/TestCollectionNoneReturnsWhenNothingMatches
✅ TestCQL/TestCollectionReturnsEmptyIfOneMatches
✅ TestCQL/TestConditionThatJoinsAddsDeletedAtAutomatically
✅ TestCQL/TestConditionThatJoinsAndFiltersByNil
✅ TestCQL/TestConditionThatJoinsAndFiltersTheMainEntity
✅ TestCQL/TestConditionThatJoinsBelongsTo
✅ TestCQL/TestConditionThatJoinsDifferentEntities
✅ TestCQL/TestConditionThatJoinsHasOneOptional
✅ TestCQL/TestConditionThatJoinsHasOneSelfReferential
✅ TestCQL/TestConditionThatJoinsMultipleTimes
✅ TestCQL/TestConditionThatJoinsOnDeletedAt
✅ TestCQL/TestConditionThatJoinsOnDifferentAttributes
✅ TestCQL/TestConditionThatJoinsOnHasMany
✅ TestCQL/TestConditionThatJoinsOneToOne
✅ TestCQL/TestConditionThatJoinsOneToOneReversed
✅ TestCQL/TestConditionThatJoinsUintBelongsTo
✅ TestCQL/TestConditionThatJoinsWithEntityThatDefinesTableName
✅ TestCQL/TestDynamicOperatorJoinMoreThanOnceWithSelectJoin
✅ TestCQL/TestDynamicOperatorJoinMoreThanOnceWithoutSelectJoinOnMultivalueOperatorReturnsError
✅ TestCQL/TestDynamicOperatorJoinMoreThanOnceWithoutSelectJoinReturnsError
✅ TestCQL/TestDynamicOperatorOver2Tables
✅ TestCQL/TestDynamicOperatorOver2TablesAtMoreLevel
✅ TestCQL/TestDynamicOperatorWithJoinedInTheFutureModelReturnsError
✅ TestCQL/TestDynamicOperatorWithNotJoinedModelReturnsError
✅ TestCQL/TestJoinWithUnsafeCondition
✅ TestCQL/TestJoinMultipleTimesAndPreloadDiamond
✅ TestCQL/TestJoinMultipleTimesAndPreloadWithCondition
✅ TestCQL/TestJoinMultipleTimesAndPreloadWithoutCondition
✅ TestCQL/TestNoPreloadCollection
✅ TestCQL/TestNoPreloadNullableAtSecondLevel
✅ TestCQL/TestNoPreloadOneToOne
✅ TestCQL/TestNoPreloadReturnsErrorOnGetRelation
✅ TestCQL/TestNoPreloadWhenItsNullKnowsItsReallyNull
✅ TestCQL/TestPreloadAtSecondLevelWorksWithManualPreload
✅ TestCQL/TestPreloadCollection
✅ TestCQL/TestPreloadDifferentEntitiesWithConditions
✅ TestCQL/TestPreloadDifferentEntitiesWithoutConditions
✅ TestCQL/TestPreloadEmptyCollection
✅ TestCQL/TestPreloadHasManyReversed
✅ TestCQL/TestPreloadListAndNestedAttributes
✅ TestCQL/TestPreloadListAndNestedAttributesWithFiltersReturnsError
✅ TestCQL/TestPreloadListAndNestedAttributesWithoutPreloadReturnsError
✅ TestCQL/TestPreloadMultipleListsAndNestedAttributes
✅ TestCQL/TestPreloadNullableAtSecondLevel
✅ TestCQL/TestPreloadOneToOne
✅ TestCQL/TestPreloadOneToOneReversed
✅ TestCQL/TestPreloadSelfReferential
✅ TestCQL/TestPreloadSelfReferentialAtSecondLevel
✅ TestCQL/TestPreloadUIntModel
✅ TestCQL/TestPreloadWithWhereConditionFilters
✅ TestCQL/TestPreloadWithoutWhereConditionDoesNotFilter
✅ TestCQL/TestPreloadWithoutWhereConditionDoesNotFilterAtSecondLevel
✅ TestCQL/TestArrayIn
✅ TestCQL/TestArrayNotIn
✅ TestCQL/TestBetween
✅ TestCQL/TestDynamicOperatorForBaseModelAttribute
✅ TestCQL/TestDynamicOperatorForCustomType
✅ TestCQL/TestDynamicOperatorForNotNullTypeCanBeComparedWithNullableType
✅ TestCQL/TestDynamicOperatorForNumericTypeWithDifferentType
✅ TestCQL/TestDynamicOperatorForNumericTypeWithSameType
✅ TestCQL/TestDynamicOperatorForNumericWithAbsolute
✅ TestCQL/TestDynamicOperatorForNumericWithAnd
✅ TestCQL/TestDynamicOperatorForNumericWithDivided
✅ TestCQL/TestDynamicOperatorForNumericWithFunctionOfDifferentType
✅ TestCQL/TestDynamicOperatorForNumericWithMinus
✅ TestCQL/TestDynamicOperatorForNumericWithModulo
✅ TestCQL/TestDynamicOperatorForNumericWithMultipleFunction
✅ TestCQL/TestDynamicOperatorForNumericWithNot
✅ TestCQL/TestDynamicOperatorForNumericWithOr
✅ TestCQL/TestDynamicOperatorForNumericWithPlus
✅ TestCQL/TestDynamicOperatorForNumericWithPower
✅ TestCQL/TestDynamicOperatorForNumericWithShiftLeft
✅ TestCQL/TestDynamicOperatorForNumericWithShiftRight
✅ TestCQL/TestDynamicOperatorForNumericWithSquareRoot
✅ TestCQL/TestDynamicOperatorForNumericWithTimes
✅ TestCQL/TestDynamicOperatorForNumericWithXor
✅ TestCQL/TestDynamicOperatorForStringWithConcat
✅ TestCQL/TestEqNullableType
✅ TestCQL/TestEqPointers
✅ TestCQL/TestGt
✅ TestCQL/TestGtOrEq
✅ TestCQL/TestILike
✅ TestCQL/TestIsDistinct
✅ TestCQL/TestIsFalse
✅ TestCQL/TestIsNotDistinct
✅ TestCQL/TestIsNotFalse
✅ TestCQL/TestIsNotNullNullableTypes
✅ TestCQL/TestIsNotNullPointers
✅ TestCQL/TestIsNotTrue
✅ TestCQL/TestIsNotUnknown
✅ TestCQL/TestIsNullNullableTypes
✅ TestCQL/TestIsNullPointers
✅ TestCQL/TestIsTrue
✅ TestCQL/TestIsUnknown
✅ TestCQL/TestLike
✅ TestCQL/TestLikeEscape
✅ TestCQL/TestLikeOnNumeric
✅ TestCQL/TestLt
✅ TestCQL/TestLtOrEq
✅ TestCQL/TestNotBetween
✅ TestCQL/TestNotEq
✅ TestCQL/TestPosixRegexCaseInsensitive
✅ TestCQL/TestPosixRegexCaseSensitive
✅ TestCQL/TestSimilarTo
✅ TestCQL/TestUnsafeOperatorCanCompareFieldsThatMapToTheSameType
✅ TestCQL/TestUnsafeOperatorInCaseFieldWithTypesNotMatch
✅ TestCQL/TestUnsafeOperatorInCaseTypesNotMatchConvertible
✅ TestCQL/TestUnsafeOperatorInCaseTypesNotMatchNotConvertible
✅ TestCQL/TestUpdateDynamic
✅ TestCQL/TestUpdateDynamicNotJoinedReturnsError
✅ TestCQL/TestUpdateDynamicWithFunction
✅ TestCQL/TestUpdateDynamicWithJoinNumber
✅ TestCQL/TestUpdateDynamicWithoutJoinNumberReturnsErrorIfJoinedMoreThanOnce
✅ TestCQL/TestUpdateLimitWithoutOrderByReturnsError
✅ TestCQL/TestUpdateMultipleFieldsAtTheSameTime
✅ TestCQL/TestUpdateMultipleTables
✅ TestCQL/TestUpdateMultipleTablesReturnsErrorIfTableNotJoined
✅ TestCQL/TestUpdateOrderByLimit
✅ TestCQL/TestUpdateRelationIDToNewValue
✅ TestCQL/TestUpdateRelationIDToNull
✅ TestCQL/TestUpdateReturning
✅ TestCQL/TestUpdateReturningWithPreload
✅ TestCQL/TestUpdateReturningWithPreloadAtSecondLevel
✅ TestCQL/TestUpdateReturningWithPreloadCollection
✅ TestCQL/TestUpdateSameFieldTwiceReturnsError
✅ TestCQL/TestUpdateSetNull
✅ TestCQL/TestUpdateSetNullForBool
✅ TestCQL/TestUpdateUnsafe
✅ TestCQL/TestUpdateWhenAModelMatchConditions
✅ TestCQL/TestUpdateWhenMultipleModelsMatchConditions
✅ TestCQL/TestUpdateWhenNothingMatchConditions
✅ TestCQL/TestUpdateWithJoinDifferentEntitiesInConditions
✅ TestCQL/TestUpdateWithJoinInConditions
✅ TestCQL/TestUpdateWithMultilevelJoinInConditions
✅ TestCQL/TestUpdateWithTrue
✅ TestCQL/TestDeleteLimitWithoutOrderByReturnsError
✅ TestCQL/TestDeleteOrderByLimit
✅ TestCQL/TestDeleteReturning
✅ TestCQL/TestDeleteReturningWithPreload
✅ TestCQL/TestDeleteReturningWithPreloadAtSecondLevel
✅ TestCQL/TestDeleteReturningWithPreloadCollection
✅ TestCQL/TestDeleteWhenAModelMatchConditions
✅ TestCQL/TestDeleteWhenMultipleModelsMatchConditions
✅ TestCQL/TestDeleteWhenNothingMatchConditions
✅ TestCQL/TestDeleteWithJoinDifferentEntitiesInConditions
✅ TestCQL/TestDeleteWithJoinInConditions
✅ TestCQL/TestDeleteWithMultilevelJoinInConditions
✅ TestCQL/TestDeleteWithTrue
✅ TestCQL
✅ TestFindFirst/#00
✅ TestFindFirst/#01
✅ TestFindFirst/#02
✅ TestFindFirst/#03
✅ TestFindFirst/#04
✅ TestFindFirst
Loading