You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you execute a QL test from the test explorer, and the compilation of the tested query has warnings, such as unused predicates or deprecated elements, then the diff view of a failed test is not visible.
Version
The CodeQL and VS Code version in which the bug occurs.
This will be fixed in the next release of the extension. Please note that the compiler warning will still show up in the test output as this functionality is used for testing CodeQL itself as well:
Describe the bug
When you execute a QL test from the test explorer, and the compilation of the tested query has warnings, such as unused predicates or deprecated elements, then the diff view of a failed test is not visible.
Version
The CodeQL and VS Code version in which the bug occurs.
CodeQL extension version: 1.12.2
CodeQL CLI version: 2.14.6
Platform: darwin x64
To reproduce
Expected behavior
The test explorer shows the diff of the expected and actual output, in addition to the compiler warnings.
The text was updated successfully, but these errors were encountered: