influxdb/influxdb3/tests/cli/snapshots
Trevor Hilton ee2dc2603e
feat: add system.processing_engine_trigger_arguments table (#26604)
Add a new system table that allows users to inspect the arguments
configured for processing engine triggers. The table has three columns:
- trigger_name: name of the trigger
- argument_key: key of the argument
- argument_value: value of the argument

Each trigger argument appears as a separate row in the table, making
it easy to query specific triggers or arguments.

Update snapshot files to include processing_engine_trigger_arguments table

Update test snapshots to include the new processing_engine_trigger_arguments
system table in:
- Table listing outputs
- Error messages showing valid table names
- Table summaries

This ensures tests properly reflect the new system table in their
expected outputs.
2025-07-11 11:41:14 -07:00
..
lib__cli__distinct_cache_create_and_delete-2.snap chore: move separate cli and server tests (#25934) 2025-01-31 11:41:44 -05:00
lib__cli__distinct_cache_create_and_delete.snap chore: backport changes to catalog from enterprise (#26116) 2025-03-11 12:11:51 -04:00
lib__cli__fail_without_database_name.snap chore: Overhaul CLI tests for better ergonomics. (#26168) 2025-03-20 09:19:12 -07:00
lib__cli__invalid_precision.snap chore: move separate cli and server tests (#25934) 2025-01-31 11:41:44 -05:00
lib__cli__iox_schema_table_name_exists,_but_should_error_because_we're_concerned_here_with_system_tables.snap feat: add system.processing_engine_trigger_arguments table (#26604) 2025-07-11 11:41:14 -07:00
lib__cli__random_table_name_doesn't_exist,_should_error.snap feat: add system.processing_engine_trigger_arguments table (#26604) 2025-07-11 11:41:14 -07:00
lib__cli__summary_should_show_up_to_ten_entries_from_each_table.snap feat: add system.processing_engine_trigger_arguments table (#26604) 2025-07-11 11:41:14 -07:00
lib__cli__table-list_should_list_system_schema_tables_only.snap feat: add system.processing_engine_trigger_arguments table (#26604) 2025-07-11 11:41:14 -07:00
lib__cli__table_NAME_should_show_queries_table_without_information_or_system_schema_queries.snap chore: move separate cli and server tests (#25934) 2025-01-31 11:41:44 -05:00
lib__cli__test_create_table_fail_existing.snap chore: backport changes to catalog from enterprise (#26116) 2025-03-11 12:11:51 -04:00