Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Dont use executor in StubClient if delay <= 0 #135

Merged
merged 1 commit into from
Jul 22, 2016

Conversation

spkrka
Copy link
Member

@spkrka spkrka commented Jul 22, 2016

It is useful for tests to have few threads to be more
deterministic. There is no reason to schedule responses
on an executor if the delay <= 0

It is useful for tests to have few threads to be more
deterministic. There is no reason to schedule responses
on an executor if the delay <= 0
@codecov-io
Copy link

codecov-io commented Jul 22, 2016

Current coverage is 67.68% (diff: 100%)

Merging #135 into master will increase coverage by 0.02%

@@             master       #135   diff @@
==========================================
  Files           137        137          
  Lines          2811       2813     +2   
  Methods           0          0          
  Messages          0          0          
  Branches        236        237     +1   
==========================================
+ Hits           1902       1904     +2   
  Misses          862        862          
  Partials         47         47          

Powered by Codecov. Last update 71a1afd...1852948

@rouzwawi
Copy link
Member

👍

@rouzwawi rouzwawi merged commit 999d16a into spotify:master Jul 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants