Hello,
I've recently started to use HiveRunner and so far I'm really impressed, thank you for all your efforts on it!
I have one question regarding performance of unit tests. Currently I have one test class containing 10 unit tests - execution of those takes a very long time at the moment. I read somewhere that a new metastore is spun up for every unit test which is causing the long runtime.
Would it be possible to change a setting or something else so that it is only spun up once for my test class?
Thanks!