diff options
author | Alex Chinn <alex.chinn@shopify.com> | 2016-08-15 17:08:46 -0400 |
---|---|---|
committer | Alex Chinn <alex.chinn@shopify.com> | 2016-08-15 17:10:00 -0400 |
commit | 285d7cad6a4b93cdeea469e6cc4504a934907746 (patch) | |
tree | a347432f926845386f0d5b82878daf33d30df600 /actionpack/test/fixtures | |
parent | c8d9a11df20c1ab238646012318ecb93ca3629d5 (diff) | |
download | rails-285d7cad6a4b93cdeea469e6cc4504a934907746.tar.gz rails-285d7cad6a4b93cdeea469e6cc4504a934907746.tar.bz2 rails-285d7cad6a4b93cdeea469e6cc4504a934907746.zip |
Fix deadlock that can occur when child live thread tries to load a constant after writing to the stream.
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/load_me.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/load_me.rb b/actionpack/test/fixtures/load_me.rb new file mode 100644 index 0000000000..e516512a4e --- /dev/null +++ b/actionpack/test/fixtures/load_me.rb @@ -0,0 +1,2 @@ +class LoadMe +end |