Commit f11ef2b
authored
integration test against bespoke ledger & temporary BigQuery dataset (#1479)
- loading and setup
- exporting from PG, importing into BQ
- needs ledger operations
* tests depend on google-cloud-bigquery 2.53.0 Java lib
* split BigQuery so it doesn't get run by an existing runner
* use stream API
- has better support for JSON columns
* text-array convert to JSON special case
* detailed report of serialization errors
* Any is a great type; fixes JSON as JSON
* account for zero mints
- nonsensical in practice, but possible in this test
* tests pass
* skip ACL setting
* split minted out to #1713
* split daily run out to #1730
* add separate path check for total supply
- suggested by @isegall-da; thanks
---------
Signed-off-by: Stephen Compall <stephen.compall@digitalasset.com>1 parent c3920df commit f11ef2b
File tree
4 files changed
+524
-2
lines changed- apps/app/src/test
- resources
- scala/org/lfdecentralizedtrust/splice/integration/tests
4 files changed
+524
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
171 | | - | |
| 172 | + | |
| 173 | + | |
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
| |||
0 commit comments