Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jvmReceived (0.76 sec)

  1. platforms/core-runtime/process-services/src/integTest/groovy/org/gradle/process/internal/health/memory/MemoryStatusUpdateIntegrationTest.groovy

            given:
            buildFile << waitForMemoryEventsTask()
    
            when:
            succeeds 'waitForMemoryEvents'
    
            then:
            file("jvmReceived").exists()
            file("osReceived").exists()
        }
    
        private static String waitForMemoryEventsTask() {
            return groovyScript('''
                import java.util.concurrent.CountDownLatch
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 29 14:36:01 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top