hiero-ledger / hiero-ledger/hiero-consensus-node
Check unit tests for duration
Open
Platform
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
Currently we have several uni tests that took a a long time. All that tests are annotated by tags to exclude them on local builds. The tags can be found in `TestQualifierTags`:
- `AT_SCALE`
- `REMOTE_ONLY`
- `TIME_CONSUMING`
We need to add a definition for the tags and how they should be used. Next to this we should check all tests that are tagged with one of the given tags if we can speed them up.
Contributor guide
Assessment
This issue has not been assessed yet.