Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for actualCert (0.12 sec)

  1. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/compilerFacility/AbstractCompilerFacilityTest.kt

                val actualText = when (result) {
                    is KaCompilationResult.Failure -> result.errors.joinToString("\n") { dumpDiagnostic(it) }
                    is KaCompilationResult.Success -> dumpClassFiles(result.output)
                }
    
                testServices.assertions.assertEqualsToTestDataFileSibling(actualText)
    
                if (result is KaCompilationResult.Success) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/upgrade/compute_test.go

    			actualUpgrades, actualErr := GetAvailableUpgrades(rt.vg, rt.allowExperimental, rt.allowRCs, client, &output.TextPrinter{})
    			if diff := cmp.Diff(rt.expectedUpgrades, actualUpgrades); len(diff) > 0 {
    				t.Errorf("failed TestGetAvailableUpgrades\n\texpected upgrades:\n%v\n\tgot:\n%v\n\tdiff:\n%v", rt.expectedUpgrades, actualUpgrades, diff)
    			}
    			if rt.errExpected && actualErr == nil {
    				t.Error("unexpected success")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 08:39:51 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/phases/upgrade/staticpods_test.go

    				}
    			}
    
    			actualErr := StaticPodControlPlane(
    				nil,
    				waiter,
    				pathMgr,
    				newcfg,
    				true,
    				true,
    				fakeTLSEtcdClient{
    					TLS: false,
    				},
    				fakePodManifestEtcdClient{
    					ManifestDir:     pathMgr.RealManifestDir(),
    					CertificatesDir: newcfg.CertificatesDir,
    				},
    			)
    			if (actualErr != nil) != rt.expectedErr {
    				t.Errorf(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 32K bytes
    - Viewed (0)
Back to top