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/login-action action to v3 #545

Merged
merged 1 commit into from
Sep 29, 2023

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

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

chore(deps): update docker/login-action action to v3 #545

chore(deps): update docker/login-action action to v3
f5f1985
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test results succeeded Sep 29, 2023 in 0s

Test results βœ…

Tests passed successfully

Report Passed Failed Skipped Time
test/TEST-de.codecentric.hc.report.api.AchievementRatesExtKtTest.xml 2βœ… 4ms
test/TEST-de.codecentric.hc.report.date.LocalDateExtKtTest.xml 1βœ… 4ms
test/TEST-de.codecentric.hc.report.DateIteratorTest$has#20next.xml 3βœ… 191ms
test/TEST-de.codecentric.hc.report.DateIteratorTest$next.xml 4βœ… 24ms
test/TEST-de.codecentric.hc.report.HabitServiceTest.xml 1βœ… 1s
test/TEST-de.codecentric.hc.report.HabitTrackingServiceTest.xml 1βœ… 16ms
test/TEST-de.codecentric.hc.report.ReportApplicationTests.xml 1βœ… 23ms
test/TEST-de.codecentric.hc.report.ReportControllerIntegrationTest.xml 1βœ… 419ms
test/TEST-de.codecentric.hc.report.ReportPeriodTest$last#2030#20days.xml 2βœ… 15ms
test/TEST-de.codecentric.hc.report.ReportPeriodTest$last#207#20days.xml 2βœ… 4ms
test/TEST-de.codecentric.hc.report.ReportServiceTest$monthly#20rate.xml 4βœ… 1s
test/TEST-de.codecentric.hc.report.ReportServiceTest$weekly#20rate.xml 4βœ… 79ms
test/TEST-de.codecentric.hc.report.TrackedHabitServiceTest$given#201#20habit#20of#20each#20schedule#20frequency#20with#201#20track#20each.xml 2βœ… 177ms
test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20daily#20habit.xml 3βœ… 5ms
test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20monthly#20habit.xml 4βœ… 14ms
test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20weekly#20habit.xml 4βœ… 13ms
test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20tracked#20repetitions#20for#20period.xml 3βœ… 6ms
test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationConfigurationTest.xml 5βœ… 227ms
test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationIntegrationTest.xml 8βœ… 826ms
test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationRequestInterceptorTest.xml 1βœ… 589ms
test/TEST-de.codecentric.hc.report.web.header.propagation.ServletRequestHeaderInterceptorTest.xml 8βœ… 424ms
test/TEST-de.codecentric.hc.report.web.header.propagation.TracingBaggageHeaderPropagationIntegrationTest.xml 1βœ… 49ms

βœ…Β test/TEST-de.codecentric.hc.report.api.AchievementRatesExtKtTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.api.AchievementRatesExtKtTest 2βœ… 4ms

βœ…Β de.codecentric.hc.report.api.AchievementRatesExtKtTest

βœ… should map week rate()
βœ… should map month rate()

βœ…Β test/TEST-de.codecentric.hc.report.date.LocalDateExtKtTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.date.LocalDateExtKtTest 1βœ… 4ms

βœ…Β de.codecentric.hc.report.date.LocalDateExtKtTest

βœ… date range should contain every date()

βœ…Β test/TEST-de.codecentric.hc.report.DateIteratorTest$has#20next.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.DateIteratorTest$has next 3βœ… 191ms

βœ…Β de.codecentric.hc.report.DateIteratorTest$has next

βœ… returns true when next date is before inclusive end date()
βœ… returns false when next date is after inclusive end date()
βœ… returns true when next date is equal to inclusive end date()

βœ…Β test/TEST-de.codecentric.hc.report.DateIteratorTest$next.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.DateIteratorTest$next 4βœ… 24ms

βœ…Β de.codecentric.hc.report.DateIteratorTest$next

βœ… given day step of 2 and second call, returns two days after start day()
βœ… given first call, returns start date()
βœ… should throw NoSuchElementException when inclusive end date was exceeded()
βœ… given day step of 1 and second call, returns day after start day()

