Skip to content

Migrate from hibernate to jdbi #16

Migrate from hibernate to jdbi

Migrate from hibernate to jdbi #16

Triggered via pull request August 4, 2024 15:09
@bkuberekbkuberek
synchronize #1
jdbi
Status Failure
Total duration 1m 14s
Artifacts

maven.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
ReservationResourceTest.testCreateReservation: src/test/kotlin/com/bkuberek/bookings/resources/v1/ReservationResourceTest.kt#L108
1 expectation failed. JSON path data.reservation doesn't match. Expected: not null Actual: null
RestaurantResourceTest.testGetRestaurantsById: src/test/kotlin/com/bkuberek/bookings/resources/v1/RestaurantResourceTest.kt#L80
1 expectation failed. JSON path data.restaurants.size() doesn't match. Expected: <2> Actual: null
RestaurantResourceTest.testFindTable: src/test/kotlin/com/bkuberek/bookings/resources/v1/RestaurantResourceTest.kt#L171
1 expectation failed. JSON path data.restaurants.size() doesn't match. Expected: a value greater than <0> Actual: null
RestaurantResourceTest.testFindRestaurantsWithEndorsements: src/test/kotlin/com/bkuberek/bookings/resources/v1/RestaurantResourceTest.kt#L141
1 expectation failed. JSON path data.restaurants.size() doesn't match. Expected: <3> Actual: null
RestaurantResourceTest.testGetRestaurantsByName: src/test/kotlin/com/bkuberek/bookings/resources/v1/RestaurantResourceTest.kt#L111
1 expectation failed. JSON path data.restaurants.size() doesn't match. Expected: <2> Actual: null
RestaurantResourceTest.testGetAllRestaurants: src/test/kotlin/com/bkuberek/bookings/resources/v1/RestaurantResourceTest.kt#L27
1 expectation failed. JSON path data.restaurants.size() doesn't match. Expected: a value greater than <0> Actual: null
build
Process completed with exit code 1.