We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error. run make test
make test
What did you expect to see? all test pass
What did you see instead?
---------------------------------------------------------------------- FAIL: load_test.go:517: runSuite.TestShouldExecuteAllPendingDMLsOnClose load_test.go:563: c.Assert(executed, check.HasLen, 14) ... obtained []*loader.DML = []*loader.DML{(*loader.DML)(0xc000412380), (*loader.DML)(0xc0004123c0), (*loader.DML)(0xc000412440), (*loader.DML)(0xc000412480), (*loader.DML)(0xc000412500), (*loader.DML)(0xc000412540), (*loader.DML)(0xc0004125c0), (*loader.DML)(0xc000412600)} ... n int = 14 OOPS: 51 passed, 1 FAILED --- FAIL: Test (0.41s) FAIL coverage: 75.7% of statements
drainer -V
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do?
If possible, provide a recipe for reproducing the error.
run
make test
What did you expect to see?
all test pass
What did you see instead?
(run
drainer -V
in terminal to get drainer's version)ede19d5
The text was updated successfully, but these errors were encountered: