mirror of https://github.com/citusdata/citus.git
Bind seg version to 1.3 in isolation_textension_commands
parent
74e8bc5b2e
commit
828d2e1339
|
@ -199,7 +199,7 @@ step s1-add-node-1:
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
step s2-create-extension-with-schema1:
|
step s2-create-extension-with-schema1:
|
||||||
CREATE extension seg with schema schema1;
|
CREATE extension seg with version "1.3" schema schema1;
|
||||||
<waiting ...>
|
<waiting ...>
|
||||||
step s1-commit:
|
step s1-commit:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
@ -317,7 +317,7 @@ step s1-add-node-1:
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
step s1-create-extension-with-schema2:
|
step s1-create-extension-with-schema2:
|
||||||
CREATE extension seg with schema schema2;
|
CREATE extension seg with version "1.3" schema schema2;
|
||||||
|
|
||||||
step s1-begin:
|
step s1-begin:
|
||||||
BEGIN;
|
BEGIN;
|
||||||
|
@ -399,7 +399,7 @@ step s1-remove-node-1:
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
step s2-create-extension-with-schema1:
|
step s2-create-extension-with-schema1:
|
||||||
CREATE extension seg with schema schema1;
|
CREATE extension seg with version "1.3" schema schema1;
|
||||||
<waiting ...>
|
<waiting ...>
|
||||||
step s1-commit:
|
step s1-commit:
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
@ -674,7 +674,7 @@ step s2-begin:
|
||||||
BEGIN;
|
BEGIN;
|
||||||
|
|
||||||
step s2-create-extension-with-schema1:
|
step s2-create-extension-with-schema1:
|
||||||
CREATE extension seg with schema schema1;
|
CREATE extension seg with version "1.3" schema schema1;
|
||||||
|
|
||||||
step s1-add-node-1:
|
step s1-add-node-1:
|
||||||
SELECT 1 FROM master_add_node('localhost', 57637);
|
SELECT 1 FROM master_add_node('localhost', 57637);
|
||||||
|
@ -742,7 +742,7 @@ step s2-add-node-1:
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
step s2-create-extension-with-schema2:
|
step s2-create-extension-with-schema2:
|
||||||
CREATE extension seg with schema schema2;
|
CREATE extension seg with version "1.3" schema schema2;
|
||||||
|
|
||||||
step s2-begin:
|
step s2-begin:
|
||||||
BEGIN;
|
BEGIN;
|
||||||
|
|
|
@ -36,7 +36,7 @@ step "s1-commit"
|
||||||
|
|
||||||
step "s1-create-extension-with-schema2"
|
step "s1-create-extension-with-schema2"
|
||||||
{
|
{
|
||||||
CREATE extension seg with schema schema2;
|
CREATE extension seg with version "1.3" schema schema2;
|
||||||
}
|
}
|
||||||
|
|
||||||
step "s1-print"
|
step "s1-print"
|
||||||
|
@ -72,12 +72,12 @@ step "s2-alter-extension-version-13"
|
||||||
|
|
||||||
step "s2-create-extension-with-schema1"
|
step "s2-create-extension-with-schema1"
|
||||||
{
|
{
|
||||||
CREATE extension seg with schema schema1;
|
CREATE extension seg with version "1.3" schema schema1;
|
||||||
}
|
}
|
||||||
|
|
||||||
step "s2-create-extension-with-schema2"
|
step "s2-create-extension-with-schema2"
|
||||||
{
|
{
|
||||||
CREATE extension seg with schema schema2;
|
CREATE extension seg with version "1.3" schema schema2;
|
||||||
}
|
}
|
||||||
|
|
||||||
step "s2-drop-extension"
|
step "s2-drop-extension"
|
||||||
|
|
Loading…
Reference in New Issue