This message was deleted.
# dev
s
This message was deleted.
l
Ideally the tests should set it up themselves. There are xyz-sample-data.sql that set these up when you run the tests using a mvn command like:
xyz IMO is resolved by the -Dgroups=query parameter, so in this case it will resolve to query-sample-data.sql. IIRC the command that you shared with me offline doesn’t have this parameter and therefore might be one of the reasons why the data is not getting setup locally when you run the test case.
k
got it