featurebase/test
Matt Jaffee 446950979a
fix potential nil dereference in SignedRow.ToRows
This used to be possible to hit, but I think now that Distinct on a
set field returns a *Row rather than a SignedRow it isn't an issue. (I
wasn't able to trigger it in the tests). Adding the fix anyway as it
seems safer than not.

The rest of the changes are test infrastructure to make it easy to
call GRPC queries and verify the results as CSV.
2020-12-28 11:00:46 -06:00
..
cluster.go fix potential nil dereference in SignedRow.ToRows 2020-12-28 11:00:46 -06:00
field.go database per shard, HolderConfig, rbf bit-wise import speedups. 2020-09-04 13:00:33 -05: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 blue_green migration. holdbkg.go holder goroutine. 2020-09-11 14:24:15 -05:00
index.go blue_green migration. holdbkg.go holder goroutine. 2020-09-11 14:24:15 -05:00
logger.go lock BufferLogger for reads/writes 2019-11-12 12:15:13 -06:00
pilosa.go fix potential nil dereference in SignedRow.ToRows 2020-12-28 11:00:46 -06:00
pilosa_test.go testhook: leak auditing infrastructure 2020-08-24 11:26:39 -05:00
transaction.go increase test deadlineSkew to 1s 2020-05-18 19:57:44 -05:00