Expand description
Provides E2E Test runner functionality.
Functionsยง
- diff_
stream_ ๐and_ batch - Create the tables defined in testdata, along with some mviews.
Just test number of rows for now.
TODO(kwannoel): Test row contents as well. That requires us to run a batch query
with
select * ORDER BY <all columns>
. - diff_
stream_ ๐and_ batch_ with_ sqls - format_
rows ๐ - Format + sort rows so they can be diffed.
- run_
differential_ testing - Differential testing for batch and stream