mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
Merge pull request #5287 from tgxworld/fix_randomly_failing_test
Clear all active connections after PostgreSQL failover tests.
This commit is contained in:
commit
3c8a48f768
@ -36,6 +36,7 @@ describe ActiveRecord::ConnectionHandling do
|
||||
|
||||
after do
|
||||
postgresql_fallback_handler.setup!
|
||||
postgresql_fallback_handler.clear_connections
|
||||
end
|
||||
|
||||
describe "#postgresql_fallback_connection" do
|
||||
@ -118,8 +119,6 @@ describe ActiveRecord::ConnectionHandling do
|
||||
expect(ActiveRecord::Base.connection_pool.connections.count).to eq(0)
|
||||
expect(postgresql_fallback_handler.master_down?).to eq(nil)
|
||||
|
||||
skip("Only fails on Travis")
|
||||
|
||||
expect(ActiveRecord::Base.connection)
|
||||
.to be_an_instance_of(ActiveRecord::ConnectionAdapters::PostgreSQLAdapter)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user