Closed
Bug 366624
Opened 19 years ago
Closed 19 years ago
testserver.pl fails to find the GID for the httpd process
Categories
(Bugzilla :: Testing Suite, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
579 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
As per bug 352235 comment 4, $ENV{'PATH'} is now deleted when using Bugzilla and so testserver.pl no longer works correctly:
TEST-WARNING Failed to find the GID for the 'httpd' process, unable to validate webservergroup.
We should back out the change mentioned in comment 4.
Flags: blocking3.0?
| Assignee | ||
Comment 2•19 years ago
|
||
I back out the part breaking testserver.pl.
Comment 3•19 years ago
|
||
Comment on attachment 251196 [details] [diff] [review]
patch, v1
Yep, looks fine.
Attachment #251196 -
Flags: review?(mkanat) → review+
Comment 4•19 years ago
|
||
Eventually we need to only modify $ENV{PATH} if we're actually in taint mode. That will fix all such problems and we won't have to worry about using this BEGIN block.
Flags: approval+
| Assignee | ||
Comment 5•19 years ago
|
||
Checking in testserver.pl;
/cvsroot/mozilla/webtools/bugzilla/testserver.pl,v <-- testserver.pl
new revision: 1.15; previous revision: 1.14
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•