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/02/27 07:55:34 UTC

[streampipes] branch dev updated: [hotfix] Fix failing e2e tests

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


The following commit(s) were added to refs/heads/dev by this push:
     new 21bef02d4 [hotfix] Fix failing e2e tests
21bef02d4 is described below

commit 21bef02d4e31fcfc7c40a2a937ef85a61b1edd3c
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Mon Feb 27 08:55:22 2023 +0100

    [hotfix] Fix failing e2e tests
---
 .../transformation-jvm/booleanCounter1/expected.csv        | 10 +++++-----
 .../transformation-jvm/booleanCounter2/expected.csv        | 14 +++++++-------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/ui/cypress/fixtures/pipelineElement/transformation-jvm/booleanCounter1/expected.csv b/ui/cypress/fixtures/pipelineElement/transformation-jvm/booleanCounter1/expected.csv
index a3f287057..bb50d0155 100644
--- a/ui/cypress/fixtures/pipelineElement/transformation-jvm/booleanCounter1/expected.csv
+++ b/ui/cypress/fixtures/pipelineElement/transformation-jvm/booleanCounter1/expected.csv
@@ -1,6 +1,6 @@
 timestamp;booleanToCount;counter
-1623871499055;true;1
-1623871502070;false;2
-1623871505084;true;3
-1623871507091;false;4
-1623871508093;true;5
+1623871499055;true;1.0
+1623871502070;false;2.0
+1623871505084;true;3.0
+1623871507091;false;4.0
+1623871508093;true;5.0
diff --git a/ui/cypress/fixtures/pipelineElement/transformation-jvm/booleanCounter2/expected.csv b/ui/cypress/fixtures/pipelineElement/transformation-jvm/booleanCounter2/expected.csv
index 5ce8e2809..5d77d45b2 100644
--- a/ui/cypress/fixtures/pipelineElement/transformation-jvm/booleanCounter2/expected.csv
+++ b/ui/cypress/fixtures/pipelineElement/transformation-jvm/booleanCounter2/expected.csv
@@ -1,8 +1,8 @@
 timestamp;counter;randomboolean
-1623871501064;1;true
-1623871502070;2;false
-1623871503078;3;true
-1623871504082;4;false
-1623871505084;5;true
-1623871506086;6;false
-1623871507091;7;true
+1623871501064;1.0;true
+1623871502070;2.0;false
+1623871503078;3.0;true
+1623871504082;4.0;false
+1623871505084;5.0;true
+1623871506086;6.0;false
+1623871507091;7.0;true