quorak

Results 18 comments of quorak

thanks @palkan for looking into this. It happens when executing it with workers, so no threads.

We are using factory_bot (no fictures) and the standard rails 6 parallel test setup where multiple databases. What is really confusing, that the spanning transaction does not only spans around...

I did upgrade, but there was a lot more for https://github.com/spider-gazelle/ssh2.cr.git to make my yubikey working. But would be great if we take a look together.

I got it quite stable by using this approach: ```ruby parallelize_setup do |worker| Chewy.settings[:prefix] = "chewy-test-parallel-#{worker}" SearchIndex.purge! end teardown do # Loop until the document count is zero loop do...

I had the same issue, with version ´v1.26.9+k3s1´ Thank you for this thread, I could solve it with adding this to the condig: ``` embedded_registry_mirror: enabled: false ``` Next Fail...

New servers now unfortunately seems to cannot connect to the network like: `(combined from similar events): Could not create route b5d2cae7-4afb-486a-b9a3-d35f12bd2a1a 10.244.4.0/24 for node cl11-pool-cpx41-worker1 after 287.960811ms: hcloud/CreateRoute: hcops/AllServersCache.ByName: cl11-pool-cpx41-worker1...

thank you, I got it fixed, the hostname and the name of the server in hetzner console did not match. But this could have likely been my error of setting...