Advanced Feature Test Implementation Reference
Advanced Feature Test Implementation Reference
This reference maps HeliosDB Nano advanced features to the focused test areas used to validate them.
Feature Map
| Feature Area | Representative Tests |
|---|---|
| Branching SQL | branch_sql_integration_tests |
| Materialized views | materialized_view_tests, materialized_view_integration |
| System views | repl_meta_commands, time_travel_system_views_tests |
| PostgreSQL protocol | postgres_extended_protocol_tests, postgres_scram_auth_tests, postgres_ssl_tests |
| Binary value handling | v334_a15_binary_int4, a15_postgres_binary_int4_transaction |
Recommended Local Run
cd ~/Helios/Nanocargo test branch_sql_integration_testscargo test materialized_view_testscargo test repl_meta_commandscargo test --test postgres_extended_protocol_testsNotes
Protocol tests may rebuild native RocksDB dependencies on a cold target directory. If compilation is interrupted before tests start, clean the interrupted build output and rerun the focused target.