Skip to content

chore(deps): update helm release postgresql to v13 #1494

chore(deps): update helm release postgresql to v13

chore(deps): update helm release postgresql to v13 #1494

GitHub Actions / Test results succeeded Dec 31, 2023 in 0s

Test results ✅

Tests passed successfully

Report Passed Failed Skipped Time
intTest/TEST-de.codecentric.hc.habit.api.doc.ApiDocIntTest.xml 2✅ 3s
intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerIntTest.xml 11✅ 1s
intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerJwtIntTest.xml 10✅ 666ms
intTest/TEST-de.codecentric.hc.habit.monitoring.MonitoringIntTest.xml 1✅ 42ms
intTest/TEST-de.codecentric.hc.habit.provider.verification.UiPactVerificationTest.xml 3✅ 331ms
test/TEST-de.codecentric.hc.habit.auth.AuthTest.xml 4✅ 606ms
test/TEST-de.codecentric.hc.habit.auth.InsecureJwtDecoderTest.xml 4✅ 27ms
test/TEST-de.codecentric.hc.habit.auth.UserIdArgumentResolverTest.xml 5✅ 689ms
test/TEST-de.codecentric.hc.habit.habits.HabitControllerTest.xml 10✅ 221ms
test/TEST-de.codecentric.hc.habit.habits.HabitTest.xml 1✅ 11ms

✅ intTest/TEST-de.codecentric.hc.habit.api.doc.ApiDocIntTest.xml

2 tests were completed in 3s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.api.doc.ApiDocIntTest 2✅ 3s

✅ de.codecentric.hc.habit.api.doc.ApiDocIntTest

✅ shouldReturnOpenApiSpecAsJson()
✅ shouldDisplaySwaggerUi()

✅ intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerIntTest.xml

11 tests were completed in 1s with 11 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitControllerIntTest 11✅ 1s

✅ de.codecentric.hc.habit.habits.HabitControllerIntTest

✅ createHabitWithBlankName()
✅ deleteHabit()
✅ createHabit()
✅ createHabitWithDuplicateName()
✅ deleteHabitWithoutAuthShouldFail()
✅ getHabits()
✅ createHabitWith65CharacterName()
✅ getHabitsOrderedByNameAscending()
✅ createHabitWithoutSchedule()
✅ createHabitWith64CharacterName()
✅ deleteHabitNotFound()

✅ intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerJwtIntTest.xml

10 tests were completed in 666ms with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitControllerJwtIntTest 10✅ 666ms

✅ de.codecentric.hc.habit.habits.HabitControllerJwtIntTest

✅ createHabitWithBlankName()
✅ deleteHabit()
✅ createHabit()
✅ createHabitWithDuplicateName()
✅ getHabits()
✅ createHabitWith65CharacterName()
✅ getHabitsOrderedByNameAscending()
✅ createHabitWithoutSchedule()
✅ createHabitWith64CharacterName()
✅ deleteHabitNotFound()

✅ intTest/TEST-de.codecentric.hc.habit.monitoring.MonitoringIntTest.xml

1 tests were completed in 42ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.monitoring.MonitoringIntTest 1✅ 42ms

✅ de.codecentric.hc.habit.monitoring.MonitoringIntTest

✅ healthCheck()

✅ intTest/TEST-de.codecentric.hc.habit.provider.verification.UiPactVerificationTest.xml

3 tests were completed in 331ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.provider.verification.UiPactVerificationTest 3✅ 331ms

✅ de.codecentric.hc.habit.provider.verification.UiPactVerificationTest

✅ hc-ui - request to return the habits of a user
✅ hc-ui - request to create a new habit
✅ hc-ui - request to delete the habit with id '123'

✅ test/TEST-de.codecentric.hc.habit.auth.AuthTest.xml

4 tests were completed in 606ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.auth.AuthTest 4✅ 606ms

✅ de.codecentric.hc.habit.auth.AuthTest

✅ getHabitsWithoutAuthShouldThrowConstraintViolationException()
✅ getHabitsWithUserIdHeaderAndJwtShouldUseJwtAndReturnOk()
✅ getHabitsWithUserIdHeaderShouldReturnOk()
✅ getHabitsWithJwtShouldReturnOk()

✅ test/TEST-de.codecentric.hc.habit.auth.InsecureJwtDecoderTest.xml

4 tests were completed in 27ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.auth.InsecureJwtDecoderTest 4✅ 27ms

✅ de.codecentric.hc.habit.auth.InsecureJwtDecoderTest

✅ decode_whenInvalidSignatureToken_thenSuccess()
✅ decode_whenMalformedPayloadToken_thenJwtException()
✅ decode_whenValidToken_thenSuccess()
✅ decode_whenMalformedHeaderToken_thenJwtException()

✅ test/TEST-de.codecentric.hc.habit.auth.UserIdArgumentResolverTest.xml

5 tests were completed in 689ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.auth.UserIdArgumentResolverTest 5✅ 689ms

✅ de.codecentric.hc.habit.auth.UserIdArgumentResolverTest

✅ shouldNotSupportParametersWithoutUserIdAnnotation()
✅ shouldReturnUserIdWhenAuthorizationIsMissing()
✅ shouldSupportParametersWithUserIdAnnotation()
✅ shouldExtractUserIdFromJwtToken()
✅ shouldThrowAnExceptionWhenTheAuthorizationHeaderIsBasicAuth()

✅ test/TEST-de.codecentric.hc.habit.habits.HabitControllerTest.xml

10 tests were completed in 221ms with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitControllerTest 10✅ 221ms

✅ de.codecentric.hc.habit.habits.HabitControllerTest

✅ deleteHabitShouldDeleteHabit()
✅ createHabitShouldCreateHabit()
✅ getHabitShouldThrowAnExceptionWhenHabitNotFound()
✅ deleteHabitShouldThrowExceptionWhenHabitNotFound()
✅ getHabitShouldReturnHabits()
✅ createHabitShouldHandleDataAccessException()
✅ getHabitShouldReturnHabitById()
✅ createHabitShouldHandleDataIntegrityViolationException()
✅ createHabitShouldHandleUniqueHabitNameConstraintViolationException()
✅ createHabitShouldHandleConstraintViolationException()

✅ test/TEST-de.codecentric.hc.habit.habits.HabitTest.xml

1 tests were completed in 11ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitTest 1✅ 11ms

✅ de.codecentric.hc.habit.habits.HabitTest

✅ canBeCreatedFromModificationRequests()