Fix MDEV-39207 test (skip if ha_example is not built)#5181
Conversation
|
|
There was a problem hiding this comment.
Code Review
This pull request updates the session_track_system_variables_basic.test test file to include the have_example_plugin.inc source file, ensuring the example plugin is available for the test execution. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
Ensures the sys_vars test session_track_system_variables_basic.test is skipped when the ha_example (EXAMPLE) plugin is not built/available, preventing failures in configurations where $HA_EXAMPLE_SO is unset.
Changes:
- Add
--source include/have_example_plugin.incto gate the test on availability of the EXAMPLE plugin.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.