exceptional_synchrony 1.4.0.pre.1 → 1.4.2.pre.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23aa4209588ee0dc66a1c96e25d1a524e1191f7d6f46a0acdfae90c04f19bf93
4
- data.tar.gz: 1c40477122edb3b80bdfae312e486ef8a85cf4bac2c9ee78793e6de97bd72b5e
3
+ metadata.gz: 1034e6dbc52c216a8301e29b81dc902bf9336747570b110565771b98a1b1cd11
4
+ data.tar.gz: 3260814497d500bcc6fc6f2f9767a00acab6146ae1dea02619c25982ee686b53
5
5
  SHA512:
6
- metadata.gz: 3fec9e8a041a72ee6c521d1ffb33eeef2a470c3df92b41dacaf7c57d6aa33fe0e3d2ee85392f68261c6ed00e29c0264f809dee303ba896bfc471682f161f2303
7
- data.tar.gz: 04d48f19f25bcae51e5b97bf318f78c44151b3d3417dac6b536f25f7b2d778736de0b226aa80c540fbd14801c587c2ffd80e0f4c2890c2ef7003f46fb24f5add
6
+ metadata.gz: f825b8ca2b963781c1ccc9a0a8cbe9924ce857eae4d4c5bb5aceb496d2bfca5fa1ff74ab6fe4e3db29e785908612dea54e5c0b5a61552bc73941865e8dae1490
7
+ data.tar.gz: 912987b2df397343435fffbd1414375fd84c821e00629fe2d6a356b3c63d9daaf67dfaf5db91d714e896bc0f848bd61ef1b7b4cdc4efad1763b04c3614c5610f
data/CHANGELOG.md CHANGED
@@ -6,10 +6,18 @@ Note: This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0
6
6
 
7
7
  All notable changes to this project will be documented in this file.
8
8
 
9
- ## [1.4.0] - UNRELEASED
9
+ ## [1.4.2] - UNRELEASED
10
+ ### Fixed
11
+ - Additional symbol reference fixes in FaradayAdapterPatch_v1
12
+
13
+ ## [1.4.1] - 2021-03-09
14
+ ### Fixed
15
+ - FaradayAdapterPatch_v1 name typo
16
+
17
+ ## [1.4.0] - 2021-03-08
10
18
  ### Added
11
- - For users of `Faraday` connections, its `default_adapter` is configured to `:em_synchrony` when starting
12
- the `EventMachine` reactor so that the reactor does not get blocked when using `Faraday`
19
+ - Added use of Thread local variable to indicate when Eventmachine is running using EM::Synchrony
20
+ - Added faraday gem monkey patch to use the new Thread local variable to choose the adapter to use
13
21
 
14
22
  ## [1.3.0] - 2021-02-04
15
23
  ### Added
@@ -29,6 +37,9 @@ All notable changes to this project will be documented in this file.
29
37
  ## [1.1.1] - 2020-05-03
30
38
  - Replace hobo_support with invoca_utils
31
39
 
40
+ [1.4.2]: https://github.com/Invoca/exceptional_synchrony/compare/v1.4.1...v1.4.2
41
+ [1.4.1]: https://github.com/Invoca/exceptional_synchrony/compare/v1.4.0...v1.4.1
42
+ [1.4.0]: https://github.com/Invoca/exceptional_synchrony/compare/v1.3.0...v1.4.0
32
43
  [1.3.0]: https://github.com/Invoca/exceptional_synchrony/compare/v1.2.0...v1.3.0
33
44
  [1.2.0]: https://github.com/Invoca/exceptional_synchrony/compare/v1.1.1...v1.2.0
34
45
  [1.1.1]: https://github.com/Invoca/exceptional_synchrony/compare/v1.1.0...v1.1.1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- exceptional_synchrony (1.4.0.pre.1)
4
+ exceptional_synchrony (1.4.2.pre.1)
5
5
  em-http-request
