Skip to content

gradle-dressca-backend: bump org.postgresql:postgresql from 42.7.4 to 42.7.5 in /samples/web-csr/dressca-backend #590

gradle-dressca-backend: bump org.postgresql:postgresql from 42.7.4 to 42.7.5 in /samples/web-csr/dressca-backend

gradle-dressca-backend: bump org.postgresql:postgresql from 42.7.4 to 42.7.5 in /samples/web-csr/dressca-backend #590

GitHub Actions / Maven Tests succeeded Jan 14, 2025 in 0s

79 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
samples/web-csr/dressca-backend/application-core/build/test-results/test/TEST-com.dressca.applicationcore.applicationservice.AssetApplicationServiceTest.xml 3✅ 826ms
samples/web-csr/dressca-backend/application-core/build/test-results/test/TEST-com.dressca.applicationcore.applicationservice.CatalogApplicationServiceTest.xml 27✅ 726ms
samples/web-csr/dressca-backend/application-core/build/test-results/test/TEST-com.dressca.applicationcore.applicationservice.OrderApplicationServiceTest.xml 3✅ 61ms
samples/web-csr/dressca-backend/application-core/build/test-results/test/TEST-com.dressca.applicationcore.applicationservice.ShoppingApplicationServiceTest.xml 13✅ 361ms
samples/web-csr/dressca-backend/application-core/build/test-results/test/TEST-com.dressca.applicationcore.catalog.CatalogDomainServiceTest.xml 12✅ 151ms
samples/web-csr/dressca-backend/batch/build/test-results/test/TEST-com.dressca.batch.CatalogItemJobTest.xml 3✅ 1s
samples/web-csr/dressca-backend/web-admin/build/test-results/test/TEST-com.dressca.web.admin.controller.AssetsControllerTest.xml 2✅ 337ms
samples/web-csr/dressca-backend/web-admin/build/test-results/test/TEST-com.dressca.web.admin.controller.HealthCheckTest.xml 2✅ 82ms
samples/web-csr/dressca-backend/web-admin/build/test-results/test/TEST-com.dressca.web.admin.WebApplicationTests.xml 1✅ 920ms
samples/web-csr/dressca-backend/web-consumer/build/test-results/test/TEST-com.dressca.web.consumer.controller.AssetsControllerTest.xml 2✅ 420ms
samples/web-csr/dressca-backend/web-consumer/build/test-results/test/TEST-com.dressca.web.consumer.controller.HealthCheckTest.xml 2✅ 48ms
samples/web-csr/dressca-backend/web-consumer/build/test-results/test/TEST-com.dressca.web.consumer.filter.BuyerIdFilterTest.xml 2✅ 311ms
samples/web-csr/dressca-backend/web-consumer/build/test-results/test/TEST-com.dressca.web.consumer.WebApplicationTests.xml 1✅ 834ms
samples/web-csr/dressca-backend/web/build/test-results/test/TEST-com.dressca.web.controller.advice.ExceptionHandlerControllerAdviceTest.xml 3✅ 483ms
samples/web-csr/dressca-backend/web/build/test-results/test/TEST-com.dressca.web.controller.advice.LocalExceptionHandlerControllerAdviceTest.xml 3✅ 172ms

✅ samples/web-csr/dressca-backend/application-core/build/test-results/test/TEST-com.dressca.applicationcore.applicationservice.AssetApplicationServiceTest.xml

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

Test suite Passed Failed Skipped Time
com.dressca.applicationcore.applicationservice.AssetApplicationServiceTest 3✅ 826ms

✅ com.dressca.applicationcore.applicationservice.AssetApplicationServiceTest

✅ testGetAssetResourceInfo_異常系_リポジトリに存在しないアセットコード()
✅ testGetAssetResourceInfo_正常系_存在するアセットコード()
✅ testGetAssetResourceInfo_異常系_ストアに存在しないアセットコード()

