Repository: incubator-trafodion Updated Branches: refs/heads/master 7f0f59d98 -> 9ab37653a
Phoenix T2 tests failing with CDH Partial-Bug: [TRAFODION-1929] Temporary disable running tests with maven till root cause is known. Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/37bf6595 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/37bf6595 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/37bf6595 Branch: refs/heads/master Commit: 37bf65956a8c23df096a28c9be09d908b2bbc5bf Parents: 8fc5ffb Author: Arvind Narain <[email protected]> Authored: Tue Apr 12 05:42:00 2016 +0000 Committer: Arvind Narain <[email protected]> Committed: Tue Apr 12 05:42:00 2016 +0000 ---------------------------------------------------------------------- tests/phx/phoenix_test.py | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/37bf6595/tests/phx/phoenix_test.py ---------------------------------------------------------------------- diff --git a/tests/phx/phoenix_test.py b/tests/phx/phoenix_test.py index 54fea68..56e94e0 100755 --- a/tests/phx/phoenix_test.py +++ b/tests/phx/phoenix_test.py @@ -603,6 +603,12 @@ def prog_parse_args(): ArgList._hadoop_distro = distro ArgList._maven_local_repo = options.mvnlocalrepo ArgList._no_maven = options.nomaven + + # Turn off usage of maven for T2 tests + # Remove once TRAFODION-1929 is fixed + if options.jdbctype == 'T2': + ArgList._no_maven = True + ArgList._export_str1 = options.exportstr1 ArgList._export_str2 = options.exportstr2 ArgList._export_str3 = options.exportstr3
