zopencommunity / zopencommunity/gitport
tests failing in git
Open
Nobody has claimed this yet.
bug
help wanted
- Dominant language
- Shell
- Stars
- 10
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
As of March 1st, 3 tests are failing: https://128.168.139.253:8443/job/Port-Build/1236/artifact/git/log/20230227_144535_check.log
egrep '^not ok' /tmp/out
not ok 45 - subtest: tests clean up after themselves
not ok 46 - subtest: tests clean up even on failures
not ok 47 - subtest: test_atexit is run
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Port-Build log and reproduce the failing test run, then inspect /tmp/out using egrep '^not ok' /tmp/out. Focus on the three failing subtests: cleanup after success, cleanup after failures, and test_atexit; done means all three pass without regressions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100