(t *testing.T)
| 445 | } |
| 446 | |
| 447 | func 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 | |
| 453 | func TestFileWriterIntegrationFastRotation(t *testing.T) { |
| 454 | const procs = 1 |
nothing calls this directly
no test coverage detected