Skip to content

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 AreaRepresentative Tests
Branching SQLbranch_sql_integration_tests
Materialized viewsmaterialized_view_tests, materialized_view_integration
System viewsrepl_meta_commands, time_travel_system_views_tests
PostgreSQL protocolpostgres_extended_protocol_tests, postgres_scram_auth_tests, postgres_ssl_tests
Binary value handlingv334_a15_binary_int4, a15_postgres_binary_int4_transaction
Terminal window
cd ~/Helios/Nano
cargo test branch_sql_integration_tests
cargo test materialized_view_tests
cargo test repl_meta_commands
cargo test --test postgres_extended_protocol_tests

Notes

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.