Skip to content

Commit 8ac932a

Browse files
committed
remove auto commit test
1 parent 7011c30 commit 8ac932a

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

integration-tests/go-sql-server-driver/tests/sql-server-orig.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -107,25 +107,7 @@ tests:
107107
dynamic_port: server1
108108
error_matches:
109109
- "already in use"
110-
- name: test autocommit
111-
skip: "MySQL-specific autocommit session-variable semantics not applicable to Doltgres"
112-
repos:
113-
- name: repo1
114-
server:
115-
args: []
116-
dynamic_port: server1
117-
connections:
118-
- on: repo1
119-
queries:
120-
- exec: 'set autocommit=0'
121-
- exec: 'create table t(c0 int)'
122-
- on: repo1
123-
queries:
124-
- query: "select table_name from information_schema.tables where table_schema = 'public' order by table_name"
125-
result:
126-
columns: ["table_name"]
127-
rows: [["t"]]
128-
- name: test basic querying via dolt sql-server
110+
- name: test basic querying
129111
repos:
130112
- name: repo1
131113
server:

0 commit comments

Comments
 (0)