(t *testing.T)
| 240 | } |
| 241 | |
| 242 | func copyToLocalFs(t *testing.T) { |
| 243 | require.NoError(t, os.RemoveAll(copyExportDir)) |
| 244 | srcPath := testutil.DockerPrefix + "_alpha1_1:/data/export-data" |
| 245 | require.NoError(t, testutil.DockerCp(srcPath, copyExportDir)) |
| 246 | } |
| 247 | |
| 248 | func loadData(t *testing.T, dir, format string) { |
| 249 | schemaFile := dir + "/g01.schema.gz" |
no test coverage detected