kurtosis-tech / kurtosis-testsuite-starter-pack

The Unlicense
1 stars 1 forks source link

Extract example testsuites into a separate repo #30

Closed mieubrisse closed 3 years ago

mieubrisse commented 3 years ago

This would: a) reduce complexity - right now, our bootstrap.sh scripts need to jump through a bunch of hoops to copy the example testsuite and then modify the files appropriately to bootstrap a fresh repo b) reduce CI times of Kurt Libs repo drastically (we wouldn't need to re-compile and run each testsuite of each lang) c) open the door for having Kurtosis-internal tests (e.g. networkPartitionTest) live inside this repo which don't actually end up in a bootstrapped repo

mieubrisse commented 3 years ago

This is related to https://github.com/kurtosis-tech/kurtosis-core/issues/270 . Once the Kurtosis Testing library is out of Kurt Libs, we can create two testsuites - one for testing internal-Kurtosis stuff, and one example testsuite, available to the world.

mieubrisse commented 3 years ago

Now done - Kurt Libs is just example testsuites!