chore(deps): update docker/login-action action to v3 #545
Test results β
β Β intTest/TEST-de.codecentric.hc.gateway.monitoring.MonitoringIntTest.xml
2 tests were completed in 4s with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.monitoring.MonitoringIntTest | 2β | 4s |
β Β de.codecentric.hc.gateway.monitoring.MonitoringIntTest
β
getActuatorHealthShouldReturnOk()
β
getActuatorShouldReturnOk()
β Β intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml
3 tests were completed in 629ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.routing.HabitsIntTest | 3β | 629ms |
β Β de.codecentric.hc.gateway.routing.HabitsIntTest
β
postHabitsShouldReturnCreated()
β
getHabitsShouldReturnHabits()
β
deleteHabitsShouldReturnOk()
β Β intTest/TEST-de.codecentric.hc.gateway.routing.ReportIntTest.xml
1 tests were completed in 239ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.routing.ReportIntTest | 1β | 239ms |
β Β de.codecentric.hc.gateway.routing.ReportIntTest
β
getAchievementReportShouldReturnAchievementReport()
β Β intTest/TEST-de.codecentric.hc.gateway.routing.TrackIntTest.xml
2 tests were completed in 77ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.routing.TrackIntTest | 2β | 77ms |
β Β de.codecentric.hc.gateway.routing.TrackIntTest
β
getTrackRecordsShouldReturnTrackRecordsForHabits()
β
putTrackRecordsShouldUpsertTrackRecordsForHabits()
β Β intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml
4 tests were completed in 452ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.routing.UiIntTest | 4β | 452ms |
β Β de.codecentric.hc.gateway.routing.UiIntTest
β
getUiShouldReturnTheHabitUi()
β
getIndexShouldRedirectToTheHabitUi()
β
getUiWithAnyRouteShouldReturnTheHabitUi()
β
getUiWithOverviewRouteShouldReturnTheHabitUiOverview()
β Β intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigIntTest.xml
3 tests were completed in 234ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.security.SecurityConfigIntTest | 3β | 234ms |
β Β de.codecentric.hc.gateway.security.SecurityConfigIntTest
β
actuatorRequestsWithInvalidUserRoleShouldBeForbidden()
β
requestsWithInvalidUserRoleShouldBeForbidden()
β
requestsWithoutAuthShouldBeOk()
β Β intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest.xml
2 tests were completed in 134ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest | 2β | 134ms |
β Β de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest
β
requestsWithoutAuthShouldRedirectToOauthLogin()
β
requestsWithAuthenticatedOauth2UserShouldBeOk()
β Β test/TEST-de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest.xml
5 tests were completed in 1s with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest | 5β | 1s |
β Β de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest
β
mutateExchange should set the userId as header
β
userIdShouldBeNullWithoutSecurityContext()
β
shouldCreateFilterInstance()
β
[1] userId=null
β
[2] userId=
β Β test/TEST-de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest.xml
6 tests were completed in 67ms with 6 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest | 6β | 67ms |
β Β de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest
β
/track/users/default/habits when userId is default
β
/track/users/%3F=&%23+/habits when userId is ?=&#+
β
[1] userId=null
β
[2] userId=
β
userIdShouldBeNullWithoutSecurityContext()
β
shouldCreateFilterInstance()
β Β test/TEST-de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest.xml
1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest | 1β | 0ms |
β Β de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest
β
shouldHaveExpectedMessage()
β Β test/TEST-de.codecentric.hc.gateway.security.ApplicationUserTest.xml
1 tests were completed in 23ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.security.ApplicationUserTest | 1β | 23ms |
β Β de.codecentric.hc.gateway.security.ApplicationUserTest
β
shouldHave100UsersForLoadAndPerformanceTesting()
β Β test/TEST-de.codecentric.hc.gateway.security.SecurityConfigTest.xml
3 tests were completed in 12s with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.gateway.security.SecurityConfigTest | 3β | 12s |
β Β de.codecentric.hc.gateway.security.SecurityConfigTest
β
passwordEncoderShouldReturnPasswordEncoder()
β
springSecurityFilterChainShouldNotThrowExceptionWithHttpBasic()
β
userDetailsServiceShouldHaveExpectedUsers()