Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for runTask (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-tools-internal/src/main/groovy/elasticsearch.run.gradle

     */
    
    import org.elasticsearch.gradle.VersionProperties
    import org.elasticsearch.gradle.testclusters.RunTask
    
    // gradle has an open issue of failing applying plugins in
    // precompiled script plugins (see https://github.com/gradle/gradle/issues/17004)
    // apply plugin: 'elasticsearch.internal-testclusters'
    
    testClusters.register("runTask") {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 23 07:45:59 GMT 2021
    - 1.8K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/AutobahnTester.kt

        }
      }
    
      private fun runTest(
        number: Long,
        count: Long,
      ) {
        val latch = CountDownLatch(1)
        val startNanos = AtomicLong()
        newWebSocket(
          "/runCase?case=$number&agent=okhttp",
          object : WebSocketListener() {
            override fun onOpen(
              webSocket: WebSocket,
              response: Response,
            ) {
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 4.6K bytes
    - Click Count (0)
  3. .ci/scripts/packaging-test.ps1

    {
        # Relaunch as an elevated process:
        Start-Process powershell.exe "-File",('"{0}"' -f $MyInvocation.MyCommand.Path) -Verb RunAs
        exit
    }
    
    $AppProps = ConvertFrom-StringData (Get-Content .ci/java-versions.properties -raw)
    $env:ES_BUILD_JAVA=$AppProps.ES_BUILD_JAVA
    $env:ES_RUNTIME_JAVA=$AppProps.ES_RUNTIME_JAVA
    $env:JAVA_TOOL_OPTIONS=''
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 15 22:00:26 GMT 2021
    - 1.3K bytes
    - Click Count (0)
  4. .ci/os.ps1

    {
        # Relaunch as an elevated process:
        Start-Process powershell.exe "-File",('"{0}"' -f $MyInvocation.MyCommand.Path) -Verb RunAs
        exit
    }
    
    $AppProps = ConvertFrom-StringData (Get-Content .ci/java-versions.properties -raw)
    $env:ES_BUILD_JAVA=$AppProps.ES_BUILD_JAVA
    $env:ES_RUNTIME_JAVA=$AppProps.ES_RUNTIME_JAVA
    
    $ErrorActionPreference="Stop"
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jul 08 20:49:46 GMT 2020
    - 1.3K bytes
    - Click Count (0)
Back to Top