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

TestShouldExecuteAllPendingDMLsOnClose may failed by chance #881

Open
july2993 opened this issue Jan 9, 2020 · 0 comments
Open

TestShouldExecuteAllPendingDMLsOnClose may failed by chance #881

july2993 opened this issue Jan 9, 2020 · 0 comments

Comments

@july2993
Copy link
Contributor

july2993 commented Jan 9, 2020

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    If possible, provide a recipe for reproducing the error.
    run make test

  2. What did you expect to see?
    all test pass

  3. 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
  1. Please provide the relate downstream type and version of drainer.
    (run drainer -V in terminal to get drainer's version)
    ede19d5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant