Closed Bug 1173168 Opened 9 years ago Closed 7 years ago

[Qb] Fix nested queries

Categories

(Testing Graveyard :: ActiveData, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ekyle, Unassigned)

Details

With subtests as nested documents, we must be able to query them as first order entites:

This query is not to be taken as valid, but should give an idea of what's required; it would be nice to us the parent document namespace so we avoid ".." prefix in the names when not required to clear up ambiguity.

> {
> 	"from":"unittest.result.subtests",
> 	"select":["test","timestamp","name","ok"],
> 	"where":{"and":[{"eq":{"build.revision12":"7380457b8ba0","result.ok":false}}]}
> }
Assignee: klahnakoski → nobody
There is at least one test for this
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.