fiji-hpc / hpc-datastore

Server-side of the HPC DataStore project - Java API, shell scripts
1 stars 3 forks source link

Attempt to start datastore from IDE #20

Closed xulman closed 1 year ago

xulman commented 1 year ago

Hi guys,

I wanted to be able to start an instance of DataStore server from IDE so that I could be testing this DataStore and potentially see better where it is failing... I couldn't really figure out the proper way of starting the application (DataStore) so I faked it by looking around to the unit tests to see how they start the server.... and that's what's inside this PR...

Could you, please, help me figure out a nicer way? is there any? could we polish this PR that way?

Thanks and cheers, Vlado

xulman commented 1 year ago

I wonder if there is a better way to start Quarkus/DataStore... especially, how to pass parameters to it in the source code -> I would like to avoid modifying the pom.xml, I think I'd be better to have the params directly in the test file... is there something like Java.setProperty?

xulman commented 1 year ago

(and thanks @kozusznik for reviewing this PR)