Skip to content

Commit

Permalink
Type value changes & row type assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydrocharged committed Jun 12, 2022
1 parent 7b23dff commit aa21cd8
Show file tree
Hide file tree
Showing 57 changed files with 1,173 additions and 947 deletions.
106 changes: 0 additions & 106 deletions driver/e2e_test.go

This file was deleted.

68 changes: 0 additions & 68 deletions driver/fixtures_test.go

This file was deleted.

66 changes: 0 additions & 66 deletions driver/helpers_test.go

This file was deleted.

6 changes: 0 additions & 6 deletions enginetest/memory_engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,12 +475,6 @@ func TestLoadDataPrepared(t *testing.T) {
}

func TestScriptsPrepared(t *testing.T) {
//TODO: when foreign keys are implemented in the memory table, we can do the following test
for i := len(queries.ScriptTests) - 1; i >= 0; i-- {
if queries.ScriptTests[i].Name == "failed statements data validation for DELETE, REPLACE" {
queries.ScriptTests = append(queries.ScriptTests[:i], queries.ScriptTests[i+1:]...)
}
}
enginetest.TestScriptsPrepared(t, enginetest.NewMemoryHarness("default", 1, testNumPartitions, true, mergableIndexDriver))
}

Expand Down
Loading

0 comments on commit aa21cd8

Please sign in to comment.