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/20 08:10:57 UTC

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

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


    omit 3ffecead3 [WIP] Rework e2e tests
    omit dd6c07535 [wip] Remove set adapters from e2e tests

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/SP-1121 (62bf0927b)
            \
             O -- O -- O   (3ffecead3)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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 -
 .../support/utils/DataDownloadDialogUtils.ts       |  6 +-
 ui/cypress/support/utils/PrepareTestDataUtils.ts   | 24 +++----
 ui/cypress/support/utils/connect/ConnectUtils.ts   | 79 ++++++++++----------
 ui/cypress/support/utils/datalake/DataLakeUtils.ts |  2 +-
 .../adapter/createAdapterWithoutStarting.spec.ts   |  7 +-
 ui/cypress/tests/adapter/fileStream.smoke.spec.ts  |  2 +-
 ui/cypress/tests/adapter/formats/format.spec.ts    |  6 +-
 .../adapter/machineDataSimulator.smoke.spec.ts     |  2 +-
 ui/cypress/tests/adapter/opcAdapter.ts             |  4 +-
 .../tests/adapter/persistInDataLake.smoke.spec.ts  |  2 +-
 .../tests/adapter/randomDataSimulatorStream.ts     |  2 +-
 .../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 ++-
 .../dataDownloadDialogTest.smoke.spec.ts           | 84 +++++++++++-----------
 .../tests/datalake/configuration.smoke.spec.ts     |  9 +--
 ui/cypress/tests/datalake/widgets/table.ts         |  2 +-
 .../pipeline-element-runtime-info.component.html   |  2 +-
 .../adapter-started-dialog.component.html          |  3 +-
 29 files changed, 149 insertions(+), 171 deletions(-)