You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2023/01/19 21:12:25 UTC

[streampipes] branch SP-1121 updated (62bf0927b -> dd6c07535)

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a change to branch SP-1121
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 62bf0927b [#1121] First start persistence pipeline before starting adapter
     add dd6c07535 [wip] Remove set adapters from e2e tests

No new revisions were added by this update.

Summary of changes:
 .../fixtures/connect/aggregationRules/expected.csv |  3 +-
 .../fixtures/connect/aggregationRules/input.csv    | 13 ++---
 .../connect/removeDuplicateRules/expected.csv      | 11 ++--
 .../connect/removeDuplicateRules/input.csv         | 20 ++++----
 ui/cypress/fixtures/connect/schemaRules/input.csv  |  4 +-
 .../fixtures/connect/valueRules/expected.csv       |  2 +-
 ui/cypress/fixtures/connect/valueRules/input.csv   |  2 +-
 .../support/builder/GenericAdapterBuilder.ts       |  5 ++
 .../support/builder/SpecificAdapterBuilder.ts      |  5 ++
 ui/cypress/support/model/AdapterInput.ts           |  3 ++
 ui/cypress/support/utils/PrepareTestDataUtils.ts   | 23 ++++++---
 ui/cypress/support/utils/connect/ConnectUtils.ts   | 58 ++++++++++------------
 ui/cypress/support/utils/datalake/DataLakeUtils.ts |  2 +-
 .../adapter/createAdapterWithoutStarting.spec.ts   |  2 +-
 ui/cypress/tests/adapter/formats/format.spec.ts    |  6 ++-
 .../tests/adapter/rules/schemaRules.smoke.spec.ts  |  4 +-
 ui/cypress/tests/adapter/rules/streamRules.spec.ts |  4 +-
 ui/cypress/tests/adapter/rules/valueRules.ts       |  8 +--
 ui/cypress/tests/datalake/widgets/table.ts         |  2 +-
 .../pipeline-element-runtime-info.component.html   |  5 +-
 20 files changed, 99 insertions(+), 83 deletions(-)