✅ samples/web-csr/dressca-backend/application-core/build/test-results/test/TEST-com.dressca.applicationcore.applicationservice.CatalogApplicationServiceTest.xml

27 tests were completed in 726ms with 27 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.dressca.applicationcore.applicationservice.CatalogApplicationServiceTest 27✅ 726ms

✅ com.dressca.applicationcore.applicationservice.CatalogApplicationServiceTest

✅ testGetCatalogItemsForConsumer_正常系_リポジトリのfindByBrandIdAndCategoryIdを1回呼出す()
✅ testDeleteItemFromCatalog_正常系_リポジトリのremoveを1回呼出す()
✅ testGetCatalogItemsForAdmin_異常系_カタログアイテムの一覧を取得する権限がない()
✅ testDeleteItemFromCatalog_異常系_楽観ロックエラー()
✅ testGetCatalogItem_異常系_対象のアイテムが存在しない()
✅ testGetCategories_正常系_リポジトリのgetAllを1回呼出す()
✅ testDeleteItemFromCatalog_異常系_カタログアイテムを削除する権限がない()
✅ testUpdateCatalogItem_異常系_対象のアイテムが存在しない()
✅ testAddItemToCatalog_正常系_リポジトリのaddCatalogItemを1回呼出す()
✅ testUpdateCatalogItem_異常系_対象のカテゴリが存在しない()
✅ testUpdateCatalogItem_異常系_対象のブランドが存在しない()
✅ testAddItemToCatalog_異常系_追加対象のカタログカテゴリが存在しない()
✅ testAddItemToCatalog_異常系_追加対象のカタログブランドが存在しない()
✅ testGetCatalogItemsForConsumer_正常系_指定した条件のカタログアイテムのリストが返却される()
✅ testAddItemToCatalog_正常系_追加したカタログアイテムが返却される()
✅ testCountCatalogItems_正常系_リポジトリのcountByBrandIdAndCategoryIdを1回呼出す()
✅ testUpdateCatalogItem_異常系_カタログアイテムを更新する権限がない()
✅ testAddItemToCatalog_異常系_カタログアイテムを追加する権限がない()
✅ testGetBrands_正常系_リポジトリのgetAllを1回呼出す()
✅ testGetCatalogItemsForAdmin_正常系_指定した条件のカタログアイテムのリストが返却される()
✅ testUpdateCatalogItem_正常系_リポジトリのupdateを1回呼出す()
✅ testGetCatalogItem_異常系_カタログアイテムを取得する権限がない()
✅ testGetCatalogItemsForAdmin_正常系_リポジトリのfindByBrandIdAndCategoryIdを1回呼出す()
✅ testGetCatalogItem_正常系_リポジトリのfindByIdを1回呼出す()
✅ testGetCatalogItem_正常系_指定したidのカタログアイテムが返却される()
✅ testUpdateCatalogItem_異常系_楽観ロックエラーにより正常に更新ができない()
✅ testDeleteItemFromCatalog_異常系_対象のアイテムが存在しない()

✅ samples/web-csr/dressca-backend/application-core/build/test-results/test/TEST-com.dressca.applicationcore.applicationservice.OrderApplicationServiceTest.xml

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

Test suite Passed Failed Skipped Time
com.dressca.applicationcore.applicationservice.OrderApplicationServiceTest 3✅ 61ms

✅ com.dressca.applicationcore.applicationservice.OrderApplicationServiceTest

✅ testGetOrder_正常系_注文リポジトリから取得した情報と指定した購入者IDが合致する場合注文情報を取得できる()
✅ testGetOrder_異常系_注文リポジトリから取得した情報と指定した購入者IDが異なる場合例外になる()
✅ testGetOrder_異常系_注文リポジトリから注文情報を取得できない場合例外になる()

✅ samples/web-csr/dressca-backend/application-core/build/test-results/test/TEST-com.dressca.applicationcore.applicationservice.ShoppingApplicationServiceTest.xml

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

Test suite Passed Failed Skipped Time
com.dressca.applicationcore.applicationservice.ShoppingApplicationServiceTest 13✅ 361ms

