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 dependency werkzeug to v3 - autoclosed #559

Closed
wants to merge 1 commit into from

chore(deps): update dependency werkzeug to v3

ba9514d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps): update dependency werkzeug to v3 - autoclosed #559

chore(deps): update dependency werkzeug to v3
ba9514d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test results succeeded Oct 24, 2023 in 1s

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βœ… 3ms
test/TEST-de.codecentric.hc.report.DateIteratorTest$has#20next.xml 3βœ… 166ms
test/TEST-de.codecentric.hc.report.DateIteratorTest$next.xml 4βœ… 25ms
test/TEST-de.codecentric.hc.report.HabitServiceTest.xml 1βœ… 996ms
test/TEST-de.codecentric.hc.report.HabitTrackingServiceTest.xml 1βœ… 24ms
test/TEST-de.codecentric.hc.report.ReportApplicationTests.xml 1βœ… 19ms
test/TEST-de.codecentric.hc.report.ReportControllerIntegrationTest.xml 1βœ… 394ms
test/TEST-de.codecentric.hc.report.ReportPeriodTest$last#2030#20days.xml 2βœ… 11ms
test/TEST-de.codecentric.hc.report.ReportPeriodTest$last#207#20days.xml 2βœ… 2ms
test/TEST-de.codecentric.hc.report.ReportServiceTest$monthly#20rate.xml 4βœ… 1s
test/TEST-de.codecentric.hc.report.ReportServiceTest$weekly#20rate.xml 4βœ… 71ms
test/TEST-de.codecentric.hc.report.TrackedHabitServiceTest$given#201#20habit#20of#20each#20schedule#20frequency#20with#201#20track#20each.xml 2βœ… 208ms
test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20daily#20habit.xml 3βœ… 6ms
test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20monthly#20habit.xml 4βœ… 15ms
test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20weekly#20habit.xml 4βœ… 7ms
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βœ… 214ms
test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationIntegrationTest.xml 8βœ… 742ms
test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationRequestInterceptorTest.xml 1βœ… 555ms
test/TEST-de.codecentric.hc.report.web.header.propagation.ServletRequestHeaderInterceptorTest.xml 8βœ… 468ms
test/TEST-de.codecentric.hc.report.web.header.propagation.TracingBaggageHeaderPropagationIntegrationTest.xml 1βœ… 31ms

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

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

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

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

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

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

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

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

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

βœ… should call habit endpoint()

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

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

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

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

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

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

βœ… contextLoads()

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

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

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

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

βœ… should return report()

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

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

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

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

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

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

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

βœ…Β 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 208ms 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βœ… 208ms

βœ…Β 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 6ms 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βœ… 6ms

βœ…Β 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 15ms 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βœ… 15ms

βœ…Β 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 7ms 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βœ… 7ms

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

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

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

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

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

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

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

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

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

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

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

βœ… [1] header=Authorization