Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork209
Closed
Description
Describe the bugLRHistogramDiffTest is failing when run in isolation
To Reproduce
- Run
mvn -Dtest=-Dtest=LRHistogramDiffTest test. - Observe test failing.
------------------------------------------------------- T E S T S-------------------------------------------------------Running com.github.difflib.algorithm.jgit.LRHistogramDiffTestTests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 28.826 sec <<< FAILURE! - in com.github.difflib.algorithm.jgit.LRHistogramDiffTesttestPossibleDiffHangOnLargeDatasetDnaumenkoIssue26(com.github.difflib.algorithm.jgit.LRHistogramDiffTest) Time elapsed: 28.776 sec <<< FAILURE!java.lang.AssertionError: expected:<50> but was:<246579>at com.github.difflib.algorithm.jgit.LRHistogramDiffTest.testPossibleDiffHangOnLargeDatasetDnaumenkoIssue26(LRHistogramDiffTest.java:88)Results :Failed tests: LRHistogramDiffTest.testPossibleDiffHangOnLargeDatasetDnaumenkoIssue26:88 expected:<50> but was:<246579>Tests run: 1, Failures: 1, Errors: 0, Skipped: 0However running all tests withmvn test is sucessfull.
Expected behavior
Test is passing.
System
- Java version:
1.8.0_201. - Version: Current master (156f4f2).
Metadata
Metadata
Assignees
Labels
No labels