Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Divide gradoop-store integration- and unit-tests into separate test suites #1452

Open
Rascat opened this issue Nov 26, 2019 · 0 comments
Open

Comments

@Rascat
Copy link
Contributor

Rascat commented Nov 26, 2019

Since the execution of integration tests in gradoop-store (e.g. org.gradoop.storage.impl.accumulo.basic.StoreTest) takes considerably more time than the unit tests, while also making our ci pipeline more brittle, we should separate the tests into two disjunctive test collections, unit and integration, and then probably only run the unit tests as part of our our ci pipeline.

both junit and testng support the definition of test suites so this might me a way to solve this problem.

Rascat added a commit to Rascat/gradoop that referenced this issue Nov 26, 2019
Adds a new interface 'IntegrationTests' to gradoop-accumulo.
This interface is used to categorize every test class in the
module. The category is excluded from surefire execution.
Rascat added a commit to Rascat/gradoop that referenced this issue Nov 26, 2019
…gration or

'unit'
  * Create two testng suite xml files to run either of the new groups
  * Configure surefire to only run unit tests
Rascat added a commit to Rascat/gradoop that referenced this issue Dec 6, 2019
  * Add default profile in gradoop-accumulo pom to control exection of
  integration tests
  * Add integration profile to gradoop-hbase pom
  * fix typo
Rascat added a commit to Rascat/gradoop that referenced this issue Dec 10, 2019
  * fix testng integration test suite name
Rascat added a commit to Rascat/gradoop that referenced this issue Dec 17, 2019
  - Removes testng unit group (every test NOT belonging to the the
integration test group gets countet as unit test.
  - Removes unneeded testng xml suite files.
  - Adds new testng suite xml file "complete"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant