Fix goroutine leaking #270
Annotations
10 errors and 1 warning
Tests with real databases:
mongo/factory.go#L14
cannot use NewTransaction(ctx, s.SessionOpts(), s.TransactionOpts(), client) (value of type *Transaction) as trm.Transaction value in return statement: *Transaction does not implement trm.Transaction (missing method Closed)
|
Tests with real databases:
pgxv4/factory.go#L22
cannot use NewTransaction(ctx, s.TxOpts(), db) (value of type *Transaction) as trm.Transaction value in return statement: *Transaction does not implement trm.Transaction (missing method Closed)
|
Tests with real databases:
pgxv4/transaction.go#L69
cannot use tr (variable of type *Transaction) as trm.Transaction value in return statement: *Transaction does not implement trm.Transaction (missing method Closed)
|
Tests with real databases:
pgxv5/factory.go#L22
cannot use NewTransaction(ctx, s.TxOpts(), db) (value of type *Transaction) as trm.Transaction value in return statement: *Transaction does not implement trm.Transaction (missing method Closed)
|
Tests with real databases:
pgxv5/transaction.go#L69
cannot use tr (variable of type *Transaction) as trm.Transaction value in return statement: *Transaction does not implement trm.Transaction (missing method Closed)
|
Tests with real databases:
trm/manager/manager_test.go#L63
cannot use tx (variable of type *"github.com/avito-tech/go-transaction-manager/trm/mock".MockTransaction) as trm.Transaction value in return statement: *"github.com/avito-tech/go-transaction-manager/trm/mock".MockTransaction does not implement trm.Transaction (missing method Closed)
|
Tests with real databases:
trm/manager/manager_test.go#L92
cannot use txSP (variable of type *"github.com/avito-tech/go-transaction-manager/trm/mock".MocktransactionWithSP) as trm.Transaction value in return statement: *"github.com/avito-tech/go-transaction-manager/trm/mock".MocktransactionWithSP does not implement trm.Transaction (missing method Closed)
|
Tests with real databases:
trm/manager/manager_test.go#L107
cannot use mock.NewMockTransaction(nil) (value of type *"github.com/avito-tech/go-transaction-manager/trm/mock".MockTransaction) as trm.Transaction value in argument to ctxManager.SetByKey: *"github.com/avito-tech/go-transaction-manager/trm/mock".MockTransaction does not implement trm.Transaction (missing method Closed)
|
Tests with real databases:
trm/manager/manager_test.go#L123
cannot use txSP (variable of type *"github.com/avito-tech/go-transaction-manager/trm/mock".MocktransactionWithSP) as trm.Transaction value in return statement: *"github.com/avito-tech/go-transaction-manager/trm/mock".MocktransactionWithSP does not implement trm.Transaction (missing method Closed)
|
Tests with real databases:
trm/manager/manager_test.go#L191
cannot use tx (variable of type *"github.com/avito-tech/go-transaction-manager/trm/mock".MockTransaction) as trm.Transaction value in return statement: *"github.com/avito-tech/go-transaction-manager/trm/mock".MockTransaction does not implement trm.Transaction (missing method Closed)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading