This repository was archived by the owner on Oct 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-33
lines changed
Expand file tree Collapse file tree 2 files changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,6 @@ stdout 'world\s+93 kB world database'
4141stdout 'worldx\s+99 kB world_X database'
4242stdout 'sakila\s+732 kB Sakila database'
4343
44- # load data menagerie
45-
46- exec dbdeployer data-load get menagerie msb_{{.DbPathVer }}_dataload
47- stdout 'downloading https://. */menagerie-db.tar.gz '
48- stdout 'Unpacking . */sandboxes/msb_{{.DbPathVer }}_dataload/menagerie-db.tar.gz '
49- stdout 'Running . */sandboxes/msb_{{.DbPathVer }}_dataload/load_db.sh '
50- stdout 'menagerie.pet : Records: 8 Deleted: 0 Skipped: 0'
51- stdout 'menagerie.event : Records: 10 Deleted: 0 Skipped: 0'
52-
5344# load data world
5445
5546exec dbdeployer data-load get world msb_{{.DbPathVer }}_dataload
@@ -74,17 +65,12 @@ stdout 'Running .*/sandboxes/msb_{{.DbPathVer}}_dataload/load_db.sh'
7465# load data check schemas
7566
7667exec $sb_dir /use -e 'show schemas'
77- stdout 'menagerie'
7868stdout 'world\b'
7969stdout 'world_x'
8070stdout 'sakila'
8171
8272# load data check tables
8373
84- exec $sb_dir /use -e 'show tables from menagerie'
85- stdout 'event'
86- stdout 'pet'
87-
8874exec $sb_dir /use -e 'show tables from world'
8975stdout 'city'
9076stdout 'country'
Original file line number Diff line number Diff line change @@ -78,15 +78,6 @@ stdout 'world\s+93 kB world database'
7878stdout 'worldx\s+99 kB world_X database'
7979stdout 'sakila\s+732 kB Sakila database'
8080
81- # load data menagerie
82-
83- exec dbdeployer data-load get menagerie rsandbox_{{.DbPathVer }}_gtid
84- stdout 'downloading https://. */menagerie-db.tar.gz '
85- stdout 'Unpacking . */sandboxes/rsandbox_{{.DbPathVer }}_gtid/menagerie-db.tar.gz '
86- stdout 'Running . */sandboxes/rsandbox_{{.DbPathVer }}_gtid/load_db.sh '
87- stdout 'menagerie.pet : Records: 8 Deleted: 0 Skipped: 0'
88- stdout 'menagerie.event : Records: 10 Deleted: 0 Skipped: 0'
89-
9081# load data world
9182
9283exec dbdeployer data-load get world rsandbox_{{.DbPathVer }}_gtid
@@ -111,27 +102,17 @@ stdout 'Running .*/sandboxes/rsandbox_{{.DbPathVer}}_gtid/load_db.sh'
111102# load data check schemas
112103
113104exec $sb_dir /m -e 'show schemas'
114- stdout 'menagerie'
115105stdout 'world\b'
116106stdout 'world_x'
117107stdout 'sakila'
118108
119109exec $sb_dir /s1 -e 'show schemas'
120- stdout 'menagerie'
121110stdout 'world\b'
122111stdout 'world_x'
123112stdout 'sakila'
124113
125114# load data check tables
126115
127- exec $sb_dir /m -e 'show tables from menagerie'
128- stdout 'event'
129- stdout 'pet'
130-
131- exec $sb_dir /s1 -e 'show tables from menagerie'
132- stdout 'event'
133- stdout 'pet'
134-
135116exec $sb_dir /m -e 'show tables from world'
136117stdout 'city'
137118stdout 'country'
You can’t perform that action at this time.
0 commit comments