(t *testing.T)
| 451 | } |
| 452 | |
| 453 | func 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 | |
| 459 | func TestFileWriterIntegrationUUID(t *testing.T) { |
| 460 | const procs = 8 |
nothing calls this directly
no test coverage detected