Search Options

Results per page
Sort
Preferred Languages
Advance

Results 341 - 350 of 709 for failed (0.06 sec)

  1. CHANGELOG-1.11.md

    [@andyzhangx](https://github.com/andyzhangx)) L1564: L1565:#### General Fixes and Reliability L1566: L1567:* Fixed a regression in kube-scheduler to properly load client connection information from a `--config` file that references a kubeconfig file. ([#65507](https://github.com/kubernetes/kubernetes/pull/65507), [@liggitt](https://github.com/liggitt)) L1568:* Fix regression in `v1.JobSpec.backoffLimit` that caused failed Jobs to be restarted indefinitely. ([#63650](https://github.com/kubernetes/kubernetes/pull/63650),...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu Feb 06 06:04:15 UTC 2020
      328.4K bytes
  2. HttpLoggingInterceptorTest.kt

    } L815: .addInterceptor(applicationInterceptor) L816: .build() L817: try { L818: client.newCall(request().build()).execute() L819: fail<Any>() L820: } catch (expected: UnknownHostException) { L821: } L822: applicationLogs L823: .assertLogEqual("--> GET $url") L824: .assertLogEqual("<-- HTTP FAILED: java.net.UnknownHostException: reason") L825: .assertNoMoreLogs() L826: } L827: L828: @Test L829: fun http2() { L830: server.useHttps(handshakeC...
    github.com/square/okhttp/okhttp-logging-interce...
    Sat Apr 06 09:14:38 UTC 2024
      37.6K bytes
  3. JSR166TestCase.java

    future.cancel(true); L514: } L515: assertTrue(millisElapsedSince(startTime) >= timeoutMillis); L516: } L517: L518: /** Fails with message "should throw exception". */ L519: public void shouldThrow() { L520: fail("Should throw exception"); L521: } L522: L523: /** Fails with message "should throw " + exceptionName. */ L524: public void shouldThrow(String exceptionName) { L525: fail("Should throw " + exceptionName); L526: } L527: L528: /** The number of elements to place in collections, arrays,...
    github.com/google/guava/guava-tests/test/com/go...
    Thu Oct 17 02:42:09 UTC 2024
      37.9K bytes
  4. fess_label.properties

    L110:labels.startTime=Start Time L111:labels.target=Target L112:labels.token=Token L113:labels.synonymFile=Synonym File L114:labels.stopwordsFile=Stopwords File L115:labels.stemmerOverrideFile=Stemmer Override File L116:labels.mappingFile=Mapping File L117:labels.protwordsFile=Protwords File L118:labels.kuromojiFile=Kuromoji File L119:labels.elevateWordFile=Additional Word File L120:labels.badWordFile=Bad Word File L121:labels.urlExpr=Condition L122:labels.boostExpr=Boost Expr L123:labels.confirmPassword=Confirm...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Mar 22 11:58:34 UTC 2024
      40.7K bytes
  5. CHANGELOG-1.12.md

    [@krzysztof-jastrzebski](https://github.com/krzysztof-jastrzebski)) L1338:- cpumanager will now rollback state if updateContainerCPUSet failed, indicating that the container start failed. This change will prevent CPU leaks. ([#67430](https://github.com/kubernetes/kubernetes/pull/67430), [@choury](https://github.com/choury)) L1339:- [CRI] RunPodSandboxRequest now has a runtime_handler field for selecting the runtime configuration to run the sandbox with. This feature is in alpha for 1.12.. ([#67518](https://gi...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu Feb 06 06:04:15 UTC 2020
      293.8K bytes
  6. CHANGELOG-1.7.md

    Restored the ability of kubectl running inside a pod to consume resource files specifying a different namespace than the one the pod is running in. ([#44862](https://github.com/kubernetes/kubernetes/pull/44862), [@liggitt](https://github.com/liggitt)) L1682: L1683: * Kubectl commands run inside a pod using a kubeconfig file now use the namespace specified in the kubeconfig file, instead of using the pod namespace. If no kubeconfig file is used, or the kubeconfig does not specify a namespace, the pod namespace...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu May 05 13:44:43 UTC 2022
      308.7K bytes
  7. jquery.form-validator.min.js

    {name:"length",validatorFunction:function(b,c,d,e){var f=c.valAttr("length"),g=c.attr("type");if(void 0===f)return alert('Please add attribute "data-validation-length" to '+c[0].nodeName+" named "+c.attr("name")),!0;var h,i="file"===g&&void 0!==c.get(0).files?c.get(0).files.length:b.length,j=a.formUtils.numericRangeCheck(i,f);switch(j[0]){case"out":this.errorMessage=e.lengthBadStart+f+e.lengthBadEnd,h=!1;break;case"min":this.errorMessage=e.lengthTooShortStart+j[1]+e.lengthBadEnd,h=!1;break;case"...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      32.8K bytes
  8. CHANGELOG-1.24.md

    Feature of `PodOverhead` is graduated to GA ([#108441](https://github.com/kubernetes/kubernetes/pull/108441), [@pacoxu](https://github.com/pacoxu)) L2525:- Fixed OpenAPI serialization of the x-kubernetes-validations field ([#107970](https://github.com/kubernetes/kubernetes/pull/107970), [@liggitt](https://github.com/liggitt)) L2526:- Fixed failed flushing logs in defer function when kubelet cmd exit 1. ([#104774](https://github.com/kubernetes/kubernetes/pull/104774), [@kerthcet](https://github.com/kerthcet))...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu Aug 24 00:02:43 UTC 2023
      473.4K bytes
  9. Files.java

    L375: public static boolean equal(File file1, File file2) throws IOException { L376: checkNotNull(file1); L377: checkNotNull(file2); L378: if (file1 == file2 || file1.equals(file2)) { L379: return true; L380: } L381: L382: /* L383: * Some operating systems may return zero as the length for files denoting system-dependent L384: * entities such as devices or pipes, in which case we must fall back on comparing the bytes L385: * directly. L386: */ L387: long len1 =...
    github.com/google/guava/guava/src/com/google/co...
    Mon Jul 22 19:03:12 UTC 2024
      33.1K bytes
  10. CHANGELOG-1.26.md

    649), [@andrewsykim](https://github.com/andrewsykim)) [SIG Apps] L1094:- Fixed a 1.26.7 regression where kube-controller-manager can crash when StatefulSet with Parallel policy and PVC labels is scaled up. ([#121186](https://github.com/kubernetes/kubernetes/pull/121186), [@aleksandra-malinowska](https://github.com/aleksandra-malinowska)) [SIG Apps] L1095:- Fixed attaching volumes after detach errors. Now volumes that failed to detach are not treated as attached, Kubernetes will make sure they are...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Thu Mar 14 16:24:51 UTC 2024
      425.7K bytes
Back to top