Skip to content

Commit 0988d7e

Browse files
committed
[test] Add some excludes for tests trying to load sqlite3
1 parent e620dd1 commit 0988d7e

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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'
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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'

0 commit comments

Comments
 (0)