featurebase/ingest_testdata
Seebs 28c2ccf074 allow ingest API delete to work at all, add test for it
The ingest API tried to do a Qcx operation that needs a write Tx after
requesting a write Tx. This doesn't work. The ingest API is the only caller
of clearExistenceColumns, so it's easy to just make it work for a given
shard using a provided Tx. This isn't especially clean, but a lot of this
is due for an overhaul anyway because the Qcx/Tx stuff is sort of broken.

Also, add any test case at all for this, since we didn't have one, and
also fix the fact that the test case failed because the test harness
didn't allow empty result sets.
2022-04-01 09:48:51 -05:00
..
bool.tc ingest and ingest/codec testing work 2021-08-19 09:50:59 -05:00
expect_errors.tc ingest and ingest/codec testing work 2021-08-19 09:50:59 -05:00
keyed.tc ingest and ingest/codec testing work 2021-08-19 09:50:59 -05:00
sample.tc allow ingest API delete to work at all, add test for it 2022-04-01 09:48:51 -05:00