Specification
Assertion
TCK Version
1.1.0-M1
Implementation being tested
Eclipse JNoSQL
Challenge Scenario
Claims that a test assertion conflicts with the specification.
Full Description
There is an issue with the test identified by method ID 539, specifically
testReturnStreamOfRecordThatSelectsAttributesFindEntity.
The test invokes the following method:
Stream<CardinalNumber> stream = characters.cardinalNumberStream(3L);
From the test context, I assume the underlying query to be equivalent to:
FROM NaturalNumber WHERE floorOfSquareRoot = 3
However, the test is currently failing.
When inspecting the generated data manually, the behavior appears to be inconsistent with the test expectations. Once the dataset is generated, seven elements are returned, which contradicts what the test seems to assume.
Additional Context
No response
Is there an existing challenge for this?