Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LotsOfOutputWorkAction (0.21 sec)

  1. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerDaemonLoggingIntegrationTest.groovy

            and:
            def operation = buildOperations.only(ExecuteWorkItemBuildOperationType)
            operation.displayName == "LotsOfOutputWorkAction"
            with (operation.details) {
                className == "LotsOfOutputWorkAction"
                displayName == "LotsOfOutputWorkAction"
            }
    
            and:
            operation.progress.size() == 1000
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:36:27 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top