Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-blocking Redis calls: run tests with both blocking/non-blocking drivers #93

Merged
merged 5 commits into from
Apr 10, 2019

Conversation

davidor
Copy link
Contributor

@davidor davidor commented Mar 20, 2019

This PR continues the work started in #77

It just adapts script/test to run all the tests with both blocking/non-blocking storage drivers. The reason is that we'll need both for some time.

Notice that the base branch of this PR is the integration branch async, not master.

Note: CircleCI fails because the CI image contains a ruby version that is not compatible with this feature (async lib requires ruby >= 2.2.7).

@davidor davidor requested a review from unleashed March 20, 2019 11:24
Copy link
Contributor

@unleashed unleashed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix this, plz

test/test_helpers/storage.rb Outdated Show resolved Hide resolved
@davidor davidor force-pushed the tests-with-sync-and-async-storage branch from 883e354 to 2819ed4 Compare April 10, 2019 09:05
@davidor davidor force-pushed the tests-with-sync-and-async-storage branch from 2819ed4 to e91edb1 Compare April 10, 2019 10:09
@unleashed unleashed merged commit f7c09b0 into async Apr 10, 2019
@bors bors bot deleted the tests-with-sync-and-async-storage branch April 10, 2019 11:26
bors bot added a commit that referenced this pull request Sep 30, 2019
96: Non-blocking redis calls using redis-async lib r=unleashed a=davidor

This is an integration branch. It contains: #77 , #86 , #92 , #93 .
~It cannot be merged yet. We need to drop support for Ruby < 2.2.7 first.~

Co-authored-by: David Ortiz <z.david.ortiz@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants