<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/cpp/src/tests/run_test, branch QPID-6125-ProtocolRefactoring</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>QPID-5306: Improve test wrapper to avoid using getopt for long options</title>
<updated>2013-11-14T00:02:28+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2013-11-14T00:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=f549d1c9a6c4c18eaa12cad621500654b1bd01b5'/>
<id>f549d1c9a6c4c18eaa12cad621500654b1bd01b5</id>
<content type='text'>
  Using getopt with long options is a gnu extension and so best avoided
  for portability reasons.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1541764 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Using getopt with long options is a gnu extension and so best avoided
  for portability reasons.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1541764 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5336: Don't hardcode location of bash in shell scripts</title>
<updated>2013-11-14T00:02:20+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2013-11-14T00:02:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=b068cb67b22d44cd2679be7b0e44113e4b5f070e'/>
<id>b068cb67b22d44cd2679be7b0e44113e4b5f070e</id>
<content type='text'>
  As bash isn't specified by POSIX its location is variable.
  Specifically under BSDs it isn't found in /bin/bash.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1541763 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  As bash isn't specified by POSIX its location is variable.
  Specifically under BSDs it isn't found in /bin/bash.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1541763 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5308: Allow various bits of the test outputs to be XML</title>
<updated>2013-11-07T15:32:06+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2013-11-07T15:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=4dd4978592109c203e8d192d99a83a1797551dc2'/>
<id>4dd4978592109c203e8d192d99a83a1797551dc2</id>
<content type='text'>
- This meshes nicely with the Jenkins CI system which can better
  display tests results generated in XML.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1539686 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This meshes nicely with the Jenkins CI system which can better
  display tests results generated in XML.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1539686 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-5306: Improve c++ tests some more:</title>
<updated>2013-11-07T00:42:42+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2013-11-07T00:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=76460940b4e5251fef8cc3278ebf82fe6364c1a1'/>
<id>76460940b4e5251fef8cc3278ebf82fe6364c1a1</id>
<content type='text'>
Add options to run_test script:
 --working-dir  - run the test in this directory
 --build-dir    - set the top of the build tree
 --source-dir   - set the top of the source tree
 --python       - run a python test
 --start-broker - start/stop broker before and after test
 --broker-options - allow non default broker options

Remove a bunch of now obsolete testing related scripts

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1539510 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add options to run_test script:
 --working-dir  - run the test in this directory
 --build-dir    - set the top of the build tree
 --source-dir   - set the top of the source tree
 --python       - run a python test
 --start-broker - start/stop broker before and after test
 --broker-options - allow non default broker options

Remove a bunch of now obsolete testing related scripts

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1539510 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-4927: Get cmake testing working with valgrind</title>
<updated>2013-10-24T15:00:11+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2013-10-24T15:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=8d362bebd1afe20bf8a8b4abb1671977a98b38fc'/>
<id>8d362bebd1afe20bf8a8b4abb1671977a98b38fc</id>
<content type='text'>
[also remove unused files]

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1535398 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[also remove unused files]

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1535398 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2461: Applied patch from Neil Wilson</title>
<updated>2011-03-04T12:24:01+00:00</updated>
<author>
<name>Gordon Sim</name>
<email>gsim@apache.org</email>
</author>
<published>2011-03-04T12:24:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=56effd3efcda7f081dff4814fb6eb7233b60775b'/>
<id>56effd3efcda7f081dff4814fb6eb7233b60775b</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1077902 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1077902 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up test environment variables, prepare for running more tests in cmake.</title>
<updated>2009-11-30T19:34:36+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2009-11-30T19:34:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=7a70ee7193a85ceb52cbfe3df2684e947cee9456'/>
<id>7a70ee7193a85ceb52cbfe3df2684e947cee9456</id>
<content type='text'>
   - consolidate test env vars in test_env.sh, also useful from command line.
   - generate test_env.sh with autoconf/cmake to cover library location differences.
   - Remove explicit mention of .libs, use $QPID_MODULE_DIR to load modules.
   - Fix run_test to run valgrind under cmake

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@885557 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   - consolidate test env vars in test_env.sh, also useful from command line.
   - generate test_env.sh with autoconf/cmake to cover library location differences.
   - Remove explicit mention of .libs, use $QPID_MODULE_DIR to load modules.
   - Fix run_test to run valgrind under cmake

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@885557 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix autotool dependency on installed libtool for running "make check"</title>
<updated>2009-11-30T06:21:49+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2009-11-30T06:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=b44a8788b44fc8c530841019b26af64b5fca1c5f'/>
<id>b44a8788b44fc8c530841019b26af64b5fca1c5f</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@885339 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@885339 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed "..." from suppressions to work with older valgrind versions.</title>
<updated>2009-10-22T15:11:08+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2009-10-22T15:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=c708e4be0d874d794c65ad109f6e6d50931794e3'/>
<id>c708e4be0d874d794c65ad109f6e6d50931794e3</id>
<content type='text'>
Allow enabling of valgrind suppressions by setting VALGRIND_OPTS.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@828739 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow enabling of valgrind suppressions by setting VALGRIND_OPTS.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@828739 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Supress TCPConnector join leak, disabled valgrind --gen-supressions - too verbose.</title>
<updated>2009-10-20T16:54:18+00:00</updated>
<author>
<name>Alan Conway</name>
<email>aconway@apache.org</email>
</author>
<published>2009-10-20T16:54:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/qpid-python.git/commit/?id=93a716f5fd3426fc0c476f7089d81ec67ba16a32'/>
<id>93a716f5fd3426fc0c476f7089d81ec67ba16a32</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@827731 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@827731 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
