Piotr Szal

Results 13 comments of Piotr Szal

same issue with v1.84 on windows server 2008 R2 on 64bit

thx, this solution works.

@Envek and @anilmaurya this is not a solution to put all your code into transactions, especially when you have longer running calculations in it... and what we should do when...

We have the same problem after updated from 0.19.3 to 0.19.4 After a downgrade to 0.19.3 it works again Here the stack: ``` SystemStackError: stack level too deep from activesupport...

downgrade has not really helped....I have remove open telemetry and then all works fine.

The Problem is, that some of the objects keep there IDs and persisted status, so that Rails thinks in the retry, `I do not have to save them, because they...

I think the bug comes form here: https://github.com/cockroachdb/activerecord-cockroachdb-adapter/blob/master/lib/active_record/connection_adapters/cockroachdb/transaction_manager.rb#L13-L21 This code catches the `ActiveRecord::StatementInvalid` error before Rails may do this in https://github.com/rails/rails/blob/v7.0.4.2/activerecord/lib/active_record/connection_adapters/abstract/transaction.rb#L322-L329 And now the `transaction.state.invalidate!` and `rollback_transaction` is not running,...

seen same problem on mac with `ruby` asdf version 0.14.0

This fork may be the solution: https://github.com/spin-org/test-boosters/tree/spin But better would be a MR

Ooo, Multipart is now part of the Savon gem?