<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://qa.drupal.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Drupal Quality Assurance - Planet Drupal</title>
 <link>https://qa.drupal.org/taxonomy/term/1/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Relaunch of the testbot on qa.drupal.org</title>
 <link>https://qa.drupal.org/node/60</link>
 <description>&lt;p&gt;The testbot is now running &lt;a href=&quot;http://drupal.org/project/issues/project_issue_file_review&quot;&gt;pifr 2.x&lt;/a&gt;! The system has many new features and has been completely redesigned with the future of Drupal quality assurance in mind. More information on the new features and the roadmap for &lt;a href=&quot;http://qa.drupal.org&quot;&gt;qa.drupal.org&lt;/a&gt; to come.&lt;/p&gt;
&lt;p&gt;Please bear with us as we get the new system functioning on &lt;a href=&quot;http://drupal.org&quot;&gt;drupal.org&lt;/a&gt; and &lt;a href=&quot;http://qa.drupal.org&quot;&gt;qa.drupal.org&lt;/a&gt;.&lt;/p&gt;
</description>
 <comments>https://qa.drupal.org/node/60#comments</comments>
 <category domain="https://qa.drupal.org/taxonomy/term/2">News</category>
 <category domain="https://qa.drupal.org/taxonomy/term/1">Planet Drupal</category>
 <pubDate>Fri, 13 Nov 2009 00:28:41 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">60 at https://qa.drupal.org</guid>
</item>
<item>
 <title>Testing server setup package</title>
 <link>https://qa.drupal.org/node/24</link>
 <description>&lt;p&gt;This &lt;a href=&quot;http://drupal.org/project/testing_server_setup&quot;&gt;package&lt;/a&gt; provides a command line tool to assist in the setup of a server for the automated testing framework located at &lt;a href=&quot;http://testing.drupal.org&quot;&gt;testing.drupal.org&lt;/a&gt;.  The package does all of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Checks all server software dependencies.&lt;/li&gt;
&lt;li&gt;Installs the Drupal codebase and supporting testing modules.&lt;/li&gt;
&lt;li&gt;Configures PHP and an Apache virtual host for the website&lt;/li&gt;
&lt;li&gt;Installs all necessary databases and configures access permissions for Drupal.&lt;/li&gt;
&lt;li&gt;Installs a pre-built version of Drupal.&lt;/li&gt;
&lt;li&gt;Creates user accounts for all testing administrators with SSH pubkey access.&lt;/li&gt;
&lt;li&gt;Configures administrator permissions on the server (access to all Drupal-related files, ability to restart Apache/MySQL, etc).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The script checks for any updates to the server install package each time it&#039;s run, and checks if it&#039;s previously performed any work, only performing those actions which were not previously complete.  This allows the script to be run over and over again for things like managing the list of current testing administrators.&lt;/p&gt;
&lt;p&gt;Written by &lt;a href=&quot;http://drupal.org/user/22079&quot;&gt;Chad Phillips&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>https://qa.drupal.org/node/24#comments</comments>
 <category domain="https://qa.drupal.org/taxonomy/term/2">News</category>
 <category domain="https://qa.drupal.org/taxonomy/term/1">Planet Drupal</category>
 <pubDate>Sat, 28 Feb 2009 20:45:57 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">24 at https://qa.drupal.org</guid>
</item>
<item>
 <title>Test result quality</title>
 <link>https://qa.drupal.org/node/22</link>
 <description>&lt;p&gt;The testing bot has been active for &lt;a href=&quot;/node/4&quot;&gt;almost four months&lt;/a&gt; and during that time I have received a number of concerns from people about the quality of the results. Some of the concerns were valid and discovered issues, others were simply oversights or misunderstandings. I would like to take the time to describe the areas that cause invalid results and what to do if you feel the results on your test are invalid.&lt;/p&gt;
&lt;p&gt;I would like to make it clear that the automated testing framework itself has had only &lt;a href=&quot;http://drupal.org/node/338292&quot;&gt;one bug&lt;/a&gt; that has effected the results. The bug has been fixed since December and the testing framework has seen no other bug reports that effect the results. That is not to say that there have not been bugs in the framework, but that the results have not been incorrect due to the framework.&lt;/p&gt;
&lt;p&gt;So if the framework is not the cause of invalid test results what is? Well, there is no simple answer to that. The following is a list of the areas that have been discovered to be sources of problems.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Insufficient memory due to increasing requirements of the tests.&lt;/li&gt;
&lt;li&gt;Virtual machine resource problems.&lt;/li&gt;
&lt;li&gt;Virtual machine network issues.&lt;/li&gt;
&lt;li&gt;Drupal core tests being broken, failed test results show up on all tests.&lt;/li&gt;
&lt;li&gt;Various server configuration issues.&lt;/li&gt;
&lt;li&gt;Version specific PHP bugs.&lt;/li&gt;
&lt;li&gt;Version specific cURL bugs.&lt;/li&gt;
&lt;li&gt;Low-level OS library bugs.&lt;/li&gt;
&lt;li&gt;Poorly written tests that use random values that collide on occasion.&lt;/li&gt;
&lt;li&gt;Tests that reference settings or files that may not always be in the same location.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The server configuration issues have been the largest cause of problems. Items ranging from &lt;a href=&quot;http://drupal.org/node/365889&quot;&gt;PHP short tags being enabled&lt;/a&gt; to some distributions having a separate PHP configuration for command line scripts that was overlooked during setup. Some testing servers are toggled on and off due to weird VM problems that seem to come and go. Others seems to remain consistent throughout.&lt;/p&gt;
&lt;p&gt;Thankfully &lt;a href=&quot;http://drupal.org/user/22079&quot;&gt;Chad &quot;hunmonk&quot; Philips&lt;/a&gt; has create a &lt;a href=&quot;http://drupal.org/project/testing_server_setup&quot;&gt;script&lt;/a&gt; that simplifies the process of setting up a test server and ensuring that a proper testing environment is setup. In addition I have been developing the next generation of the automated testing framework that will automatically remove servers that do not pass automated inspections.&lt;/p&gt;
&lt;p&gt;In the meantime, if you run into results that you do not believe are valid please do not jump to conclusions.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Make sure that you are running the latest Drupal 7 core code and tests.&lt;/li&gt;
&lt;li&gt;Some test have been know to fail randomly due to the way in which they were written. Please take a look at the tests that are failing.&lt;/li&gt;
&lt;li&gt;Get someone else to confirm that the tests pass for them. Sometimes code is left in tests that does not work from machine to machine.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you confirm that the result is still not making sense please report it to the &lt;a href=&quot;http://drupal.org/project/issues/project_issue_file_review&quot;&gt;Project Issue File Review queue&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Overall, I trust the results that the testing bot provides due to the stability of the automated testing framework and I hope you will do the same.&lt;/p&gt;
</description>
 <comments>https://qa.drupal.org/node/22#comments</comments>
 <category domain="https://qa.drupal.org/taxonomy/term/2">News</category>
 <category domain="https://qa.drupal.org/taxonomy/term/1">Planet Drupal</category>
 <pubDate>Tue, 24 Feb 2009 04:04:24 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">22 at https://qa.drupal.org</guid>
</item>
<item>
 <title>Bot re-enabled after drupal.org upgrade to D6</title>
 <link>https://qa.drupal.org/node/21</link>
 <description>&lt;p&gt;The bot is now active again. There were a few issues with the newly upgraded &lt;a href=&quot;http://drupal.org&quot;&gt;drupal.org&lt;/a&gt;, but &lt;a href=&quot;http://drupal.org/user/22079&quot;&gt;Chad &quot;hunmonk&quot; Phillips&lt;/a&gt; and &lt;a href=&quot;http://drupal.org/user/214218&quot;&gt;myself &quot;boombatower&quot;&lt;/a&gt; where able to get them resolved.&lt;/p&gt;
&lt;p&gt;Thanks to everyone involved in the D6 upgrade.&lt;/p&gt;
</description>
 <comments>https://qa.drupal.org/node/21#comments</comments>
 <category domain="https://qa.drupal.org/taxonomy/term/2">News</category>
 <category domain="https://qa.drupal.org/taxonomy/term/1">Planet Drupal</category>
 <pubDate>Fri, 20 Feb 2009 01:43:39 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">21 at https://qa.drupal.org</guid>