βœ…Β test/TEST-de.codecentric.hc.report.HabitServiceTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.HabitServiceTest 1βœ… 1s

βœ…Β de.codecentric.hc.report.HabitServiceTest

βœ… should call habit endpoint()

βœ…Β test/TEST-de.codecentric.hc.report.HabitTrackingServiceTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.HabitTrackingServiceTest 1βœ… 16ms

βœ…Β de.codecentric.hc.report.HabitTrackingServiceTest

βœ… should call habit tracking endpoint with habit ID()

βœ…Β test/TEST-de.codecentric.hc.report.ReportApplicationTests.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.ReportApplicationTests 1βœ… 23ms

βœ…Β de.codecentric.hc.report.ReportApplicationTests

βœ… contextLoads()

βœ…Β test/TEST-de.codecentric.hc.report.ReportControllerIntegrationTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.ReportControllerIntegrationTest 1βœ… 419ms

βœ…Β de.codecentric.hc.report.ReportControllerIntegrationTest

βœ… should return report()

βœ…Β test/TEST-de.codecentric.hc.report.ReportPeriodTest$last#2030#20days.xml

2 tests were completed in 15ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.ReportPeriodTest$last 30 days 2βœ… 15ms

βœ…Β de.codecentric.hc.report.ReportPeriodTest$last 30 days

βœ… should return date range from today that includes 30 days()
βœ… should include daily, weekly and monthly frequency()

βœ…Β test/TEST-de.codecentric.hc.report.ReportPeriodTest$last#207#20days.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.ReportPeriodTest$last 7 days 2βœ… 4ms

βœ…Β de.codecentric.hc.report.ReportPeriodTest$last 7 days

βœ… should include daily and weekly frequency()
βœ… should return date range from today that includes 7 days()

βœ…Β test/TEST-de.codecentric.hc.report.ReportServiceTest$monthly#20rate.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.ReportServiceTest$monthly rate 4βœ… 1s

βœ…Β de.codecentric.hc.report.ReportServiceTest$monthly rate

βœ… given 3 habits with sum of 3 actual repetitions and 4 scheduled repetitions, should return 0,75()
βœ… given monthly rate deactivated, should set monthly rate to null()
βœ… given 1 habit with 2 actual repetitions and 4 scheduled repetitions, should return 0,5()
βœ… given 1 daily habit with no tracks, should return 0()

βœ…Β test/TEST-de.codecentric.hc.report.ReportServiceTest$weekly#20rate.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.ReportServiceTest$weekly rate 4βœ… 79ms

βœ…Β de.codecentric.hc.report.ReportServiceTest$weekly rate

βœ… given 1 habit with 2 actual repetitions and 4 scheduled repetitions, should return 0,5()
βœ… given 1 daily habit with no tracks, should return 0()
βœ… given 2 habits with sum of 1 actual repetition and 4 scheduled repetitions, should return 0,25()
βœ… given 1 daily, 1 weekly and 1 monthly habit, should not include monthly habit in weekly rate()

βœ…Β test/TEST-de.codecentric.hc.report.TrackedHabitServiceTest$given#201#20habit#20of#20each#20schedule#20frequency#20with#201#20track#20each.xml

2 tests were completed in 177ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.TrackedHabitServiceTest$given 1 habit of each schedule frequency with 1 track each 2βœ… 177ms

βœ…Β de.codecentric.hc.report.TrackedHabitServiceTest$given 1 habit of each schedule frequency with 1 track each

βœ… given daily frequency, return 1 tracked habit with one track$report_test()
βœ… given daily, weekly and monthly frequency, return 3 tracked habits with one track each$report_test()

βœ…Β test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20daily#20habit.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.TrackedHabitTest$get scheduled repetitions for period$given daily habit 3βœ… 5ms

βœ…Β de.codecentric.hc.report.TrackedHabitTest$get scheduled repetitions for period$given daily habit

βœ… given one repetition and 30-day period, should return 30()
βœ… given one repetition and 7-day period, should return 7()
βœ… given two repetitions and 30-day period, should return 60()

