Module diff

Source
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