| Summary: | tests/basic/rpm.t takes too long | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Kaleb KEITHLEY <kkeithle> |
| Component: | tests | Assignee: | Kaleb KEITHLEY <kkeithle> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | mainline | CC: | gluster-bugs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-07 12:24:25 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: | |
|
Description
Kaleb KEITHLEY
2013-09-10 11:02:21 UTC
Running mock builds serially takes 10+ minutes, this is the single longest test in the regression suite. The mock builds can be run in parallel REVIEW: http://review.gluster.org/5845 (tests/basic/rpm.t: run mock builds in parallel) posted (#12) for review on master by Kaleb KEITHLEY (kkeithle) COMMIT: http://review.gluster.org/5845 committed in master by Anand Avati (avati) ------ commit 4c4aaa5abf68d4da8e3c626ab7a469b81354b9e2 Author: Kaleb S. KEITHLEY <kkeithle> Date: Fri Sep 6 10:12:55 2013 -0400 tests/basic/rpm.t: run mock builds in parallel save about six minutes per regression by building in parallel Change-Id: Iaf6fa545e20b0322b10e9e4ab7cc3d4254a0ece5 BUG: 1006269 Signed-off-by: Kaleb S. KEITHLEY <kkeithle> Reviewed-on: http://review.gluster.org/5845 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Niels de Vos <ndevos> REVIEW: http://review.gluster.org/5899 (tests/basic/rpm.t: run mock builds inside the current working directory) posted (#2) for review on master by Niels de Vos (ndevos) REVIEW: http://review.gluster.org/5899 (tests/basic/rpm.t: run mock builds inside the current working directory) posted (#3) for review on master by Niels de Vos (ndevos) REVIEW: http://review.gluster.org/5899 (tests/basic/rpm.t: run mock builds inside the current working directory) posted (#4) for review on master by Niels de Vos (ndevos) COMMIT: http://review.gluster.org/5899 committed in master by Anand Avati (avati) ------ commit df12400012af69f99dab62774244792b57c5178f Author: Niels de Vos <ndevos> Date: Thu Sep 12 12:15:10 2013 +0200 tests/basic/rpm.t: run mock builds inside the current working directory When running multiple mock builds at the same time, the space requirements under /var/tmp increases as well. Not all systems (like build.gluster.org) have enough free space in /var/tmp to host two mock-roots, which causes building to fail randomly. Change-Id: Iff1064d01893fb35ef59650d4373105068b5d3f7 BUG: 1006269 Signed-off-by: Niels de Vos <ndevos> Reviewed-on: http://review.gluster.org/5899 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Kaleb KEITHLEY <kkeithle> Reviewed-by: Anand Avati <avati> |