Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for condenses (0.11 sec)

  1. cmd/prune-junit-xml/prunexml.go

    					tail := testcase.Failure.Contents[len(testcase.Failure.Contents)-maxBytes/2:]
    					testcase.Failure.Contents = head + "[...clipped...]" + tail
    				}
    			}
    		}
    	}
    }
    
    // This function condenses the junit xml to have package name as top level identifier
    // and nesting under that.
    func pruneTESTS(suites *junitxml.JUnitTestSuites) {
    	var updatedTestsuites []junitxml.JUnitTestSuite
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 06 12:26:00 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  2. src/crypto/internal/edwards25519/scalarmult.go

    	// for each binary place) but we allow the digits to grow in
    	// magnitude up to 2^{w-1} so that the nonzero digits are as
    	// sparse as possible.  Intuitively, this "condenses" the
    	// "mass" of the scalar onto sparse coefficients (meaning
    	// fewer additions).
    
    	basepointNafTable := basepointNafTable()
    	var aTable nafLookupTable5
    	aTable.FromP3(A)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:10 UTC 2022
    - 6.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/etcd3/linearized_read_test.go

    	"k8s.io/apiserver/pkg/storage"
    )
    
    func TestLinearizedReadRevisionInvariant(t *testing.T) {
    	// The etcd documentation [1] states that "linearized requests must go through the Raft consensus process."
    	// A full round of Raft consensus adds a new item to the Raft log, some of which is surfaced by etcd as a
    	// higher store revision in the response header. Kubernetes exposes this header revision in e.g. List calls,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 07 20:08:59 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/test_chatty_success.txt

    # Run chatty tests. Assert on CONT lines.
    go test chatty_test.go -v
    
    # Non-parallel tests should not print CONT.
    ! stdout CONT
    
    # The assertion is condensed into one line so that it precisely matches output,
    # rather than skipping lines and allow rogue CONT lines.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 21 18:28:05 UTC 2020
    - 937 bytes
    - Viewed (0)
  5. pkg/kubelet/checkpointmanager/README.md

    ## DISCLAIMER
    - Sig-Node community has reached a general consensus, as a best practice, to
    avoid introducing any new checkpointing support. We reached this understanding
    after struggling with some hard-to-debug issues in the production environments
    caused by the checkpointing.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 16 05:30:20 UTC 2018
    - 1.7K bytes
    - Viewed (0)
  6. maven-api-impl/src/test/remote-repo/org/apache/apache/1/apache-1.pom

      <description>
        The Apache Software Foundation provides support for the Apache community of open-source software projects.
        The Apache projects are characterized by a collaborative, consensus based development process, an open and
        pragmatic software license, and a desire to create high quality software that leads the way in its field.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. cmd/erasure-metadata-utils_test.go

    		{[]error{
    			errDiskNotFound,
    			errDiskNotFound,
    			errDiskFull,
    		}, []error{}, errErasureReadQuorum},
    		// Validate if have no consensus.
    		{[]error{
    			errDiskFull,
    			errDiskNotFound,
    			nil, nil,
    		}, []error{}, errErasureReadQuorum},
    		// Validate if have consensus and errors ignored.
    		{[]error{
    			errVolumeNotFound,
    			errVolumeNotFound,
    			errVolumeNotFound,
    			errVolumeNotFound,
    			errVolumeNotFound,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/apache/apache/3/apache-3.pom

      <description>
        The Apache Software Foundation provides support for the Apache community of open-source software projects.
        The Apache projects are characterized by a collaborative, consensus based development process, an open and
        pragmatic software license, and a desire to create high quality software that leads the way in its field.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  9. maven-core/src/test/remote-repo/org/apache/apache/1/apache-1.pom

      <description>
        The Apache Software Foundation provides support for the Apache community of open-source software projects.
        The Apache projects are characterized by a collaborative, consensus based development process, an open and
        pragmatic software license, and a desire to create high quality software that leads the way in its field.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Nov 09 12:45:14 UTC 2019
    - 3.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/apache/3/apache-3.pom

      <description>
        The Apache Software Foundation provides support for the Apache community of open-source software projects.
        The Apache projects are characterized by a collaborative, consensus based development process, an open and
        pragmatic software license, and a desire to create high quality software that leads the way in its field.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Nov 09 12:45:14 UTC 2019
    - 3.3K bytes
    - Viewed (0)
Back to top