@@ -79,10 +79,13 @@ describe("info", () => {
7979 uuid : "d5b1d127-xxxx-xxxx-xxxx-cbc69f0a9e06" ,
8080 name : "northwind" ,
8181 created_at : "2023-05-23T08:33:54.590Z" ,
82- version : "beta " ,
82+ version : "production " ,
8383 num_tables : 13 ,
8484 file_size : 33067008 ,
8585 running_in_region : "WEUR" ,
86+ read_replication : {
87+ mode : "disabled" ,
88+ } ,
8689 } ,
8790 success : true ,
8891 errors : [ ] ,
@@ -113,6 +116,9 @@ describe("info", () => {
113116 \\"created_at\\": \\"2023-05-23T08:33:54.590Z\\",
114117 \\"num_tables\\": 13,
115118 \\"running_in_region\\": \\"WEUR\\",
119+ \\"read_replication\\": {
120+ \\"mode\\": \\"disabled\\"
121+ },
116122 \\"database_size\\": 33067008,
117123 \\"read_queries_24h\\": 0,
118124 \\"write_queries_24h\\": 0,
@@ -131,10 +137,16 @@ describe("info", () => {
131137 uuid : "d5b1d127-xxxx-xxxx-xxxx-cbc69f0a9e06" ,
132138 name : "northwind" ,
133139 created_at : "2023-05-23T08:33:54.590Z" ,
134- version : "beta " ,
140+ version : "production " ,
135141 num_tables : 13 ,
136142 file_size : 33067008 ,
137143 running_in_region : "WEUR" ,
144+ read_replication : {
145+ mode : "auto" ,
146+ } ,
147+ unexpected_object : {
148+ iron : "man" ,
149+ } ,
138150 } ,
139151 success : true ,
140152 errors : [ ] ,
@@ -164,27 +176,31 @@ describe("info", () => {
164176 ⛅️ wrangler x.x.x
165177 ------------------
166178
167- ┌───────────────────┬──────────────────────────────────────┐
168- │ DB │ d5b1d127-xxxx-xxxx-xxxx-cbc69f0a9e06 │
169- ├───────────────────┼──────────────────────────────────────┤
170- │ name │ northwind │
171- ├───────────────────┼──────────────────────────────────────┤
172- │ created_at │ 2023-05-23T08:33:54.590Z │
173- ├───────────────────┼──────────────────────────────────────┤
174- │ num_tables │ 13 │
175- ├───────────────────┼──────────────────────────────────────┤
176- │ running_in_region │ WEUR │
177- ├───────────────────┼──────────────────────────────────────┤
178- │ database_size │ 33.1 MB │
179- ├───────────────────┼──────────────────────────────────────┤
180- │ read_queries_24h │ 0 │
181- ├───────────────────┼──────────────────────────────────────┤
182- │ write_queries_24h │ 0 │
183- ├───────────────────┼──────────────────────────────────────┤
184- │ rows_read_24h │ 0 │
185- ├───────────────────┼──────────────────────────────────────┤
186- │ rows_written_24h │ 0 │
187- └───────────────────┴──────────────────────────────────────┘"
179+ ┌───────────────────────┬──────────────────────────────────────┐
180+ │ DB │ d5b1d127-xxxx-xxxx-xxxx-cbc69f0a9e06 │
181+ ├───────────────────────┼──────────────────────────────────────┤
182+ │ name │ northwind │
183+ ├───────────────────────┼──────────────────────────────────────┤
184+ │ created_at │ 2023-05-23T08:33:54.590Z │
185+ ├───────────────────────┼──────────────────────────────────────┤
186+ │ num_tables │ 13 │
187+ ├───────────────────────┼──────────────────────────────────────┤
188+ │ running_in_region │ WEUR │
189+ ├───────────────────────┼──────────────────────────────────────┤
190+ │ unexpected_object │ {\\"iron\\":\\"man\\"} │
191+ ├───────────────────────┼──────────────────────────────────────┤
192+ │ database_size │ 33.1 MB │
193+ ├───────────────────────┼──────────────────────────────────────┤
194+ │ read_queries_24h │ 0 │
195+ ├───────────────────────┼──────────────────────────────────────┤
196+ │ write_queries_24h │ 0 │
197+ ├───────────────────────┼──────────────────────────────────────┤
198+ │ rows_read_24h │ 0 │
199+ ├───────────────────────┼──────────────────────────────────────┤
200+ │ rows_written_24h │ 0 │
201+ ├───────────────────────┼──────────────────────────────────────┤
202+ │ read_replication.mode │ auto │
203+ └───────────────────────┴──────────────────────────────────────┘"
188204 ` ) ;
189205 } ) ;
190206} ) ;
0 commit comments