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/24 15:03:58 UTC

[streampipes] 01/01: Merge pull request #1153 from apache/SP-1132

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 8b079f028e776b55df7d1610c1e7005744947720
Merge: 694b84759 09e70845e
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Tue Jan 24 16:03:51 2023 +0100

    Merge pull request #1153 from apache/SP-1132
    
    Sp 1132: Replace FileSet adapters with FileStream adapters in all e2e tests

 .../iiot/protocol/stream/FileStreamProtocol.java   |  4 +-
 .../fixtures/connect/aggregationRules/expected.csv |  2 -
 .../support/builder/GenericAdapterBuilder.ts       |  2 +-
 .../support/utils/DataDownloadDialogUtils.ts       |  2 -
 ui/cypress/support/utils/PrepareTestDataUtils.ts   | 14 +++---
 .../support/utils/ProcessingElementTestUtils.ts    | 19 +++++---
 ui/cypress/support/utils/connect/ConnectUtils.ts   | 52 ++++++++--------------
 ui/cypress/support/utils/datalake/DataLakeUtils.ts | 16 ++++---
 .../adapter/createAdapterWithoutStarting.spec.ts   |  5 +--
 ui/cypress/tests/adapter/formats/format.spec.ts    |  4 +-
 ui/cypress/tests/adapter/rules/streamRules.spec.ts |  2 +-
 .../dataDownloadDialogTest.smoke.spec.ts           |  1 +
 ui/cypress/tests/datalake/deleteWidget.ts          |  1 -
 .../datalake/widgetDataConfiguration.smoke.spec.ts |  2 -
 .../pipeline-element-runtime-info.component.html   |  2 +-
 .../adapter-started-dialog.component.html          |  3 +-
 16 files changed, 58 insertions(+), 73 deletions(-)