MCPcopy Create free account
hub / github.com/questdb/questdb / testLongFd2

Method testLongFd2

core/src/test/java/io/questdb/test/FilesTest.java:682–686  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

680 }
681
682 @Test
683 public void testLongFd2() {
684 long unuqFd = Numbers.encodeLowHighInts(Integer.MAX_VALUE, 1000);
685 Assert.assertTrue(unuqFd > 0);
686 }
687
688 @Test
689 public void testMixedIOConcurrent() throws Exception {

Callers

nothing calls this directly

Calls 2

encodeLowHighIntsMethod · 0.95
assertTrueMethod · 0.45

Tested by

no test coverage detected