Skip to content

Commit 13ab83a

Browse files
phjordansissel
authored andcommitted
abort on exception
Fixes #1
1 parent 7b62c1e commit 13ab83a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/integration/s3_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
require_relative "../supports/helpers"
88

99
describe LogStash::Outputs::S3, :integration => true, :s3 => true do
10+
before do
11+
Thread.abort_on_exception = true
12+
end
13+
1014
let!(:minimal_settings) { { "access_key_id" => ENV['AWS_ACCESS_KEY_ID'],
1115
"secret_access_key" => ENV['AWS_SECRET_ACCESS_KEY'],
1216
"bucket" => ENV['AWS_LOGSTASH_TEST_BUCKET'],

0 commit comments

Comments
 (0)