featurebase/test
Jason Aten ac7be132ef Tx integration milestone
a) All tests green under -race for both PILOSA_TXSRC=roaring and PILOSA_TXSRC=badger.

b) Distinct is merged back into mainline pilosa.

Seebs notes on the Distinct work:

merge Distinct plugin back into main source tree, convert to Tx

We drop all references to the Preemptively Deprecated Don't You Dare
Use This extension interface, and move the one and only extension we had
(Distinct) into the main executor.

Also this fixes an arguable bug, which is that Container.AsBitmap()
would panic on a nil parameter, but it should have returned an empty
bitmap, because a nil *Ccontainer is a valid empty container. This
simplifies logic significantly in Distinct.

Fixes #569 #570 #571 #572 #573 #584 #585
2020-07-27 19:29:46 -04:00
..
cluster.go Move checkClusterStatus to test package 2020-07-22 19:54:44 -05:00
field.go thread the holder through things, and improve snapshot queue logic 2020-06-29 15:13:50 -04:00
handler.go remove the last usages of test.NewExecutor and cleanup unused in test package 2018-07-01 07:31:31 -05:00
holder.go integration of Tx, RoaringTx and BadgerTx implementations. 2020-07-20 15:50:08 -04:00
index.go Tx integration milestone 2020-07-27 19:29:46 -04:00
logger.go lock BufferLogger for reads/writes 2019-11-12 12:15:13 -06:00
pilosa.go various cluster test fixups/cleanups 2020-07-20 10:45:59 -05:00
pilosa_test.go v2.0.0 2019-10-08 14:56:17 -06:00
transaction.go increase test deadlineSkew to 1s 2020-05-18 19:57:44 -05:00