Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testPlatformForIntegTest (0.46 seconds)

  1. build-tools-internal/src/test/java/org/elasticsearch/gradle/DistributionDownloadPluginTests.java

                ElasticsearchDistributionTypes.ARCHIVE,
                null,
                true
            );
            assertEquals(distro.getPlatform(), ElasticsearchDistribution.CURRENT_PLATFORM);
        }
    
        public void testPlatformForIntegTest() {
            assertDistroError(
                createProject(null),
                "testdistro",
                "5.0.0",
                ElasticsearchDistributionTypes.INTEG_TEST_ZIP,
                Platform.LINUX,
    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)
Back to Top