Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 184 for anotherOk (0.13 sec)

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

    			err:        "",
    		},
    
    		// Mirror pods bound to another node
    		{
    			name:       "forbid creating a mirror pod bound to another",
    			podsGetter: noExistingPods,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  2. internal/s3select/select_test.go

    	input := `{"id": 0,"title": "Test Record","desc": "Some text","synonyms": ["foo", "bar", "whatever"]}
    	{"id": 1,"title": "Second Record","desc": "another text","synonyms": ["some", "synonym", "value"]}
    	{"id": 2,"title": "Second Record","desc": "another text","numbers": [2, 3.0, 4]}
    	{"id": 3,"title": "Second Record","desc": "another text","nested": [[2, 3.0, 4], [7, 8.5, 9]]}`
    
    	testTable := []struct {
    		name       string
    		query      string
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 23 07:19:11 UTC 2023
    - 76.2K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

            file('files/one.c').createNewFile()
            file('files/dir/another.a').createNewFile()
    
            run 'copy'
    
            then:
            executedAndNotSkipped(':copy')
            file('dest').assertHasDescendants(
                'one.renamed',
                'one.b',
                'one.c',
                'dir/two.renamed',
                'dir/two.b',
                'dir/another.renamed'
            )
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    							{
    								KMS: &apiserver.KMSConfiguration{
    									Name:       "another-kms",
    									APIVersion: "v2",
    									Timeout: &metav1.Duration{
    										Duration: 10 * time.Second,
    									},
    									Endpoint: "unix:///tmp/testprovider.sock",
    								},
    							},
    							{
    								KMS: &apiserver.KMSConfiguration{
    									Name:       "yet-another-kms",
    									APIVersion: "v2",
    									Timeout: &metav1.Duration{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirReferenceShortener.kt

        private fun FirScope.isScopeForClassCloserThanAnotherScopeForClass(another: FirScope, from: KtClassOrObject): Boolean {
            // Make sure both are scopes for classes
            if (!isScopeForClass() || !another.isScopeForClass()) return false
    
            if (this == another) return false
    
            val classId = correspondingClassIdIfExists()
            val classIdOfAnother = another.correspondingClassIdIfExists()
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 16:54:07 UTC 2024
    - 69.6K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    			},
    			ListenerFilters: []*listener.ListenerFilter{
    				{
    					Name: "filter-to-be-removed",
    				},
    				{
    					Name: "filter-before-replace",
    				},
    			},
    		},
    		{
    			Name: "another-listener",
    		},
    		{
    			Name: "listener-http-filter-to-be-replaced",
    			FilterChains: []*listener.FilterChain{
    				{
    					FilterChainMatch: &listener.FilterChainMatch{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  7. plugin/pkg/admission/resourcequota/admission_test.go

    								Values:    []string{"another-priorityclass-name", "cluster-services"},
    							},
    						},
    					},
    				},
    			},
    			expErr: "insufficient quota to match these scopes: [{PriorityClass In [another-priorityclass-name cluster-services]}]",
    		},
    		{
    			description: "From the above test case, just changing pod priority from cluster-services to another-priorityclass-name. expecting no error",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/DefaultModelRegistryTest.groovy

            def action = Stub(Action)
    
            given:
            registry.registerInstance("thing", "value")
                .registerInstance("another", "value")
                .configure(ModelActionRole.Mutate) {
                    it.path("another").node(action)
                }
            action.execute(_) >> {
                MutableModelNode node -> registry.configure(targetRole) { it.path("thing").descriptor("X").action {} }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 56K bytes
    - Viewed (0)
  9. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    	}
    
    	// Creating SE should give us instances
    	createConfigs([]*config.Config{wle, se1}, store, t)
    	events.WaitOrFail(t, "service")
    	expectServiceInstances(t, sd, se1, 0, expected)
    
    	// Create another identical SE (different name) gives us duplicate instances
    	// Arguable whether this is correct or not...
    	createConfigs([]*config.Config{se2}, store, t)
    	events.WaitOrFail(t, "service")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  10. subprojects/core/src/test/groovy/org/gradle/execution/plan/DefaultExecutionPlanParallelTest.groovy

            assertTasksReady(a, b)
            assertTaskReady(broken)
            assertAllWorkComplete(true)
    
            where:
            continueOnFailure << [true, false]
        }
    
        def "finalizer that is dependency of another finalizer runs when the task it finalizes is complete"() {
            given:
            Task finalizerDep1 = task("finalizerDep1", type: Async)
            Task finalizer1 = task("finalizer1", type: Async, dependsOn: [finalizerDep1])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 93.5K bytes
    - Viewed (0)
Back to top