[Bug 43266] Write and implement tests for Wikimedia's Apache configuration (redirects.conf, etc.)

2014-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43266

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Keywords|easy|
 CC||krinklem...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43266] Write and implement tests for Wikimedia's Apache configuration (redirects.conf, etc.)

2014-08-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43266

Tim Landscheidt t...@tim-landscheidt.de changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43266] Write and implement tests for Wikimedia's Apache configuration (redirects.conf, etc.)

2014-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43266

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 108880 abandoned by Tim Landscheidt:
WIP: Add test suite

https://gerrit.wikimedia.org/r/108880

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43266] Write and implement tests for Wikimedia's Apache configuration (redirects.conf, etc.)

2014-05-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43266

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Depends on||45499

--- Comment #8 from Antoine hashar Musso has...@free.fr ---
Depend son bug 45499 - Jenkins should run tests in disposable sandboxes

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43266] Write and implement tests for Wikimedia's Apache configuration (redirects.conf, etc.)

2014-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43266

--- Comment #6 from Tim Landscheidt t...@tim-landscheidt.de ---
Just found https://wiki.jenkins-ci.org/display/JENKINS/Port+Allocator+Plugin. 
Antoine, could this be installed in Jenkins please?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43266] Write and implement tests for Wikimedia's Apache configuration (redirects.conf, etc.)

2014-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43266

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43266] Write and implement tests for Wikimedia's Apache configuration (redirects.conf, etc.)

2014-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43266

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 108880 had a related patch set uploaded by Tim Landscheidt:
WIP: Add test suite

https://gerrit.wikimedia.org/r/108880

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43266] Write and implement tests for Wikimedia's Apache configuration (redirects.conf, etc.)

2014-01-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43266

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

Summary|Test for the Apache |Write and implement tests
   |configuration   |for Wikimedia's Apache
   ||configuration
   ||(redirects.conf, etc.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43266] Write and implement tests for Wikimedia's Apache configuration (redirects.conf, etc.)

2014-01-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43266

Tim Landscheidt t...@tim-landscheidt.de changed:

   What|Removed |Added

 CC||t...@tim-landscheidt.de

--- Comment #4 from Tim Landscheidt t...@tim-landscheidt.de ---
For the Toolserver redirects to come, I wrote Gerrit change #108467 if that's
useful for this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43266] Write and implement tests for Wikimedia's Apache configuration (redirects.conf, etc.)

2014-01-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43266

--- Comment #5 from Tim Landscheidt t...@tim-landscheidt.de ---
BTW, this should be possible without Vagrant: Define a convention to determine
two port numbers per Jenkins job, patch the Apache configuration like it is
already in operations-apache-config.yaml to set up a http server on $PORT1 and
a https server on $PORT2, start Apache, run the tests, stop Apache, release the
locks/whatever for the ports.  The tests should be in the
operations/apache-config itself so they can be updated in parallel to the
configuration.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l