File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
1
default_connection : cockroachdb
2
2
connections :
3
3
cockroachdb :
4
- arunit :
4
+ arunit : &arunit
5
5
min_messages : warning
6
6
host : 127.0.0.1
7
7
port : 26257
8
8
user : root
9
9
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
+ #
13
+ # This options keyword is referenced here in libpq:
14
+ # https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-OPTIONS
15
+ options : " -c autocommit_before_ddl=false"
10
16
arunit_without_prepared_statements :
11
- min_messages : warning
17
+ << : *arunit
12
18
prepared_statements : false
13
- host : 127.0.0.1
14
- port : 26257
15
- user : root
16
- disable_cockroachdb_telemetry : true
17
19
arunit2 :
18
- min_messages : warning
19
- host : 127.0.0.1
20
- port : 26257
21
- user : root
22
- disable_cockroachdb_telemetry : true
20
+ << : *arunit
You can’t perform that action at this time.
0 commit comments