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

[bug][ci] some test case not ran in a passed CI #3659

Closed
jiangying000 opened this issue Aug 15, 2022 · 1 comment · Fixed by #3663
Closed

[bug][ci] some test case not ran in a passed CI #3659

jiangying000 opened this issue Aug 15, 2022 · 1 comment · Fixed by #3663
Assignees
Labels
bug Something isn't working

Comments

@jiangying000
Copy link
Collaborator

jiangying000 commented Aug 15, 2022

access_path_test.rs 中有两个 case 测试失败,这里漏了一个。
详情参考: #3654

Originally posted by @0xpause in #3655 (review)


cargo test --package starcoin-vm-types --lib -- unit_tests::access_path_test::test_access_path_str_valid --exact --nocapture should fail the CI, but was not ran in ci for #3655

build and test logs here: https://github.com/starcoinorg/starcoin/runs/7831208235?check_suite_focus=true

@jiangying000 jiangying000 changed the title [ci] some testcase not run in ci [bug][ci] some testcase not run in ci Aug 15, 2022
@jiangying000 jiangying000 added the bug Something isn't working label Aug 15, 2022
@jiangying000 jiangying000 self-assigned this Aug 15, 2022
@jiangying000 jiangying000 changed the title [bug][ci] some testcase not run in ci [bug][ci] ci passed, but some test case not ran Aug 15, 2022
@jiangying000 jiangying000 changed the title [bug][ci] ci passed, but some test case not ran [bug][ci] some test case not ran in a passed CI Aug 16, 2022
@jiangying000
Copy link
Collaborator Author

jiangying000 commented Aug 16, 2022

猜想有一种可能性:假设一共1200个测试,跑到第783个测试失败了,原来的cargo xtest测试流程因为一些原因中断,接下来rerun第783个测试,这时候成功了;但是接下来的784–1200测试都没有继续跑,就算整个test过了,导致遗漏了测试。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant