Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-546

Aggregator Verifier and Integrate to E2E Test Framework

Details

    • Task
    • Status: Open
    • P3
    • Resolution: Unresolved
    • None
    • None
    • testing
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            markflyhigh Mark Liu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: