Dropping project idea item for continuous testing
Damian Johnson

Damian Johnson commited on 2013-04-29 04:23:36
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


We now have a spiffy jenkins testing environment and ticket 8261 has been
resolved. Revising the project idea to keep the html output idea but drop
continuous testing.


... ...
@@ -1168,7 +1168,7 @@ meetings around the world.</li>
1168 1168
 
1169 1169
     <ol>
1170 1170
       <li>Determine what kind of tests we need. <b>This should be done during the application phase</b> by <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev/">contacting tor-dev@</a>. Hopefully this will give us an idea of what would be the most useful kind of tests of this nature for Tor development.</li>
1171
-      <li>To be useful our integration tests need to continually run against the present tip of Tor's codebase. To do this we'll want to (1) fetch and compile the latest version of Tor, (2) run our integration tests against it, (3) compose the results as an html formatted email, and send it to a list. (<a href="https://trac.torproject.org/8261">ticket</a>)</li>
1171
+      <li>Our <a href="https://jenkins.torproject.org/job/stem-tor-ci/">automated testing environment</a> presently sends the test output when they fail. We should think about having our tests optionally provide html formatted results (maybe this is something a testing framework can already provide?).</li>
1172 1172
       <li>Implement the new suite of integration tests for Tor. This will likely include expanding Tor to support better testability. One useful candidate, for instance, would be a controller method to fetch our own descriptor. This would let us easily test various configurations to see if they provide valid descriptor content.</li>
1173 1173
     </ol>
1174 1174
 
1175 1175