Skip to content

Aggregator Verifier and Integrate to E2E Test Framework #18039

@kennknowles

Description

@kennknowles

Create a matcher to verify the value of Aggregator, which is AggregatorValues, by given expected values.

For example:


MyFnWithAggregator fn = new MyFnWithAggregator();
Pipeline p = ... (setup the pipeline, use fn) ...
p.run();
assertThat(pResult,
isAggregatorValue(values, fn.aggregator));

It also should be integrated in E2E pipeline test and used by setting onSuccessMatcher.

Imported from Jira BEAM-546. Original Jira may contain additional context.
Reported by: markflyhigh.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions