Karate Java Function problems
问题 so here I'm trying to invoke a java class that goes and retrieves information from a database the problem is that it sometimes works and sometimes it doesn't and well I'm quite not seeing it and would love it if you could share your insights, I have a DAO class that has a method that receives a number and uses a SQL statement through JDBC to connect, then I map the information as I need it in a Map<String, String> then returns that map, I'm trying to compare values of that map to those of the