Commit e44967b
committed
test: correct comment on label-filter rationale (#104)
The previous comment claimed the test's setup CREATE PROPERTY GRAPH
job did not carry the sdk_feature='ontology-gql' label. That was
factually wrong: setup goes through
OntologyPropertyGraphCompiler.create_property_graph() (line 387),
which does carry the label.
The test logic was already correct — the setup job is excluded by
the post-setup timestamp captured in step 2, not by the label
filter. The label filter excludes user-authored raw SQL DDL jobs
(without SDK labels), which is its actual purpose. Only the comment
needed to change.
No code change.1 parent 5e53b61 commit e44967b
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
456 | 458 | | |
457 | 459 | | |
458 | 460 | | |
| |||
0 commit comments