21891: Skip extra serialization step.
authorTom Clegg <tom@curii.com>
Sun, 23 Jun 2024 12:52:34 +0000 (08:52 -0400)
committerTom Clegg <tom@curii.com>
Sun, 23 Jun 2024 13:43:35 +0000 (09:43 -0400)
commit10cdbe63e7b41ee773261c904e2913d2b7bad034
tree6efe34289a8fe07d0768184011af6022603b9182
parente19cf51d9f79f4e5301c082d32bdec1d46930a6a
21891: Skip extra serialization step.

In copy-by-reference, copy everything to one collfs, instead of
copying each subcollection to its own temporary collfs, concatenating
the manifests, and then loading that into a new collfs.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
lib/crunchrun/copier.go
lib/crunchrun/copier_test.go