Repository: incubator-hawq
Updated Branches:
  refs/heads/master 6cefb5529 -> dc14ecbaf


HAWQ-1125. Running pl/python related feature_test cases in parallel failed with 
error "cache lookup failed for language"

Looks like an apparent race condition.


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/dc14ecba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/dc14ecba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/dc14ecba

Branch: refs/heads/master
Commit: dc14ecbafc368a45cda5806ef7680ffe0825aef1
Parents: 6cefb55
Author: Paul Guo <[email protected]>
Authored: Thu Oct 27 12:32:10 2016 +0800
Committer: ivan <[email protected]>
Committed: Fri Oct 28 10:07:57 2016 +0800

----------------------------------------------------------------------
 src/test/feature/UDF/ans/function_set_returning.ans | 4 ----
 src/test/feature/UDF/sql/function_set_returning.sql | 3 ---
 2 files changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/dc14ecba/src/test/feature/UDF/ans/function_set_returning.ans
----------------------------------------------------------------------
diff --git a/src/test/feature/UDF/ans/function_set_returning.ans 
b/src/test/feature/UDF/ans/function_set_returning.ans
index 4544a2d..0a82b4b 100755
--- a/src/test/feature/UDF/ans/function_set_returning.ans
+++ b/src/test/feature/UDF/ans/function_set_returning.ans
@@ -2,10 +2,6 @@
 SET SEARCH_PATH=TestUDF_TestUDFSetReturning;
 SET
 -- end_ignore
-DROP LANGUAGE IF EXISTS plpythonu CASCADE;
-DROP LANGUAGE
-CREATE LANGUAGE plpythonu;
-CREATE LANGUAGE
 CREATE TABLE foo2(fooid int, f2 int);
 CREATE TABLE
 INSERT INTO foo2 VALUES(1, 11);

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/dc14ecba/src/test/feature/UDF/sql/function_set_returning.sql
----------------------------------------------------------------------
diff --git a/src/test/feature/UDF/sql/function_set_returning.sql 
b/src/test/feature/UDF/sql/function_set_returning.sql
index 3beb31f..e3b2642 100755
--- a/src/test/feature/UDF/sql/function_set_returning.sql
+++ b/src/test/feature/UDF/sql/function_set_returning.sql
@@ -1,6 +1,3 @@
-DROP LANGUAGE IF EXISTS plpythonu CASCADE;
-CREATE LANGUAGE plpythonu;
-
 CREATE TABLE foo2(fooid int, f2 int);
 INSERT INTO foo2 VALUES(1, 11);
 INSERT INTO foo2 VALUES(2, 22);

Reply via email to