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

Method testDeatch

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

Source from the content-addressed store, hash-verified

272 }
273
274 @Test
275 public void testDeatch() throws Exception {
276 assertMemoryLeak(() -> {
277 int fdFake = 123;
278 long fd = Files.createUniqueFd(fdFake);
279 Files.detach(fd);
280 });
281 }
282
283 @Test
284 public void testDeleteDir() throws Exception {

Callers

nothing calls this directly

Calls 3

createUniqueFdMethod · 0.95
detachMethod · 0.95
assertMemoryLeakMethod · 0.45

Tested by

no test coverage detected