✅ com.dressca.applicationcore.applicationservice.ShoppingApplicationServiceTest

✅ testCheckout_異常系_指定した買い物かごが空の場合は業務例外が発生する()
✅ testAddItemToBasket_異常系_買い物かごが見つからない場合は例外が発生する()
✅ testSetQuantities_正常系_リポジトリのupdateを1度だけ呼出す()
✅ testCheckout_正常系_注文リポジトリのAddを1回呼出す()
✅ [1] buyerId=null
✅ [2] buyerId=
✅ [3] buyerId=
✅ testSetQuantities_異常系_カタログリポジトリに存在しない商品が指定された場合は例外が発生する()
✅ testAddItemToBasket_正常系_商品追加処理後に数量が0となる場合買い物かごアイテムは削除される()
✅ testAddItemToBasket_正常系_リポジトリのupdateを1度だけ呼出す()
✅ testSetQuantities_正常系_買い物かごに存在する商品を指定すると買い物かごの商品数が更新される()
✅ testSetQuantities_異常系_買い物かごに入っていない商品が指定された場合は例外が発生する()
✅ testGetBasketDetail_正常系_カタログIDに対応するカタログ情報が取得されること()

✅ samples/web-csr/dressca-backend/application-core/build/test-results/test/TEST-com.dressca.applicationcore.catalog.CatalogDomainServiceTest.xml

12 tests were completed in 151ms with 12 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.dressca.applicationcore.catalog.CatalogDomainServiceTest 12✅ 151ms

✅ com.dressca.applicationcore.catalog.CatalogDomainServiceTest

✅ testExistCatalogBrand_正常系_指定したカタログブランドが存在しない場合falseを返す()
✅ testExistCatalogItem_正常系_指定したカタログアイテムが存在しない場合falseを返す()
✅ testExistAll_正常系_リポジトリ内に存在するアイテムのリストを返す()
✅ testExistAll_正常系_リポジトリのfindByCategoryIdInを1度だけ呼出す()
✅ testGetExistCatalogItems_正常系_リポジトリのfindByCategoryIdInを1度だけ呼出す()
✅ testExistAll_正常系_カタログアイテムIdが一部だけ存在する場合falseを返す()
✅ testExistCatalogCategory_正常系_指定したカタログカテゴリが存在しない場合falseを返す()
✅ testExistCatalogCategory_正常系_指定したカタログカテゴリが存在する場合trueを返す()
✅ testExistAll_正常系_カタログアイテムIdが1件も存在しない場合falseを返す()
✅ testExistCatalogBrand_正常系_指定したカタログブランドが存在する場合trueを返す()
✅ testExistCatalogItem_正常系_指定したカタログアイテムが存在する場合trueを返す()
✅ testExistAll_正常系_カタログアイテムIdがすべて存在する場合trueを返す()

✅ samples/web-csr/dressca-backend/batch/build/test-results/test/TEST-com.dressca.batch.CatalogItemJobTest.xml

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

Test suite Passed Failed Skipped Time
com.dressca.batch.CatalogItemJobTest 3✅ 1s

✅ com.dressca.batch.CatalogItemJobTest

✅ jobTest_10data()
✅ jobTest_empty()
✅ stepTest_10data()

✅ samples/web-csr/dressca-backend/web-admin/build/test-results/test/TEST-com.dressca.web.admin.controller.AssetsControllerTest.xml

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

Test suite Passed Failed Skipped Time
com.dressca.web.admin.controller.AssetsControllerTest 2✅ 337ms

✅ com.dressca.web.admin.controller.AssetsControllerTest

✅ testGet_01_正常系_存在するアセットコード
✅ testGet_02_異常系_存在しないアセットコード

✅ samples/web-csr/dressca-backend/web-admin/build/test-results/test/TEST-com.dressca.web.admin.controller.HealthCheckTest.xml

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

Test suite Passed Failed Skipped Time
com.dressca.web.admin.controller.HealthCheckTest 2✅ 82ms

