Skip to content
Snippets Groups Projects
Commit a902c0cc authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Fixed test nodes identifiers

parent 41bcf3d5
No related branches found
No related tags found
No related merge requests found
Pipeline #854 passed
...@@ -11,10 +11,10 @@ INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creat ...@@ -11,10 +11,10 @@ INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creat
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('', '', 'szorba', 'container', '2386', '2386'); -- /szorba INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('', '', 'szorba', 'container', '2386', '2386'); -- /szorba
--INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('6', '6', 'store', 'container', '2386', '2386'); -- /szorba/store --INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('6', '6', 'store', 'container', '2386', '2386'); -- /szorba/store
-- parent_path <> parent_relative_path -- parent_path <> parent_relative_path
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('', NULL, 'test', 'container', '2386', '2386'); -- /test INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id, group_read, group_write) VALUES ('', NULL, 'test', 'container', '2386', '2386', '{"VOSpace.test1"}','{"VOSpace.test1"}'); -- /test
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('8', '', 'f1', 'container', '2386', '2386'); -- /test/f1 (rel: /f1) INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('5', '', 'f1', 'container', '2386', '2386'); -- /test/f1 (rel: /f1)
INSERT INTO Node (parent_path, parent_relative_path, name, os_name, type, owner_id, creator_id) VALUES ('8.9', '9', 'f2_renamed', 'f2', 'container', '2386', '2386'); -- /test/f1/f2_renamed (rel: /f1/f2) INSERT INTO Node (parent_path, parent_relative_path, name, os_name, type, owner_id, creator_id) VALUES ('5.6', '6', 'f2_renamed', 'f2', 'container', '2386', '2386'); -- /test/f1/f2_renamed (rel: /f1/f2)
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('8.9.10', '9.10', 'f3', 'container', '2386', '2386'); -- /test/f1/f2_renamed/f3 (rel: /f1/f2/f3) INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('5.6.7', '6.7', 'f3', 'data', '2386', '2386'); -- /test/f1/f2_renamed/f3 (rel: /f1/f2/f3)
/* /*
Initialization test for vospace Users table Initialization test for vospace Users table
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment