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

Function TestFileWriterIntegrationProcs

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

Source from the content-addressed store, hash-verified

439 testFileWriterIntegrationCheckRecords(t, filepath.Join("TMPDIR", "{{.Year}}{{.Month}}{{.Day}}{{.Hour}}{{.Minute}}{{.Second}}-out.csv.zst"), procs, rotate)
440}
441func TestFileWriterIntegrationProcs(t *testing.T) {
442 const procs = 8
443 const rotate = -1
444 testFileWriterIntegrationCheckRecords(t, filepath.Join("TMPDIR", "{{.Index}}-out.csv.zst"), procs, rotate)
445}
446
447func TestFileWriterIntegrationProcsFields0(t *testing.T) {
448 const procs = 8

Callers

nothing calls this directly

Tested by

no test coverage detected