✅ com.dressca.web.admin.controller.HealthCheckTest

✅ testGet_03_ヘルスチェック_サーバ正常動作確認
✅ testGet_04_ヘルスチェック_DB正常動作確認

✅ samples/web-csr/dressca-backend/web-admin/build/test-results/test/TEST-com.dressca.web.admin.WebApplicationTests.xml

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

Test suite Passed Failed Skipped Time
com.dressca.web.admin.WebApplicationTests 1✅ 920ms

✅ com.dressca.web.admin.WebApplicationTests

✅ コンテキストが正常に読み込まれるか確認

✅ samples/web-csr/dressca-backend/web-consumer/build/test-results/test/TEST-com.dressca.web.consumer.controller.AssetsControllerTest.xml

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

Test suite Passed Failed Skipped Time
com.dressca.web.consumer.controller.AssetsControllerTest 2✅ 420ms

✅ com.dressca.web.consumer.controller.AssetsControllerTest

✅ testGet_01_正常系_存在するアセットコード
✅ testGet_02_異常系_存在しないアセットコード

✅ samples/web-csr/dressca-backend/web-consumer/build/test-results/test/TEST-com.dressca.web.consumer.controller.HealthCheckTest.xml

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

Test suite Passed Failed Skipped Time
com.dressca.web.consumer.controller.HealthCheckTest 2✅ 48ms

✅ com.dressca.web.consumer.controller.HealthCheckTest

✅ testGet_03_ヘルスチェック_サーバ正常動作確認
✅ testGet_04_ヘルスチェック_DB正常動作確認

✅ samples/web-csr/dressca-backend/web-consumer/build/test-results/test/TEST-com.dressca.web.consumer.filter.BuyerIdFilterTest.xml

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

Test suite Passed Failed Skipped Time
com.dressca.web.consumer.filter.BuyerIdFilterTest 2✅ 311ms

✅ com.dressca.web.consumer.filter.BuyerIdFilterTest

✅ 構成ファイルの設定がない場合
✅ 構成ファイルの設定がある場合

✅ samples/web-csr/dressca-backend/web-consumer/build/test-results/test/TEST-com.dressca.web.consumer.WebApplicationTests.xml

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

Test suite Passed Failed Skipped Time
com.dressca.web.consumer.WebApplicationTests 1✅ 834ms

✅ com.dressca.web.consumer.WebApplicationTests

✅ コンテキストが正常に読み込まれるか確認

✅ samples/web-csr/dressca-backend/web/build/test-results/test/TEST-com.dressca.web.controller.advice.ExceptionHandlerControllerAdviceTest.xml

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

Test suite Passed Failed Skipped Time
com.dressca.web.controller.advice.ExceptionHandlerControllerAdviceTest 3✅ 483ms

✅ com.dressca.web.controller.advice.ExceptionHandlerControllerAdviceTest

✅ testException_01_正常系_その他の業務エラーをステータースコード500で返却する(本番環境)。
✅ testException_02_正常系_その他のシステムエラーをステータースコード500で返却する(本番環境)。
✅ testException_03_正常系_上記のいずれにも当てはまらない例外をステータースコード500で返却する(本番環境)。

✅ samples/web-csr/dressca-backend/web/build/test-results/test/TEST-com.dressca.web.controller.advice.LocalExceptionHandlerControllerAdviceTest.xml

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

Test suite Passed Failed Skipped Time
com.dressca.web.controller.advice.LocalExceptionHandlerControllerAdviceTest 3✅ 172ms

✅ com.dressca.web.controller.advice.LocalExceptionHandlerControllerAdviceTest

✅ testException_01_正常系_その他の業務エラーをステータースコード500で返却する(開発環境)。
✅ testException_02_正常系_その他のシステムエラーをステータースコード500で返却する(開発環境)。
✅ testException_03_正常系_上記のいずれにも当てはまらない例外をステータースコード500で返却する(開発環境)。