MCPcopy Create free account
hub / github.com/AdRoll/baker / TestFileWriterIntegrationFastRotation

Function TestFileWriterIntegrationFastRotation

output/filewriter_test.go:453–457  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

451}
452
453func TestFileWriterIntegrationFastRotation(t *testing.T) {
454 const procs = 1
455 const rotate = 1 * time.Microsecond
456 testFileWriterIntegrationCheckRecords(t, filepath.Join("TMPDIR", "{{.Rotation}}-out.csv.zst"), procs, rotate)
457}
458
459func TestFileWriterIntegrationUUID(t *testing.T) {
460 const procs = 8

Callers

nothing calls this directly

Tested by

no test coverage detected