Skip to content

[TCK Challenge]: Bug issue at the test 539 testReturnStreamOfRecordThatSelectsAttributesFindEntity #1309

@otaviojava

Description

@otaviojava

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.

Image

Additional Context

No response

Is there an existing challenge for this?

  • I have searched the existing issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions