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

Bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5 #65

Bump org.springframework.boot:spring-boot-starter-parent

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

Bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5 #65

Bump org.springframework.boot:spring-boot-starter-parent
ed4db1b
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report Generated succeeded Oct 25, 2024 in 0s

Test Report Generated ✅

Tests passed successfully

Report Passed Failed Skipped Time
target/surefire-reports/TEST-com.lauro.correia.reactive.api.controller.UserInfoControllerITest.xml 3✅ 3s
target/surefire-reports/TEST-com.lauro.correia.reactive.api.controller.UserInfoControllerTest.xml 6✅ 2s
target/surefire-reports/TEST-com.lauro.correia.reactive.api.service.album.AlbumServiceTest.xml 3✅ 102ms
target/surefire-reports/TEST-com.lauro.correia.reactive.api.service.post.PostServiceImplTest.xml 4✅ 4s
target/surefire-reports/TEST-com.lauro.correia.reactive.api.service.user.UserServiceTest.xml 3✅ 254ms

✅ target/surefire-reports/TEST-com.lauro.correia.reactive.api.controller.UserInfoControllerITest.xml

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

Test suite Passed Failed Skipped Time
com.lauro.correia.reactive.api.controller.UserInfoControllerITest 3✅ 3s

✅ com.lauro.correia.reactive.api.controller.UserInfoControllerITest

✅ get_user_info_response_not_found_test
✅ get_user_info_response_ok_test
✅ get_user_list_response_OK_test

✅ target/surefire-reports/TEST-com.lauro.correia.reactive.api.controller.UserInfoControllerTest.xml

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

Test suite Passed Failed Skipped Time
com.lauro.correia.reactive.api.controller.UserInfoControllerTest 6✅ 2s

✅ com.lauro.correia.reactive.api.controller.UserInfoControllerTest

✅ should_return_not_found_test
✅ should_return_internal_server_error_test
✅ should_return_user_test
✅ should_return_user_info_OK_for_id_3_test
✅ should_return_user_info_OK_for_id_7_test
✅ should_return_user_info_OK_for_id_9_test

✅ target/surefire-reports/TEST-com.lauro.correia.reactive.api.service.album.AlbumServiceTest.xml

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

Test suite Passed Failed Skipped Time
com.lauro.correia.reactive.api.service.album.AlbumServiceTest 3✅ 102ms

✅ com.lauro.correia.reactive.api.service.album.AlbumServiceTest

✅ get_album_info_should_return_httpStatus_4xx
✅ get_album_info_should_return_httpStatus_5xx
✅ get_album_info_ok_test

✅ target/surefire-reports/TEST-com.lauro.correia.reactive.api.service.post.PostServiceImplTest.xml

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

Test suite Passed Failed Skipped Time
com.lauro.correia.reactive.api.service.post.PostServiceImplTest 4✅ 4s

✅ com.lauro.correia.reactive.api.service.post.PostServiceImplTest

✅ get_post_info_test
✅ get_post_comments_by_user_test
✅ get_post_comments_by_user_should_return_httpStatus_4xx
✅ get_post_comments_by_user_should_return_httpStatus_5xx

✅ target/surefire-reports/TEST-com.lauro.correia.reactive.api.service.user.UserServiceTest.xml

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

Test suite Passed Failed Skipped Time
com.lauro.correia.reactive.api.service.user.UserServiceTest 3✅ 254ms

✅ com.lauro.correia.reactive.api.service.user.UserServiceTest

✅ get_users_list_test
✅ get_user_info_complete_test
✅ get_user_info_test