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

Function TestFileWriterIntegrationProcsFields0

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

Source from the content-addressed store, hash-verified

445}
446
447func TestFileWriterIntegrationProcsFields0(t *testing.T) {
448 const procs = 8
449 const rotate = -1
450 testFileWriterIntegrationCheckRecords(t, filepath.Join("TMPDIR", "{{.Field0}}.{{.Index}}-out.csv.zst"), procs, rotate)
451}
452
453func TestFileWriterIntegrationFastRotation(t *testing.T) {
454 const procs = 1

Callers

nothing calls this directly

Tested by

no test coverage detected