Refactor test classes that use assumeFalse(codec != SimpleText, Memory) to use new annotation and move the expensive methods to separate classes [LUCENE-3489]
Open
affects-version:4.0-ALPHA
legacy-jira-fix-version:4.9
legacy-jira-fix-version:6.0
legacy-jira-priority:Major
type:test
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.4k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 88
Description
Folloup for #4537.
TODO:
- Move test-methods that need the new `@UseNoMemoryExpensiveCodec` annotation to separate classes
- Eliminate the assumeFalse-calls that check the current codec and disable the test if SimpleText or Memory is used
---
Migrated from [LUCENE-3489](https://issues.apache.org/jira/browse/LUCENE-3489) by Uwe Schindler (@uschindler), updated May 09 2016
Attachments: [LUCENE-3489.patch](https://apache.github.io/lucene-jira-archive/attachments/LUCENE-3489/LUCENE-3489.patch) (versions: 3)
Linked issues:
- #4537
- #4502
- #4566
Contributor guide
Assessment
This issue has not been assessed yet.