History log of /external/autotest/client/deps/pgsql/pgsql.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6f27d4f22a1ba5063968b8c322fa0845f3279ade 29-Sep-2010 Eric Li <ericli@chromium.org> Merge remote branch 'cros/upstream' into tempbranch3

Merge to trunk@4817

BUG=
TEST=

Review URL: http://codereview.chromium.org/3554003

Change-Id: I83376bc7d28104ec2678e157eadbe7df7c05c0e0
/external/autotest/client/deps/pgsql/pgsql.py
517d95a1ef4edb04da427763f86068a447d45ec7 29-Sep-2010 Benson Leung <bleung@chromium.org> Revert "Merge remote branch 'cros/upstream' into tempbranch2"

This reverts commit 25fc6d1f28e54c46689f12d3b93c2540ef45323a.

TBR=ericli@chromium.org

Review URL: http://codereview.chromium.org/3541002

Change-Id: Ib0165b19bfdf02264f8a6a74ddf3ae74c8c0f7df
/external/autotest/client/deps/pgsql/pgsql.py
25fc6d1f28e54c46689f12d3b93c2540ef45323a 29-Sep-2010 Eric Li <ericli@chromium.org> Merge remote branch 'cros/upstream' into tempbranch2

Merged to trunk@4816.

BUG=
TEST=we will build a new autotest server instance, and keep cautotest running and then later do a cname switch.

Review URL: http://codereview.chromium.org/3511003

Change-Id: Iee5f52f45f28f84927d6c6f9a74edc370d40288a
/external/autotest/client/deps/pgsql/pgsql.py
53da18eddf69243ca175d9a4603cba5b55300726 05-Jan-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Rename autotest_utils to utils

Fixes longstanding hangover ugliness from the original change away
from doing "from autotest_utils import *".

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2595 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/pgsql/pgsql.py
ff29f60fbc6cb5fec534fc7efad519be254ea1eb 27-Aug-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Fixing function calls used to provide CPU count information to mysql,
postgresql and pgpool builds.

Since we made changes to the lib namespace, we didn't fix calls to
count_cpus(), inside autotest_utils, used to build some client
dependencies. Let's fix that.


Signed-off-by: Lucas Meneghel Rodrigues <lucasmr@br.ibm.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2044 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/pgsql/pgsql.py
f48cc23b969a5c3f7e9027abd98210d24e3d5b35 12-Jun-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Hopefully the last massive cleanup. I removed all the old usage of "from common import" since this conflicts with our
new absolute import mechanism (which incidentally breaks our automated unittest runner).

We are moving away from the use of common as a short cut for autotest_lib.client.common_lib. Most of the last usages of the shortcut were in a handful of tests, and in some of the standalone tools which only used the common shortcut as a mechanism to acquire the check_version method. Since these are all entry points, then they should call "import common" (which does the check_version). Here common refers to the common.py modules that are in every directory containing entry point code and which do the magic of creating the autotest_lib module.

Signed-off-by: Travis Miller <raphtee@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1683 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/pgsql/pgsql.py
0afbb6369aa5aa9a75ea67dd9e95ec4b21c0c181 06-Jun-2008 jadmanski <jadmanski@592f7852-d20e-0410-864c-8624ca9c26a4> Convert all python code to use four-space indents instead of eight-space tabs.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1658 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/pgsql/pgsql.py
0e6192aa2853fb4dd98cbad705471b3fb135e70e 03-Jun-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Risk: High
Visibility: Any test run using client/bin/autotest would not go ahead.

Fix up the the core files to explicitly import common_lib/utils and bin/autotest_utils instead of using 'import *'. Prevents the showstopper where tests were not being run through client/bin/autotest

Signed-off-by: Ashwin Ganti <aganti@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1592 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/pgsql/pgsql.py
5947a63786b978bb74021811ad40d7cb2b5746bb 25-Mar-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Turns out I picked a symlink that wasn't stable. Choose a URL that
should be and grab 8.3.1 while we are updating it.

Signed-off-by: Anton Blanchard <anton@samba.org>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1357 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/pgsql/pgsql.py
8de9a4d5e65d55e3193ab1a2bcb7aef3a0deac95 04-Mar-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> ftp.us.postgresql.org no longer resolves. Fix the hostname and update
to version 8.3.0.

When testing this on a fresh install I noticed readline-dev and zlib-dev
weren't installed. It turns out we don't need them - readline is only
useful for interactive usage and zlib is used for dump/restore. Lets
disable them and get rid of a bit of dependency hell.

Signed-off-by: Anton Blanchard <anton@samba.org>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1291 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/pgsql/pgsql.py
56f719b242ac5524fd85fb0bf8b4418092c2c99a 07-Feb-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> fix check_python_version imports for all deps

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1219 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/pgsql/pgsql.py
e7a42a51ab11eb94cb0c4d180250ad1c37f07981 31-Oct-2007 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> 8.1.4 is no longer available for download so update to the newest version.

Signed-off-by: Anton Blanchard <anton@samba.org>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@867 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/pgsql/pgsql.py
c69530b170d60b913131a2a65cf0e3c8b81bc700 25-Mar-2007 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Add a flag to update_version to request preserving srcdir.

Signed-off-by: Martin J. Bligh <mbligh@google.com>

Add a flag to update_version to request preserving srcdir,
and clean up the codeflow in there. Alter all callers to
pass the new flag (can't be optional param, due to the
var args).

Rationale is so that we can more easily use small tests
without a tarball, and diff submissions against the C
files become legible, etc.

Make aio_dio_bugs test use this new mechanism.



git-svn-id: http://test.kernel.org/svn/autotest/trunk@511 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/pgsql/pgsql.py
0e6e8df274f0bdcd5310f3e91c075a941f073610 10-Mar-2007 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Set up correct Python version for dependencies

These are exectued via os.system(), and thus we need to reset the Python
version to ensure it's correct

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@499 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/pgsql/pgsql.py
7a36dfab52ffc5a1126ed248296efa4f56804e5d 23-Nov-2006 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Move client files under client



git-svn-id: http://test.kernel.org/svn/autotest/trunk@376 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/pgsql/pgsql.py