Skip to content

Commit e2a8ae3

Browse files
authored
Merge pull request #3625 from github/koesie10/update-test-plan
Update test plan
2 parents 79867e2 + 1bc13d7 commit e2a8ae3

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

docs/test-plan.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Run one of the above MRVAs, but cancel it from within VS Code:
179179
import semmle.python.frameworks.data.internal.ApiGraphModelsExtensions
180180
181181
from string path, string kind
182-
where sinkModel("vscode-codeql", path, kind)
182+
where sinkModel("vscode-codeql", path, kind, _)
183183
select path, kind
184184
```
185185

@@ -210,17 +210,7 @@ Run one of the above MRVAs, but cancel it from within VS Code:
210210
4. Open the ".model.yml" file corresponding to the library that was changed.
211211
- Check that the file contains entries for the methods that were modeled.
212212

213-
#### Test Case 3: Model with AI
214-
215-
Note that this test requires the feature flag: `codeQL.model.llmGeneration`
216-
217-
A package that the AI normally gives models for is `javax.servlet-api` from the `jhy/jsoup` repository.
218-
219-
1. Click "Model with AI".
220-
- Check that rows change to "Thinking".
221-
- Check that results come back and rows get filled out.
222-
223-
#### Test Case 4: Model as dependency
213+
#### Test Case 3: Model as dependency
224214

225215
Note that this test requires the feature flag: `codeQL.model.flowGeneration`
226216

0 commit comments

Comments
 (0)