Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AsyncTransaction #326

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Add AsyncTransaction

eabd9ab
Select commit
Loading
Failed to load commit list.
Open

Add AsyncTransaction #326

Add AsyncTransaction
eabd9ab
Select commit
Loading
Failed to load commit list.
qiniu-x / golangci-lint failed Nov 7, 2024 in 15s

golangci-lint found 6 issues related to your changes

This is the detailed log.

If you have any questions about this comment, feel free to raise an issue here.

Annotations

Check warning on line 58 in session_test.go

See this annotation in the file changed.

@qiniu-x qiniu-x / golangci-lint

session_test.go#L58

Error return value of `cli.DropDatabase` is not checked (errcheck)

Check warning on line 84 in session_test.go

See this annotation in the file changed.

@qiniu-x qiniu-x / golangci-lint

session_test.go#L84

Error return value of `(github.com/qiniu/qmgo.QueryI).One` is not checked (errcheck)

Check warning on line 87 in session_test.go

See this annotation in the file changed.

@qiniu-x qiniu-x / golangci-lint

session_test.go#L87

Error return value of `(github.com/qiniu/qmgo.QueryI).One` is not checked (errcheck)

Check warning on line 107 in session_test.go

See this annotation in the file changed.

@qiniu-x qiniu-x / golangci-lint

session_test.go#L107

Error return value of `session.AbortAsyncTransaction` is not checked (errcheck)

Check warning on line 85 in session_test.go

See this annotation in the file changed.

@qiniu-x qiniu-x / golangci-lint

session_test.go#L85

expected-actual: need to reverse actual and expected values (testifylint)

Check warning on line 322 in client.go

See this annotation in the file changed.

@qiniu-x qiniu-x / golangci-lint

client.go#L322

Function `transactionAllowed->ServerVersion` should pass the context parameter (contextcheck)