6
6
  em-synchrony
7
7
  eventmachine
@@ -11,30 +11,30 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actionmailer (6.1.1)
15
- actionpack (= 6.1.1)
16
- actionview (= 6.1.1)
17
- activejob (= 6.1.1)
18
- activesupport (= 6.1.1)
14
+ actionmailer (6.1.3)
15
+ actionpack (= 6.1.3)
16
+ actionview (= 6.1.3)
17
+ activejob (= 6.1.3)
18
+ activesupport (= 6.1.3)
19
19
  mail (~> 2.5, >= 2.5.4)
20
20
  rails-dom-testing (~> 2.0)
21
- actionpack (6.1.1)
22
- actionview (= 6.1.1)
23
- activesupport (= 6.1.1)
21
+ actionpack (6.1.3)
22
+ actionview (= 6.1.3)
23
+ activesupport (= 6.1.3)
24
24
  rack (~> 2.0, >= 2.0.9)
25
25
  rack-test (>= 0.6.3)
26
26
  rails-dom-testing (~> 2.0)
27
27
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
28
- actionview (6.1.1)
29
- activesupport (= 6.1.1)
28
+ actionview (6.1.3)
29
+ activesupport (= 6.1.3)
30
30
  builder (~> 3.1)
31
31
  erubi (~> 1.4)
32
32
  rails-dom-testing (~> 2.0)
33
33
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
34
- activejob (6.1.1)
35
- activesupport (= 6.1.1)
34
+ activejob (6.1.3)
35
+ activesupport (= 6.1.3)
36
36
  globalid (>= 0.3.6)
37
- activesupport (6.1.1)
37
+ activesupport (6.1.3)
38
38
  concurrent-ruby (~> 1.0, >= 1.0.2)
39
39
  i18n (>= 1.6, < 2)
40
40
  minitest (>= 5.1)
@@ -64,19 +64,21 @@ GEM
64
64
  em-synchrony (1.0.6)
65
65
  eventmachine (>= 1.0.0.beta.1)
66
66
  erubi (1.10.0)
67
+ escalate (0.3.0)
67
68
  eventmachine (1.2.7)
68
- exception_handling (2.8.1)
69
+ exception_handling (2.9.0)
69
70
  actionmailer (>= 4.2, < 7.0)
70
71
  actionpack (>= 4.2, < 7.0)
71
72
  activesupport (>= 4.2, < 7.0)
72
73
  contextual_logger (~> 0.7)
74
+ escalate (~> 0.2)
73
75
  eventmachine (~> 1.0)
74
76
  invoca-utils (~> 0.3)
75
77
  globalid (0.4.2)
76
78
  activesupport (>= 4.2.0)
77
79
  hashdiff (1.0.1)
78
80
  http_parser.rb (0.6.0)
79
- i18n (1.8.8)
81
+ i18n (1.8.9)
80
82
  concurrent-ruby (~> 1.0)
81
83
  invoca-utils (0.4.1)
82
84
  json (2.5.1)
@@ -3,6 +3,7 @@
3
3
  require 'eventmachine'
4
4
  require 'em-http'
5
5
  require 'em-synchrony/em-http'
6
+ require_relative 'faraday_monkey_patch'
6
7
 
7
8
  module ExceptionalSynchrony
8
9
  # It is important for this exception to be inherited from Exception so that
@@ -62,6 +63,7 @@ module ExceptionalSynchrony
62
63
  def stop
63
64
  @proxy_class.stop
64
65
  @proxy_class.next_tick { } #Fake out EventMachine's epoll mechanism so we don't block until timers fire
66
+ Thread.current.thread_variable_set(:em_synchrony_reactor_thread, false)
65
67
  end
66
68
 
67
69
  def defers_finished?
@@ -72,11 +74,11 @@ module ExceptionalSynchrony
72
74
  @proxy_class.connect(server, port, handler, *args, &block)
73
75
  end
74
76
 
77
+ # This method starts the EventMachine reactor.
75
78
  # The on_error option has these possible values:
76
79
  # :log - log any rescued StandardError exceptions and continue
77
80
  # :raise - raise FatalRunError for any rescued StandardError exceptions
78
81
  def run(on_error: :log, &block)
79
- configure_faraday
80
82
  case on_error
81
83
  when :log then run_with_error_logging(&block)
82
84
  when :raise then run_with_error_raising(&block)
@@ -134,15 +136,10 @@ module ExceptionalSynchrony
134
136
 
135
137
  private
136
138
 
137
- def configure_faraday
138
- if defined?(Faraday)
139
- Faraday.default_adapter = :em_synchrony
140
- end
141
- end
142
-
143
139
  def run_with_error_logging(&block)
144
140
  ensure_completely_safe("run_with_error_logging") do
145
141
  if @proxy_class.respond_to?(:synchrony)
142
+ Thread.current.thread_variable_set(:em_synchrony_reactor_thread, true)
146
143
  @proxy_class.synchrony(&block)
147
144
  else
148
145
  @proxy_class.run(&block)
@@ -155,6 +152,7 @@ module ExceptionalSynchrony
155
152
 
156
153
  rescue_exceptions_and_ensure_exit("run_with_error_raising") do
157
154
  if @proxy_class.respond_to?(:synchrony)
155
+ Thread.current.thread_variable_set(:em_synchrony_reactor_thread, true)
158
156
  @proxy_class.synchrony(&run_block)
159
157
  else
160
158
  @proxy_class.run(&run_block)
@@ -0,0 +1,52 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Monkey patch for the Faraday method that creates the adapter used for a connection.
4
+ # If the thread local variable :em_synchrony_reactor_thread is true, it overrides this method
5
+ # in order to force use of the :em_synchrony adapter rather than the :net_http adapter.
6
+ # This ensures that the Eventmachine reactor does not get blocked by connection i/o.
7
+ begin
8
+ require 'faraday'
9
+
10
+ module ExceptionalSynchrony
11
+ # Patch built relative to faraday v0.17.3
12
+ module FaradayAdapterPatch_v0
13
+ def adapter(key, *args, &block)
14
+
15
+ # BEGIN PATCH
16
+ if key == :net_http && Thread.current.thread_variable_get(:em_synchrony_reactor_thread)
17
+ key = :em_synchrony
18
+ end
19
+ # END PATCH
20
+
21
+ use_symbol(Faraday::Adapter, key, *args, &block)
22
+ end
23
+ end
24
+
25
+ # Patch built relative to faraday v1.3.0 although the ruby2_keywords prefix
26
+ # was dropped from the adapter method definition to simplify this code
27
+ module FaradayAdapterPatch_v1
28
+ def adapter(klass = Faraday::RackBuilder::NO_ARGUMENT, *args, &block)
29
+ return @adapter if klass == Faraday::RackBuilder::NO_ARGUMENT
30
+
31
+ klass = Faraday::Adapter.lookup_middleware(klass) if klass.is_a?(Symbol)
32
+
33
+ # BEGIN PATCH
34
+ if klass == Faraday::Adapter::NetHttp && Thread.current.thread_variable_get(:em_synchrony_reactor_thread)
35
+ klass = Faraday::Adapter::EMSynchrony
36
+ end
37
+ # END PATCH
38
+
39
+ @adapter = Faraday::RackBuilder::Handler.new(klass, *args, &block)
40
+ end
41
+ end
42
+ end
43
+
44
+ if Faraday::VERSION.start_with?("0")
45
+ Faraday::RackBuilder.prepend ExceptionalSynchrony::FaradayAdapterPatch_v0
46
+ else
47
+ Faraday::RackBuilder.prepend ExceptionalSynchrony::FaradayAdapterPatch_v1
48
+ end
49
+
50
+ rescue LoadError
51
+ # Monkey patch is not needed if faraday is not available
52
+ end
@@ -1,3 +1,3 @@
1
1
  module ExceptionalSynchrony
