Commit e6841d9
committed
fix: track .bqrs test input files in before directories
The integration tests for codeql_bqrs_interpret were failing in CI because
the .bqrs files in before/ directories were being ignored by the gitignore
rule (**/*.bqrs). These files exist locally but were not committed, causing
the tests to fail with 'No .bqrs files found'.
Fixed by:
1. Adding an exception to .gitignore for .bqrs files in before/ directories
2. Force-adding the 4 .bqrs test input files that were previously ignored1 parent 63c746b commit e6841d9
File tree
5 files changed
+41
-0
lines changed- client/integration-tests
- primitives/tools
- codeql_bqrs_decode/basic_decode/before
- codeql_bqrs_info/basic_info/before
- codeql_bqrs_interpret
- graphtext_format/before
- sarif_format/before
5 files changed
+41
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Binary file not shown.
Binary file not shown.
0 commit comments