Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 312 for buzz (0.04 sec)

  1. tests/fuzz/crd_roundtrip_fuzzer.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package fuzz
    
    import (
    	"bytes"
    	"encoding/hex"
    	"fmt"
    	"reflect"
    	"strings"
    	"sync"
    
    	fuzz "github.com/AdaLogics/go-fuzz-headers"
    	"github.com/davecgh/go-spew/spew"
    	legacyproto "github.com/golang/protobuf/proto" // nolint: staticcheck
    	"github.com/google/go-cmp/cmp"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 01 01:34:15 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/testing/eventclock/fake_event_clock_test.go

    )
    
    type TestableEventClock interface {
    	eventclock.Interface
    	SetTime(time.Time)
    	Run(*time.Time)
    }
    
    func exerciseTestableEventClock(t *testing.T, ec TestableEventClock, fuzz time.Duration) {
    	exerciseSettablePassiveClock(t, ec)
    	var numDone int32
    	now := ec.Now()
    	strictable := true
    	const batchSize = 100
    	times := make(chan time.Time, batchSize+1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 07 04:07:31 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  3. src/cmd/internal/pgo/testdata/fuzz/FuzzRoundTrip/b615162315f7b72c

    go test fuzz v1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 20:20:01 UTC 2024
    - 52 bytes
    - Viewed (0)
  4. src/internal/trace/testdata/fuzz/FuzzReader/4d9ddc909984e871

    go test fuzz v1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 163 bytes
    - Viewed (0)
  5. src/cmd/internal/test2json/testdata/framefuzz.json

    {"Action":"output","Test":"FuzzParse","Output":"=== RUN   FuzzParse\n"}
    {"Action":"output","Test":"FuzzParse","Output":"fuzz: elapsed: 0s, gathering baseline coverage: 0/390 completed\n"}
    {"Action":"output","Test":"FuzzParse","Output":"fuzz: elapsed: 0s, gathering baseline coverage: 390/390 completed, now fuzzing with 16 workers\n"}
    {"Action":"output","Test":"FuzzParse","Output":"fuzz: elapsed: 3s, execs: 438666 (146173/sec), new interesting: 12 (total: 402)\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 6.3K bytes
    - Viewed (0)
  6. src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/5501685e611fa764

    go test fuzz v1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 26 23:37:45 UTC 2023
    - 37 bytes
    - Viewed (0)
  7. src/runtime/debug/testdata/fuzz/FuzzParseBuildInfoRoundTrip/71634114e78567cf

    go test fuzz v1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 26 23:37:45 UTC 2023
    - 37 bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/helpers_test.go

    		}
    	}
    }
    
    func TestResetObjectMetaForStatus(t *testing.T) {
    	meta := &ObjectMeta{}
    	existingMeta := &ObjectMeta{}
    
    	// fuzz the existingMeta to set every field, no nils
    	f := fuzz.New().NilChance(0).NumElements(1, 1).MaxDepth(10)
    	f.Fuzz(existingMeta)
    	ResetObjectMetaForStatus(meta, existingMeta)
    
    	// not all fields are stomped during the reset.  These fields should not have been set. False
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  9. src/internal/trace/testdata/fuzz/FuzzReader/1e45307d5b2ec36d

    go test fuzz v1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 72 bytes
    - Viewed (0)
  10. src/internal/trace/testdata/fuzz/FuzzReader/d91203cd397aa0bc

    go test fuzz v1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 72 bytes
    - Viewed (0)
Back to top