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
Instead of having userId null for tickets t2, t3, t4, t5, they seem to keep the assignedTo information from previous parameters. In other words they should instead be
Version
General info
jdbc:h2:mem:test_categories;TRACE_LEVEL_FILE=2;DATABASE_TO_UPPER=FALSE;
Context
In my unit test class, I created a helper method to insert multiple Tickets:
There there is a method to create a Ticket as a JsonArray
And in the end, I did a batch insert with
After I query into the database and get all the tickets, I got
Instead of having
userId
null for ticketst2, t3, t4, t5
, they seem to keep theassignedTo
information from previous parameters. In other words they should instead beHope I have made my issue clear.
Thanks!
Do you have a reproducer?
Steps to reproduce
Extra
The text was updated successfully, but these errors were encountered: