File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 11default_connection : cockroachdb
22connections :
33 cockroachdb :
4- arunit :
4+ arunit : &arunit
55 min_messages : warning
66 host : 127.0.0.1
77 port : 26257
88 user : root
99 disable_cockroachdb_telemetry : true
10+ # `autocommit_before_ddl` changed to default true in CockroachDB v25.1.
11+ # This does not work with active record's test suite.
12+ options : " -c autocommit_before_ddl=false"
1013 arunit_without_prepared_statements :
11- min_messages : warning
14+ << : *arunit
1215 prepared_statements : false
13- host : 127.0.0.1
14- port : 26257
15- user : root
16- disable_cockroachdb_telemetry : true
1716 arunit2 :
18- min_messages : warning
19- host : 127.0.0.1
20- port : 26257
21- user : root
22- disable_cockroachdb_telemetry : true
17+ << : *arunit
You can’t perform that action at this time.
0 commit comments