File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
mysql2/ActiveRecord/ConnectionAdapters
postgresql/ActiveRecord/ConnectionAdapters Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # These tests all try various multi-DB things, using an SQLite3 database. When
3
+ # running the Rails tests from AR-JDBC, the SQLite3 JARs are not on the search
4
+ # path so this fails.
5
+ #
6
+ exclude :test_establish_connection_using_3_levels_config , 'tries to load SQLite3 driver'
7
+ exclude :test_establish_connection_using_3_levels_config_with_shards_and_replica , 'tries to load SQLite3 driver'
8
+ exclude :test_switching_connections_via_handler , 'tries to load SQLite3 driver'
9
+ exclude :test_retrieves_proper_connection_with_nested_connected_to , 'tries to load SQLite3 driver'
10
+ exclude :test_same_shards_across_clusters , 'tries to load SQLite3 driver'
11
+ exclude :test_sharding_separation , 'tries to load SQLite3 driver'
12
+ exclude :test_swapping_shards_in_a_multi_threaded_environment , 'tries to load SQLite3 driver'
13
+ exclude :test_swapping_shards_and_roles_in_a_multi_threaded_environment , 'tries to load SQLite3 driver'
Original file line number Diff line number Diff line change
1
+ #
2
+ # These tests all try various multi-DB things, using an SQLite3 database. When
3
+ # running the Rails tests from AR-JDBC, the SQLite3 JARs are not on the search
4
+ # path so this fails.
5
+ #
6
+ exclude :test_establish_connection_using_3_levels_config , 'tries to load SQLite3 driver'
7
+ exclude :test_establish_connection_using_3_levels_config_with_shards_and_replica , 'tries to load SQLite3 driver'
8
+ exclude :test_switching_connections_via_handler , 'tries to load SQLite3 driver'
9
+ exclude :test_retrieves_proper_connection_with_nested_connected_to , 'tries to load SQLite3 driver'
10
+ exclude :test_same_shards_across_clusters , 'tries to load SQLite3 driver'
11
+ exclude :test_sharding_separation , 'tries to load SQLite3 driver'
12
+ exclude :test_swapping_shards_in_a_multi_threaded_environment , 'tries to load SQLite3 driver'
13
+ exclude :test_swapping_shards_and_roles_in_a_multi_threaded_environment , 'tries to load SQLite3 driver'
You can’t perform that action at this time.
0 commit comments