Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withEvent (0.11 sec)

  1. plugin/pkg/admission/eventratelimit/admission_test.go

    func createSourceAndObjectKeyInclusionRequests(eventFactory func(label string) *api.Event) []request {
    	return []request{
    		newEventRequest().withEvent(eventFactory("A")),
    		newEventRequest().withEvent(eventFactory("A")).blocked(),
    		newEventRequest().withEvent(eventFactory("B")),
    	}
    }
    
    func TestEventRateLimiting(t *testing.T) {
    	cases := []struct {
    		name                     string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 17 13:19:08 UTC 2021
    - 15.6K bytes
    - Viewed (0)
  2. platforms/core-runtime/instrumentation-agent-services/src/integTest/groovy/org/gradle/internal/instrumentation/agent/AgentApplicationTest.groovy

            when:
            succeeds()
    
            then:
            agentWasNotApplied()
        }
    
        def "agent is applied to the daemon process running the build"() {
            given:
            withAgent()
            withDumpAgentStatusTask()
    
            when:
            succeeds()
    
            then:
            agentWasApplied()
        }
    
        @Requires(
            value = IntegTestPreconditions.IsConfigCached,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top