mirror of https://github.com/citusdata/citus.git
Bind seg version to 1.3 in isolation_textension_commands
parent
b0b883e32c
commit
f515599cd9
|
@ -153,7 +153,7 @@ step s1-add-node-1:
|
||||||
|
|
||||||
1
|
1
|
||||||
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;
|
||||||
|
@ -243,7 +243,7 @@ step s1-add-node-1:
|
||||||
|
|
||||||
1
|
1
|
||||||
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;
|
||||||
|
@ -307,7 +307,7 @@ step s1-remove-node-1:
|
||||||
|
|
||||||
1
|
1
|
||||||
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;
|
||||||
|
@ -518,7 +518,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);
|
||||||
|
@ -570,7 +570,7 @@ step s2-add-node-1:
|
||||||
|
|
||||||
1
|
1
|
||||||
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