Skip to content

Commit e2d040d

Browse files
committed
[test] some excludes
1 parent f285f44 commit e2d040d

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#
2+
# The tests below verify that no query is executed. AR-JDBC doesn't actually execute
3+
# the queries, but fails during binding the params, just like AR would. The difference
4+
# is in logging. AR only logs _after_ the binds are setup, AR-JDBC logs the whole
5+
# block since everything is done in Java...
6+
#
7+
exclude :test_find_with_large_number, 'different order in ARJDBC gives false positive'
8+
exclude :test_find_by_with_large_number, 'different order in ARJDBC gives false positive'
9+
exclude :test_find_by_id_with_large_number, 'different order in ARJDBC gives false positive'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#
2+
# The tests below verify that no query is executed. AR-JDBC doesn't actually execute
3+
# the queries, but fails during binding the params, just like AR would. The difference
4+
# is in logging. AR only logs _after_ the binds are setup, AR-JDBC logs the whole
5+
# block since everything is done in Java...
6+
#
7+
exclude :test_find_with_large_number, 'different order in ARJDBC gives false positive'
8+
exclude :test_find_by_with_large_number, 'different order in ARJDBC gives false positive'
9+
exclude :test_find_by_id_with_large_number, 'different order in ARJDBC gives false positive'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#
2+
# The tests below verify that no query is executed. AR-JDBC doesn't actually execute
3+
# the queries, but fails during binding the params, just like AR would. The difference
4+
# is in logging. AR only logs _after_ the binds are setup, AR-JDBC logs the whole
5+
# block since everything is done in Java...
6+
#
7+
exclude :test_find_with_large_number, 'different order in ARJDBC gives false positive'
8+
exclude :test_find_by_with_large_number, 'different order in ARJDBC gives false positive'
9+
exclude :test_find_by_id_with_large_number, 'different order in ARJDBC gives false positive'

0 commit comments

Comments
 (0)