2
- VERSION = '1.4.0.pre.1'
2
+ VERSION = '1.4.2.pre.1'
3
3
  end
@@ -64,6 +64,14 @@ describe ExceptionalSynchrony::EventMachineProxy do
64
64
  @em.stop
65
65
  end
66
66
 
67
+ it "should set thread variable :em_synchrony_reactor_thread running to false when stop" do
68
+ @em.run do
69
+ assert_equal true, Thread.current.thread_variable_get(:em_synchrony_reactor_thread)
70
+ @em.stop
71
+ assert_equal false, Thread.current.thread_variable_get(:em_synchrony_reactor_thread)
72
+ end
73
+ end
74
+
67
75
  it "should proxy connect" do
68
76
  ServerClass = Class.new
69
77
  mock(EventMachine).connect(ServerClass, 8080, :handler, :extra_arg).yields(:called)
@@ -158,27 +166,6 @@ describe ExceptionalSynchrony::EventMachineProxy do
158
166
  end
159
167
  end
160
168
 
161
- describe "run with faraday" do
162
- it "should conigure Faraday default_adapter to :em_synchrony if Faraday is defined" do
163
- class Faraday
164
- class << self
165
- attr_reader :default_adapter
166
-
167
- def default_adapter=(adapter)
168
- @default_adapter = adapter
169
- end
170
- end
171
-
172
- self.default_adapter = :net_http
173
- end
174
-
175
- mock(@em).run_with_error_logging
176
- assert_equal :net_http, Faraday.default_adapter
177
- @em.run
178
- assert_equal :em_synchrony, Faraday.default_adapter
179
- end
180
- end
181
-
182
169
  { synchrony: SynchronyProxyMock, run: RunProxyMock }.each do |method, proxy_mock|
183
170
  describe "run" do
184
171
  before do
@@ -192,6 +179,10 @@ describe ExceptionalSynchrony::EventMachineProxy do
192
179
  end
193
180
 
194
181
  describe "without error" do
182
+ before do
183
+ Thread.current.thread_variable_set(:em_synchrony_reactor_thread, nil)
184
+ end
185
+
195
186
  [:log, :raise].each do |on_error|
196
187
  describe "when using #{method} and on_error = #{on_error}" do
197
188
  it "should dispatch to the proxy's synchrony method instead of run iff synchrony" do
@@ -199,6 +190,15 @@ describe ExceptionalSynchrony::EventMachineProxy do
199
190
  assert_equal method, (@proxy.run(on_error: on_error) { dispatched = true })
200
191
  assert_equal true, dispatched
201
192
  end
193
+
194
+ if method == :synchrony
195
+ it "should set thread variable :em_synchrony_reactor_thread running to true" do
196
+ assert_nil Thread.current.thread_variable_get(:em_synchrony_reactor_thread)
197
+ @proxy.run(on_error: on_error) do
198
+ assert_equal true, Thread.current.thread_variable_get(:em_synchrony_reactor_thread)
199
+ end
200
+ end
201
+ end
202
202
  end
203
203
  end
204
204
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exceptional_synchrony
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0.pre.1
4
+ version: 1.4.2.pre.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Invoca
@@ -101,6 +101,7 @@ files:
101
101
  - lib/exceptional_synchrony.rb
102
102
  - lib/exceptional_synchrony/callback_exceptions.rb
103
103
  - lib/exceptional_synchrony/event_machine_proxy.rb
104
+ - lib/exceptional_synchrony/faraday_monkey_patch.rb
104
105
  - lib/exceptional_synchrony/limited_work_queue.rb
105
106
  - lib/exceptional_synchrony/parallel_sync.rb
106
107
  - lib/exceptional_synchrony/version.rb