Skip to content

31-OldTsimCases

OldTsim: stream basic
Basic test cases for streaming, part 1

OldTsim: stream basic status
1. Create snode
2. Create multiple databases
3. Create stream sliding window, tag stream, trigger interval 0, window close scenarios
4. Insert data and verify the correctness of stream processing results
5. Verify the status of all streams
6. Check data correctness for all streams

OldTsim: check stable
Verify the computation results of streams when triggered by different windows.

OldTsim: checkpoint
Test if the stream continues to run after a restart.

OldTsim: concat
Test the use of the concat function in output_subtable and tags statements.

OldTsim: continue window close
Verify the alternative approach to the original continuous window close trigger mode in the new streaming computation

OldTsim: count window
Basic use cases of count window, include expired-data, out-of-order data, and data-deletion

OldTsim: delete data
Test the correctness of results when deleting data in various trigger windows

OldTsim: distribute
Perform multiple write triggers to verify the correctness of the calculation results

OldTsim: event window
Test event window deletion and update

OldTsim: fill history
Verify the correctness of historical data calculation results, as well as the calculation results at the boundary between historical and real-time computation.

OldTsim: fill interval
Test the results of various numerical fillings in the interval window

OldTsim: force window close
Verify the alternative approach to the original force window close trigger mode in the new streaming computation

OldTsim: interp delete
Verify the calculation results of the interp function when deleting data

OldTsim: interp fill
Validate the calculation results of the interp function when filling data

OldTsim: interp history
Validate the calculation results of the interp function when processing historical data

OldTsim: interp partition by
Validate the calculation results of the ​​interp​​ function under ​​PARTITION BY​​ clauses

OldTsim: interp compisite key
Validate the calculation results of the interp function with cmposite keys

OldTsim: interp update
Validate the calculation results of the interp function during data updates

OldTsim: options
Validate the calculation results when ignore update and ignore delete are applied

OldTsim: partition by
Validate the calculation results under PARTITION BY clauses

OldTsim: composite key
Validate the calculation results with composite keys

OldTsim: session window
Test the correctness of session windows

OldTsim: snode
Test basic operations of snode

OldTsim: state window
Test the correctness of state windows

OldTsim: twa
Verify the behavior of the legacy TWA function in the new streaming computation system