Write a test to verify that a reads/search query with no referenceId specified returns all reads including umapped reads, per the schemas:
/**
The reference to query. Leaving blank returns results from all
references, including unmapped reads - this could be very large.
*/
union { null, string } referenceId = null;
Write a test to verify that a
reads/search
query with noreferenceId
specified returns all reads including umapped reads, per the schemas:(
schemas/blob/master/src/main/resources/avro/readmethods.avdl
lines 22-26)