Allow automic file test to be parallelized

This commit is contained in:
John Hawthorn 2020-01-17 12:19:08 -08:00
parent 7d858752a6
commit 0373152f43
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class AtomicWriteTest < ActiveSupport::TestCase
private
def file_name
"atomic.file"
"atomic-#{Process.pid}.file"
end
def file_mode