Bug 2290345
| Summary: | notmuch fails to build with Python 3.13: T380-atomicity: Testing atomicity: line 79: ((: i < : syntax error: operand expected (error token is "< ") | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
| Component: | notmuch | Assignee: | Michael J Gruber <mjg> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | epel-packagers-sig, ksurma, mhroncok, mjg |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-06-11 19:43:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2244836 | ||
|
Description
Karolina Surma
2024-06-04 08:59:33 UTC
That test output looks weird because the test suite does not initialize a file which it reads later, and if it's read too early it's empty ... Anyways: T380 passes for me locally in mock (i.e. with your py3.13 copr), as does the whole test suite. The notmuch test has a history of failing on loaded infrastructure, especially on copr, while it passes in koji most of the time and locally always. Apparently it passes in github CI, too. I already make sure to serialize and to avoid shortcuts that `notmuch new` would take otherwise. I may need to do this in even more places. So I'm tempted to close this as invalid, but I'll mark it ON_QA first and hope for a pass run - or even maybe some insight on how to stabilize the test suite! [Curiously, I noticed this failure in 2023-11 already, suggested test suite fixes upstream to get a clearer output, but discussion stalled around style questions.] Built in side-tag now. |