</item>
<item>
 <title>Bot caught up and system performing well</title>
 <link>https://qa.drupal.org/node/19</link>
 <description>&lt;p&gt;It has been a while since the last update so I figured it is time for one. I lost my login credentials for &lt;a href=&quot;http://testing.drupal.org&quot;&gt;testing.drupal.org&lt;/a&gt; during my &lt;a href=&quot;http://blog.boombatower.com/bling-but-soon-i-will-see&quot;&gt;graphics card failure&lt;/a&gt; and thus was not able to make an updates until a few days ago.&lt;/p&gt;
&lt;p&gt;After a lengthy catch up period the bot is now caught up with the issue queue and has some impressive statistics to show for it.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;a href=&quot;http://testing.drupal.org/pifr/log&quot;&gt;event log&lt;/a&gt; contains over 40,000 logged events.&lt;/li&gt;
&lt;li&gt;The test suite has been run over 11,800 times.&lt;/li&gt;
&lt;li&gt;Over 3,500 patches has been processed by the system at least once (most is 26).&lt;/li&gt;
&lt;li&gt;The Drupal core SimpleTest suite of tests now contains over 9,000 assertions. (not bot related)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Work has begun on the next generation of the testing framework that will be easier to manage, self correcting, and offer more features. Along with &lt;a href=&quot;http://blog.boombatower.com/taxonomy/term/15&quot;&gt;my blog posts regarding the development&lt;/a&gt; I have created more specific issues for &lt;a href=&quot;http://drupal.org/node/360904&quot;&gt;PIFR 2.0&lt;/a&gt; and &lt;a href=&quot;http://drupal.org/node/361393&quot;&gt;PIFT 2.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Development is currently postponed until &lt;a href=&quot;http://drupal.org/project/project&quot;&gt;Project&lt;/a&gt; has been ported to 6.x and &lt;a href=&quot;http://drupal.org&quot;&gt;drupal.org&lt;/a&gt; port to 6.x is secured. Once completed work will focus on PIFT 6.x upgrade and then 2.x development.&lt;/p&gt;
&lt;p&gt;Any donations to the development of the automated testing system are much appreciated and let us know that you value the increased quality assurance that the framework brings to the Drupal community.&lt;/p&gt;
</description>
 <comments>https://qa.drupal.org/node/19#comments</comments>
 <category domain="https://qa.drupal.org/taxonomy/term/2">News</category>
 <category domain="https://qa.drupal.org/taxonomy/term/1">Planet Drupal</category>
 <pubDate>Thu, 22 Jan 2009 07:28:25 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">19 at https://qa.drupal.org</guid>
</item>
<item>
 <title>Theme needed</title>
 <link>https://qa.drupal.org/node/5</link>
 <description>&lt;p&gt;If anyone is interested in developing, or knows of an existing one, a &quot;bot like&quot; theme for testing.drupal.org please make a comment.&lt;/p&gt;
&lt;p&gt;The bot needs a bit of pizazz. (Drupal 6.x)&lt;/p&gt;
</description>
 <comments>https://qa.drupal.org/node/5#comments</comments>
 <category domain="https://qa.drupal.org/taxonomy/term/2">News</category>
 <category domain="https://qa.drupal.org/taxonomy/term/1">Planet Drupal</category>
 <pubDate>Sat, 13 Dec 2008 08:18:46 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">5 at https://qa.drupal.org</guid>
</item>
<item>
 <title>Two years 3 months 17 days in the making</title>
 <link>https://qa.drupal.org/node/4</link>
 <description>&lt;p&gt;We know you are excited, but let us get this working before you ask for any more features.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://groups.drupal.org/node/976&quot; title=&quot;http://groups.drupal.org/node/976&quot;&gt;http://groups.drupal.org/node/976&lt;/a&gt; - Sat, 2006-07-08 05:41&lt;/p&gt;
</description>
 <comments>https://qa.drupal.org/node/4#comments</comments>
 <category domain="https://qa.drupal.org/taxonomy/term/2">News</category>
 <category domain="https://qa.drupal.org/taxonomy/term/1">Planet Drupal</category>
 <pubDate>Sun, 26 Oct 2008 01:20:43 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">4 at https://qa.drupal.org</guid>
</item>
</channel>
</rss>
