Skip to content

Async version of org.eclipse.microprofile.rest.client.tck.EntityPartTest to test multipart is missing in the tck #403

@neenapj

Description

@neenapj

The existing TCK test org.eclipse.microprofile.rest.client.tck.EntityPartTest only exercises the synchronous call path and employs a filter that forces an abort in order to return success or failure. As a result, it does not allow for a full end‑to‑end test, so a complete run never takes place. This is a gap.
Moreover, there is no asynchronous variant of EntityPartTest, which leads to a testing gap in multipart behavior for async clients.

This issue is being created to address the following:

Update EntityPartTest to perform a full server‑side process and remove the filter.

Add a new test, called AsyncEntityPartTest, to exercise the asynchronous call path with a full server process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions