Alexander Fedulin
Alexander Fedulin
Got the same problem by passing custom matcher. This is the reason: https://github.com/philostler/rspec-sidekiq/blob/develop/lib/rspec/sidekiq/matchers/have_enqueued_job.rb#L84
Yes, it is. Just set option loadBranches to true. And add to each expandable node data-path argument, which will be used as url to retrieve html-table to build subtree.
Actually, i think you need to add it here: https://github.com/ludo/jquery-treetable-ajax-example/blob/master/app/views/nodes/index.html.erb I will add some example with ajax later (i thought it was obvious) when i will have more time.
My current workaround: 1. Add a rake task to enhance `db:create` `db:drop` tasks ``` namespace :octopus do task on: :environment do ActiveRecord::Base.clear_all_connections! Octopus.enable! end task off: :environment do ActiveRecord::Base.clear_all_connections! Octopus.disable!...
@randym So what's about merge? It'd be good to have it fixed.
It looks like it now always requires the browser login even if 2FA is disabled: https://devcenter.heroku.com/changelog-items/1530?utm_source=dlvr.it&utm_medium=twitter
Without the change don't know exactly why, but with sqlite3 the test passes, with "real" db (postgresql in the example) test fails. Couldn't get to the fail scenario with sqlite3....
Hi @kenn! Thank you for quick reply! It happens in Sidekiq actually, so I need to add it there before thread spawning. It helps, but generally everyone need to remember...
Just to be clear, mutex is used only once per standby during the initilization. In all other cases, it's not used, as the hash is filled.