Skip to content

Commit

Permalink
Added todo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 27, 2020
1 parent 0aa9b6e commit 91effbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/queries_test.rb
Expand Up @@ -7,6 +7,7 @@ def test_running_queries

def test_filter_data
query = "SELECT pg_sleep(1)"
# TODO manually checkout connection if needed
t = Thread.new { ActiveRecord::Base.connection.execute(query) }
sleep(0.5)

Expand Down

0 comments on commit 91effbc

Please sign in to comment.