Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 372 for simulation (0.18 sec)

  1. pkg/controller/volume/persistentvolume/framework_test.go

    //     call appropriate syncVolume/syncClaim (simulating "volume/claim changed"
    //     events). Go to 2. if these calls change anything.
    //  3. When all changes are processed and no new changes were made, call
    //     syncVolume/syncClaim on all volumes/claims (simulating "periodic sync").
    //  4. If some changes were done by step 3., go to 2. (simulation of
    //     "volume/claim updated" events, eventually performing step 3. again)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 09:54:00 UTC 2023
    - 38.3K bytes
    - Viewed (0)
  2. plugin/pkg/admission/limitranger/admission_test.go

    				if c.Namespace != attributes.GetNamespace() {
    					t.Errorf("Expected %s namespace, got %s", attributes.GetNamespace(), c.Namespace)
    				}
    			}
    		}()
    
    		// simulation of different namespaces is not a call
    		go func() {
    			defer wg.Done()
    			ret, err := handler.GetLimitRanges(attributesTest1)
    			if err != nil {
    				t.Errorf("unexpected error: %v", err)
    			}
    			for _, c := range ret {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  3. pkg/controller/volume/persistentvolume/binder_test.go

    //     call appropriate syncVolume/syncClaim (simulating "volume/claim changed"
    //     events). Go to 2. if these calls change anything.
    //  3. When all changes are processed and no new changes were made, call
    //     syncVolume/syncClaim on all volumes/claims (simulating "periodic sync").
    //  4. If some changes were done by step 3., go to 2. (simulation of
    //     "volume/claim updated" events, eventually performing step 3. again)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 65.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	if err != nil {
    		return d, err
    	}
    
    	d.Type = uint8(st.Mode >> 24)
    	return d, err
    }
    
    func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {
    	// Simulation of Getdirentries port from the Darwin implementation.
    	// COMMENTS FROM DARWIN:
    	// It's not the full required semantics, but should handle the case
    	// of calling Getdirentries or ReadDirent repeatedly.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/ForcingUsingStrictlyPlatformAlignmentTest.groovy

        @Issue("nebula-plugins/gradle-nebula-integration#51")
        def "force to higher patch version should bring the rest of aligned group up"() {
            given:
            "repository simulating Jackson situation" {
                path 'com.amazonaws:aws-java-sdk-core:1.11.438 -> org:cbor:2.6.7'
                path 'com.amazonaws:aws-java-sdk-core:1.11.438 -> org:databind:2.6.7.1'
            }
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  6. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	}
    	c.Step(DefaultPodInitialBackoffDuration)
    	// Move all unschedulable pods to the active queue.
    	q.MoveAllToActiveOrBackoffQueue(logger, UnschedulableTimeout, nil, nil, nil)
    	// Simulation is over. Now let's pop all pods. The pod popped first should be
    	// the last one we pop here.
    	for i := 0; i < 5; i++ {
    		p, err := q.Pop(logger)
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/ForcingPlatformAlignmentTest.groovy

        @Issue("nebula-plugins/gradle-nebula-integration#51")
        def "force to higher patch version should bring the rest of aligned group up (notation=#forceNotation)"() {
            given:
            "repository simulating Jackson situation" {
                path 'com.amazonaws:aws-java-sdk-core:1.11.438 -> org:cbor:2.6.7'
                path 'com.amazonaws:aws-java-sdk-core:1.11.438 -> org:databind:2.6.7.1'
            }
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  8. src/vendor/golang.org/x/net/route/zsys_freebsd_386.go

    	sizeofIfDataFreeBSD7  = 0x50
    	sizeofIfDataFreeBSD8  = 0x50
    	sizeofIfDataFreeBSD9  = 0x50
    	sizeofIfDataFreeBSD10 = 0x54
    	sizeofIfDataFreeBSD11 = 0x98
    
    	// MODIFIED BY HAND FOR 386 EMULATION ON AMD64
    	// 386 EMULATION USES THE UNDERLYING RAW DATA LAYOUT
    
    	sizeofIfMsghdrlFreeBSD10Emu        = 0xb0
    	sizeofIfaMsghdrFreeBSD10Emu        = 0x14
    	sizeofIfaMsghdrlFreeBSD10Emu       = 0xb0
    	sizeofIfmaMsghdrFreeBSD10Emu       = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 05 19:54:32 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  9. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/internal/tooling/IsolatedIdeaModuleInternalBuilder.java

            // Simulating IdeaPlugin to only expose these values when 'java' plugin is applied
            if (project.getPlugins().hasPlugin(JavaPlugin.class)) {
                model.setExplicitSourceLanguageLevel(ideaModuleExt.getRawLanguageLevel());
                model.setExplicitTargetBytecodeVersion(ideaModuleExt.getRawTargetBytecodeVersion());
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 12:13:36 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  10. src/internal/trace/testdata/generators/go122-confuse-seq-across-generations.go

    // GoStatus event.
    //
    // The situation is one in which it just so happens that
    // an event on the frontier for a following generation
    // has a sequence number exactly one higher than the last
    // sequence number for e.g. a goroutine in the previous
    // generation. The parser should wait to find a GoStatus
    // event before advancing into the next generation at all.
    // It turns out this situation is pretty rare; the GoStatus
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top