Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for collectNodes (0.09 sec)

  1. src/cmd/covdata/tool_test.go

    		dumplines(lines)
    	}
    
    	// We expect the merge tool to produce exactly two files: a meta
    	// data file and a counter file. If we get more than just this one
    	// pair, something went wrong.
    	podlist, err := pods.CollectPods([]string{outdir}, true)
    	if err != nil {
    		t.Fatal(err)
    	}
    	if len(podlist) != 1 {
    		t.Fatalf("expected 1 pod, got %d pods", len(podlist))
    	}
    	ncdfs := len(podlist[0].CounterDataFiles)
    	if ncdfs != 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 20:46:32 UTC 2024
    - 24.5K bytes
    - Viewed (0)
Back to top