oVirt / oVirt/vdsm-jsonrpc-java
Setup unit testing github action
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 11
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Currently for build workflow unit testing execution is disabled because some of the tests are not stable enough because of for example being highly time dependent. In maven there are some profiles defined that disable unit tests annotated (with junit categories) as Performance or TimeDependent.
This lightweight workflow should be able to prepare basic OS image to run 'mvn' test on Centos Stream 8 or/and 9. As part of the jobs would be to identify other unit tests that can occasionally fail and excluded them until they are fixed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the existing build workflow and the Maven profiles that exclude JUnit Performance and TimeDependent categories. Run the Maven unit tests on CentOS Stream 8 or 9, identify additional unstable tests, and consider the workflow complete when it reliably executes the stable unit-test set.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- centos, github-actions, java
- Domain
- build-system, ci-cd, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100