βœ…Β test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20monthly#20habit.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.TrackedHabitTest$get scheduled repetitions for period$given monthly habit 4βœ… 14ms

βœ…Β de.codecentric.hc.report.TrackedHabitTest$get scheduled repetitions for period$given monthly habit

βœ… given two repetitions and 30-day period, should return 2()
βœ… given four repetitions and 7-day period, should return 1()
βœ… given one repetition and 30-day period, should return 1()
βœ… given one repetition and 7-day period, should return 0()

βœ…Β test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20weekly#20habit.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.TrackedHabitTest$get scheduled repetitions for period$given weekly habit 4βœ… 13ms

βœ…Β de.codecentric.hc.report.TrackedHabitTest$get scheduled repetitions for period$given weekly habit

βœ… given two repetitions and 30-day period, should return 9()
βœ… given two repetitions and 7-day period, should return 2()
βœ… given one repetition and 30-day period, should return 4()
βœ… given one repetition and 7-day period, should return 1()

βœ…Β test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20tracked#20repetitions#20for#20period.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.TrackedHabitTest$get tracked repetitions for period 3βœ… 6ms

βœ…Β de.codecentric.hc.report.TrackedHabitTest$get tracked repetitions for period

βœ… given two of three tracks are in date range, should return 2$report_test()
βœ… given three tracks are in date range, should return 3$report_test()
βœ… given one track is in date range, should return 1$report_test()

βœ…Β test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationConfigurationTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.web.header.propagation.HeaderPropagationConfigurationTest 5βœ… 227ms

βœ…Β de.codecentric.hc.report.web.header.propagation.HeaderPropagationConfigurationTest

βœ… should not provide header propagation rest template customizer bean when tracing is active()
βœ… should configure request scoped header propagation data when tracing is not active()
βœ… should inject servlet request interceptor when tracing is not active()
βœ… should not inject servlet request interceptor when tracing is active()
βœ… should provide header propagation rest template customizer bean when tracing is not active()

βœ…Β test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationIntegrationTest.xml

8 tests were completed in 826ms with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.web.header.propagation.HeaderPropagationIntegrationTest 8βœ… 826ms

βœ…Β de.codecentric.hc.report.web.header.propagation.HeaderPropagationIntegrationTest

βœ… [1] header=Authorization
βœ… [2] header=x-request-id
βœ… [3] header=x-b3-traceid
βœ… [4] header=x-b3-spanid
βœ… [5] header=x-b3-parentspanid
βœ… [6] header=x-b3-sampled
βœ… [7] header=x-b3-flags
βœ… [8] header=x-ot-span-context

βœ…Β test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationRequestInterceptorTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.web.header.propagation.HeaderPropagationRequestInterceptorTest 1βœ… 589ms

βœ…Β de.codecentric.hc.report.web.header.propagation.HeaderPropagationRequestInterceptorTest

βœ… should set all headers in the outgoing request()

βœ…Β test/TEST-de.codecentric.hc.report.web.header.propagation.ServletRequestHeaderInterceptorTest.xml

8 tests were completed in 424ms with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.web.header.propagation.ServletRequestHeaderInterceptorTest 8βœ… 424ms

βœ…Β de.codecentric.hc.report.web.header.propagation.ServletRequestHeaderInterceptorTest

βœ… [1] header=Authorization
βœ… [2] header=x-request-id
βœ… [3] header=x-b3-traceid
βœ… [4] header=x-b3-spanid
βœ… [5] header=x-b3-parentspanid
βœ… [6] header=x-b3-sampled
βœ… [7] header=x-b3-flags
βœ… [8] header=x-ot-span-context

βœ…Β test/TEST-de.codecentric.hc.report.web.header.propagation.TracingBaggageHeaderPropagationIntegrationTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.web.header.propagation.TracingBaggageHeaderPropagationIntegrationTest 1βœ… 49ms

βœ…Β de.codecentric.hc.report.web.header.propagation.TracingBaggageHeaderPropagationIntegrationTest

βœ… [1] header=Authorization