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

flaky test: t0030-install.sh ('ipfs-update install' works when something is installed) #149

Open
galargh opened this issue Nov 22, 2021 · 0 comments
Assignees

Comments

@galargh
Copy link
Contributor

galargh commented Nov 22, 2021

Version information:

I have spotted the flakiness on this commit: 10bb4f2

Description:

During sharness tests execution with go 1.16 on #148, the first run failed (https://github.com/ipfs/ipfs-update/runs/4284444522?check_suite_focus=true) and the rerun passed (https://github.com/ipfs/ipfs-update/runs/4284859660?check_suite_focus=true) without any code changes.

Command Output:

Verbose Output
*** t0030-install.sh ***
./t0030-install.sh
ok 1 - start a docker container
ok 2 - 'ipfs-update install' works
ok 3 - 'ipfs-update install' output looks good
ok 4 - 'ipfs-update version' works
ok 5 - 'ipfs-update version' output looks good
not ok 6 - 'ipfs-update install' works when something is installed
#	
#		exec_docker "$DOCID" "$GUEST_IPFS_UPDATE --verbose install v0.4.23" >actual 2>&1 ||
#		test_fsh cat actual
#	
ok 7 - 'ipfs-update install' fails when downgrading without the downgrade flag
ok 8 - 'ipfs-update install' works when downgrading with flag
ok 9 - 'ipfs-update install' output looks good
ok 10 - 'ipfs-update version' works
ok 11 - 'ipfs-update version' output looks good
ok 12 - stop a docker container
# failed 1 among 12 test(s)
make: *** [Makefile:34: t0030-install.sh] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant