File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,7 @@ func TestNotINQueries(t *testing.T) {
80
80
81
81
}
82
82
83
- // Test only supported in >= v16.0.0
84
83
func TestSubqueriesExists (t * testing.T ) {
85
- utils .SkipIfBinaryIsBelowVersion (t , 16 , "vtgate" )
86
84
mcmp , closer := start (t )
87
85
defer closer ()
88
86
Original file line number Diff line number Diff line change @@ -296,9 +296,6 @@ func TestDMLOnNewTable(t *testing.T) {
296
296
297
297
// TestNewView validates that view tracking works as expected.
298
298
func TestNewView (t * testing.T ) {
299
- utils .SkipIfBinaryIsBelowVersion (t , 16 , "vtgate" )
300
- utils .SkipIfBinaryIsBelowVersion (t , 16 , "vttablet" )
301
-
302
299
ctx := context .Background ()
303
300
conn , err := mysql .Connect (ctx , & vtParams )
304
301
require .NoError (t , err )
@@ -321,9 +318,6 @@ func TestNewView(t *testing.T) {
321
318
322
319
// TestViewAndTable validates that new column added in table is present in the view definition
323
320
func TestViewAndTable (t * testing.T ) {
324
- utils .SkipIfBinaryIsBelowVersion (t , 16 , "vtgate" )
325
- utils .SkipIfBinaryIsBelowVersion (t , 16 , "vttablet" )
326
-
327
321
ctx := context .Background ()
328
322
conn , err := mysql .Connect (ctx , & vtParams )
329
323
require .NoError (t , err )
You can’t perform that action at this time.
0 commit comments