Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker/setup-qemu-action action to v3 #547

Merged
merged 1 commit into from
Sep 29, 2023

chore(deps): update docker/setup-qemu-action action to v3

47718c9
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(deps): update docker/setup-qemu-action action to v3 #547

chore(deps): update docker/setup-qemu-action action to v3
47718c9
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test results succeeded Sep 29, 2023 in 0s

Test results βœ…

Tests passed successfully

Report Passed Failed Skipped Time
intTest/TEST-de.codecentric.hc.habit.api.doc.ApiDocIntTest.xml 2βœ… 5s
intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerIntTest.xml 11βœ… 2s
intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerJwtIntTest.xml 10βœ… 1s
intTest/TEST-de.codecentric.hc.habit.monitoring.MonitoringIntTest.xml 1βœ… 110ms
intTest/TEST-de.codecentric.hc.habit.provider.verification.UiPactVerificationTest.xml 3βœ… 818ms
test/TEST-de.codecentric.hc.habit.auth.AuthTest.xml 4βœ… 1s
test/TEST-de.codecentric.hc.habit.auth.InsecureJwtDecoderTest.xml 4βœ… 39ms
test/TEST-de.codecentric.hc.habit.auth.UserIdArgumentResolverTest.xml 5βœ… 1s
test/TEST-de.codecentric.hc.habit.habits.HabitControllerTest.xml 10βœ… 482ms
test/TEST-de.codecentric.hc.habit.habits.HabitTest.xml 1βœ… 17ms

βœ…Β intTest/TEST-de.codecentric.hc.habit.api.doc.ApiDocIntTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.api.doc.ApiDocIntTest 2βœ… 5s

βœ…Β de.codecentric.hc.habit.api.doc.ApiDocIntTest

βœ… shouldReturnOpenApiSpecAsJson()
βœ… shouldDisplaySwaggerUi()

βœ…Β intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerIntTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitControllerIntTest 11βœ… 2s

βœ…Β 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 1s with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitControllerJwtIntTest 10βœ… 1s

βœ…Β 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 110ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.monitoring.MonitoringIntTest 1βœ… 110ms

βœ…Β de.codecentric.hc.habit.monitoring.MonitoringIntTest

βœ… healthCheck()

βœ…Β intTest/TEST-de.codecentric.hc.habit.provider.verification.UiPactVerificationTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.provider.verification.UiPactVerificationTest 3βœ… 818ms

βœ…Β 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 1s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.auth.AuthTest 4βœ… 1s

βœ…Β de.codecentric.hc.habit.auth.AuthTest

βœ… getHabitsWithoutAuthShouldThrowConstraintViolationException()
βœ… getHabitsWithUserIdHeaderAndJwtShouldUseJwtAndReturnOk()
βœ… getHabitsWithUserIdHeaderShouldReturnOk()
βœ… getHabitsWithJwtShouldReturnOk()

βœ…Β test/TEST-de.codecentric.hc.habit.auth.InsecureJwtDecoderTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.auth.InsecureJwtDecoderTest 4βœ… 39ms

βœ…Β 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 1s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.auth.UserIdArgumentResolverTest 5βœ… 1s

βœ…Β 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 482ms with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitControllerTest 10βœ… 482ms

βœ…Β 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 17ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitTest 1βœ… 17ms

βœ…Β de.codecentric.hc.habit.habits.HabitTest

βœ… canBeCreatedFromModificationRequests()