mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
disable system-local test
This commit is contained in:
parent
323792480e
commit
b2a4f68dd9
@ -38,16 +38,16 @@ public class DirectoryLinesStableTest {
|
||||
assertThat(directoryLines.apply(Long.MAX_VALUE)).isEqualTo("data2.txt-line3");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testOverRangeIssue() {
|
||||
DirectoryLinesStable directoryLines = new DirectoryLinesStable(
|
||||
"../local/testdirlines", ".+jsonl"
|
||||
);
|
||||
for (long i = 0; i < 40000; i++) {
|
||||
String result = directoryLines.apply(i);
|
||||
}
|
||||
|
||||
}
|
||||
// @Test
|
||||
// public void testOverRangeIssue() {
|
||||
// DirectoryLinesStable directoryLines = new DirectoryLinesStable(
|
||||
// "exampledata/local/testdirlines", ".+jsonl"
|
||||
// );
|
||||
// for (long i = 0; i < 40000; i++) {
|
||||
// String result = directoryLines.apply(i);
|
||||
// }
|
||||
//
|
||||
// }
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user