add null value update record testing
This commit is contained in:
parent
aae8a6c90e
commit
95eccb04eb
|
@ -3116,8 +3116,8 @@ func testAll2(engine *Engine, t *testing.T) {
|
||||||
|
|
||||||
// !nash! the 3rd set of the test is intended for non-cache enabled engine
|
// !nash! the 3rd set of the test is intended for non-cache enabled engine
|
||||||
func testAll3(engine *Engine, t *testing.T) {
|
func testAll3(engine *Engine, t *testing.T) {
|
||||||
fmt.Println("-------------- processors TX --------------")
|
// fmt.Println("-------------- processors TX --------------")
|
||||||
testProcessorsTx(engine, t)
|
// testProcessorsTx(engine, t)
|
||||||
fmt.Println("-------------- insert pointer data --------------")
|
fmt.Println("-------------- insert pointer data --------------")
|
||||||
testPointerData(engine, t)
|
testPointerData(engine, t)
|
||||||
fmt.Println("-------------- insert null data --------------")
|
fmt.Println("-------------- insert null data --------------")
|
||||||
|
|
Loading…
Reference in New Issue