You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A whole bunch of previously working tests in our test suite have stopped working after the performing the upgrade. We are testing business functionality with some rest endpoints inside these tests. Some basic entities are able to be saved (customer and accounts) and retrieved in the successfully in the test. The entity at issue (transaction) looks to be properly saved during the endpoint/service execution persist (seeing a new generated id) but when trying to retrieve that same id from the actual test it's not found (postgresql, PanacheRepositoryBase). The test itself is not marked as @transactional. Nothing that's part of the actual business logic is mocked. When the tests are executed in 3.6.4, all the data that generated/used etc would persist.
Wondering if any kind of changes have occurred that could have caused this to not work anymore.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A whole bunch of previously working tests in our test suite have stopped working after the performing the upgrade. We are testing business functionality with some rest endpoints inside these tests. Some basic entities are able to be saved (customer and accounts) and retrieved in the successfully in the test. The entity at issue (transaction) looks to be properly saved during the endpoint/service execution persist (seeing a new generated id) but when trying to retrieve that same id from the actual test it's not found (postgresql, PanacheRepositoryBase). The test itself is not marked as @transactional. Nothing that's part of the actual business logic is mocked. When the tests are executed in 3.6.4, all the data that generated/used etc would persist.
Wondering if any kind of changes have occurred that could have caused this to not work anymore.
Beta Was this translation helpful? Give feedback.
All reactions