VariantSpark icon indicating copy to clipboard operation
VariantSpark copied to clipboard

Allow the spark based test to use different spark contexts

Open piotrszul opened this issue 6 years ago • 1 comments

Make is somehow possible to group tests based on the spark context then need. Currently only one context is possible for all tests, while three different context are needed

  • a basic local context (for most of the tests)
  • a hail configured local contex (for hail test)
  • a mulithreaded local context for ReproducibilyTest

piotrszul avatar Mar 29 '19 00:03 piotrszul

Here is a good resource on how to do it with maven:

https://www.baeldung.com/maven-integration-test

piotrszul avatar Apr 02 '19 22:04 piotrszul

It is implemented

rocreguant avatar Feb 13 '24 00:02 rocreguant