| Summary: | Backport test-skeleton.c conversions. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Carlos O'Donell <codonell> |
| Component: | glibc | Assignee: | Martin Sebor <msebor> |
| Status: | CLOSED ERRATA | QA Contact: | Arjun Shankar <ashankar> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.3 | CC: | ashankar, fweimer, mcermak, mnewsome, msebor, pfrankli |
| Target Milestone: | rc | Keywords: | Patch |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | glibc-2.17-125.el7 | Doc Type: | No Doc Update |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-03 08:29:40 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: | |
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-2573.html |
In order to increase the robustness of the testsuite we should backport Arjun's upstream conversions to test-skeleton.c as this gives us better timeout control over tests. Without this patch all the tests changed might never terminate and need to wait for the build to timeout. commit 29955b5d9658b02d3a678d1f785db3d1e63184ca Author: Arjun Shankar <arjun.is> Date: Wed Nov 5 15:24:08 2014 +0530 Modify several tests to use test-skeleton.c This patch modifies several test cases to use test-skeleton.c. It was generated by a bash script written for this purpose and thus excludes several other tests which I deemed worth a visual inspection before making the change. I intend to follow up with individual patches to the tests skipped by the script. The script itself resides at http://git.io/WODAmg and should reproduce this very patch when run against master.