- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for test_distro (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-tools-internal/src/test/java/org/elasticsearch/gradle/DistributionDownloadPluginTests.java
createProject(null), "testdistro", null, ElasticsearchDistributionTypes.ARCHIVE, Platform.LINUX, true ); assertEquals(distro.getVersion(), VersionProperties.getElasticsearch()); } public void testBadVersionFormat() { assertDistroError( createProject(null), "testdistro", "badversion",
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 22 07:24:59 GMT 2021 - 6.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/ProcessHelperTest.java
} catch (Exception e) { fail("Unexpected exception: " + e.getMessage()); } } @Test public void test_destroyProcess_withRunningProcess() { String sessionId = "test_destroy"; // Use sleep command that runs longer so we can verify it's running List<String> cmdList = Arrays.asList("sleep", "10"); Consumer<ProcessBuilder> pbCall = pb -> {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 16K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/filter/WebApiFilterTest.java
} }; // Should not throw any exception webApiFilter.init(filterConfig); assertTrue(true); } // Test destroy method @Test public void test_destroy() { // Should not throw any exception webApiFilter.destroy(); assertTrue(true); } // Test doFilter when WebApiManagerFactory returns null WebApiManager @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 26.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
final long currentTime = systemHelper.getCurrentTimeAsLong(); final long now = System.currentTimeMillis(); assertTrue(Math.abs(currentTime - now) < 1000); } @Test public void test_destroy() { final AtomicReference<Boolean> hookExecuted = new AtomicReference<>(false); systemHelper.addShutdownHook(() -> hookExecuted.set(true)); systemHelper.destroy();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 44.4K bytes - Click Count (0)