You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started to integrate the octopus gem into my app which allows the app to use DB sharding. However in the tests run using spork the DB connection is only established to the master and the octopus gem is completely bypassed - thus no testing is done with the shards in place (i.e. all req are handled by only the master)
Any suggestions how to tell spork o use the octopus gem to establish connections rather than create its own connection.
Thanks
The text was updated successfully, but these errors were encountered:
I've started to integrate the octopus gem into my app which allows the app to use DB sharding. However in the tests run using spork the DB connection is only established to the master and the octopus gem is completely bypassed - thus no testing is done with the shards in place (i.e. all req are handled by only the master)
Any suggestions how to tell spork o use the octopus gem to establish connections rather than create its own connection.
Thanks
The text was updated successfully, but these errors were encountered: