[PR #6955] [MERGED] tests: man: disable test due to timeout #6245

Closed
opened 2026-05-05 10:53:24 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6955
Author: @kmk3
Created: 11/1/2025
Status: Merged
Merged: 11/3/2025
Merged by: @kmk3

Base: masterHead: tests-disable-man


📝 Commits (1)

  • 5538aae tests: man: disable test due to timeout

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 test/sysutils/sysutils.sh (+2 -2)

📄 Description

It still timeouts randomly, even with the changes from commit b613c3062
("tests: man: fix timeout error (#6949)", 2025-10-29).

When the test passes, the relevant commands appear to execute in less
than a second.

Log from a successful run of test-network on commit f5d82cc58 ("feature:
add env-max-count / env-max-len to firejail.config (#6951)",
2025-11-01)[1]:

2025-11-01T13:57:55.6533345Z /usr/bin/man
2025-11-01T13:57:55.6533649Z TESTING: man
2025-11-01T13:57:55.6564238Z spawn /bin/bash
2025-11-01T13:57:57.1602002Z rm -f /tmp/t
2025-11-01T13:57:57.1612808Z runner@runnervmxu1zt:~/work/firejail/firejail/test/sysutils$ rm -f /tmp/t
2025-11-01T13:57:57.1613686Z runner@runnervmxu1zt:~/work/firejail/firejail/test/sysutils$
2025-11-01T13:57:57.1614509Z <st/sysutils$ firejail /usr/bin/man firecfg > /tmp/t
2025-11-01T13:57:57.1615014Z runner@runnervmxu1zt:~/work/firejail/firejail/test/sysutils$ cat /tmp/t
2025-11-01T13:57:57.1615466Z FIRECFG(1)                     firecfg man page                     FIRECFG(1)
2025-11-01T13:57:57.1615727Z
2025-11-01T13:57:57.1615799Z NAME
2025-11-01T13:57:57.1616119Z        Firecfg - Desktop integration utility for Firejail software.
[...]
2025-11-01T13:57:57.1627646Z OPTIONS
2025-11-01T13:57:57.1627819Z        --add-users user [user]
2025-11-01T13:57:57.7620833Z
2025-11-01T13:57:57.7621314Z all done
2025-11-01T13:57:57.7621564Z
2025-11-01T13:57:57.7634133Z /usr/bin/wget
2025-11-01T13:57:57.7634892Z TESTING: FIXME: wget

Misc: It seems that the last commit to disable a test in this manner was
commit 7e91a0414 ("tests: disable broken wget tests in utils/sysutils",
2023-08-28).

[1] https://github.com/netblue30/firejail/actions/runs/18997725218/job/54259933026


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/6955 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 11/1/2025 **Status:** ✅ Merged **Merged:** 11/3/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `tests-disable-man` --- ### 📝 Commits (1) - [`5538aae`](https://github.com/netblue30/firejail/commit/5538aae495daa94e3a3d77397919979a0a9522f2) tests: man: disable test due to timeout ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `test/sysutils/sysutils.sh` (+2 -2) </details> ### 📄 Description It still timeouts randomly, even with the changes from commit b613c3062 ("tests: man: fix timeout error (#6949)", 2025-10-29). When the test passes, the relevant commands appear to execute in less than a second. Log from a successful run of test-network on commit f5d82cc58 ("feature: add env-max-count / env-max-len to firejail.config (#6951)", 2025-11-01)[1]: 2025-11-01T13:57:55.6533345Z /usr/bin/man 2025-11-01T13:57:55.6533649Z TESTING: man 2025-11-01T13:57:55.6564238Z spawn /bin/bash 2025-11-01T13:57:57.1602002Z rm -f /tmp/t 2025-11-01T13:57:57.1612808Z runner@runnervmxu1zt:~/work/firejail/firejail/test/sysutils$ rm -f /tmp/t 2025-11-01T13:57:57.1613686Z runner@runnervmxu1zt:~/work/firejail/firejail/test/sysutils$ 2025-11-01T13:57:57.1614509Z <st/sysutils$ firejail /usr/bin/man firecfg > /tmp/t 2025-11-01T13:57:57.1615014Z runner@runnervmxu1zt:~/work/firejail/firejail/test/sysutils$ cat /tmp/t 2025-11-01T13:57:57.1615466Z FIRECFG(1) firecfg man page FIRECFG(1) 2025-11-01T13:57:57.1615727Z 2025-11-01T13:57:57.1615799Z NAME 2025-11-01T13:57:57.1616119Z Firecfg - Desktop integration utility for Firejail software. [...] 2025-11-01T13:57:57.1627646Z OPTIONS 2025-11-01T13:57:57.1627819Z --add-users user [user] 2025-11-01T13:57:57.7620833Z 2025-11-01T13:57:57.7621314Z all done 2025-11-01T13:57:57.7621564Z 2025-11-01T13:57:57.7634133Z /usr/bin/wget 2025-11-01T13:57:57.7634892Z TESTING: FIXME: wget Misc: It seems that the last commit to disable a test in this manner was commit 7e91a0414 ("tests: disable broken wget tests in utils/sysutils", 2023-08-28). [1] https://github.com/netblue30/firejail/actions/runs/18997725218/job/54259933026 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:53:24 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#6245
No description provided.