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 937aab7f2e fix: Remove flaky count e2e test (#3913)
937aab7f2e is described below
commit 937aab7f2e25164504a230a6e6145b210c36a66a
Author: Philipp Zehnder <[email protected]>
AuthorDate: Thu Nov 13 13:40:38 2025 +0100
fix: Remove flaky count e2e test (#3913)
---
.../filters-siddhi/count1/description.json | 26 ----------------------
.../filters-siddhi/count1/expected.csv | 4 ----
.../filters-siddhi/count1/input.csv | 4 ----
3 files changed, 34 deletions(-)
diff --git
a/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/description.json
b/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/description.json
deleted file mode 100644
index d7ff167c24..0000000000
--- a/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/description.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "count_value_occurrence",
- "ignoreTimestamp": true,
- "config": [
- {
- "type": "drop-down",
- "selector": "count-mapping",
- "value": "text"
- },
- {
- "type": "drop-down",
- "selector": "timestamp-mapping",
- "value": "timestamp"
- },
- {
- "type": "radio",
- "selector": "scale",
- "value": "Seconds"
- },
- {
- "type": "input",
- "selector": "time-window",
- "value": "10"
- }
- ]
-}
diff --git
a/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/expected.csv
b/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/expected.csv
deleted file mode 100644
index fbe08b2866..0000000000
--- a/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/expected.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-count;value
-1.0;hello
-1.0;world
-2.0;hello
diff --git
a/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/input.csv
b/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/input.csv
deleted file mode 100644
index c9d251c6c9..0000000000
--- a/ui/cypress/fixtures/pipelineElement/filters-siddhi/count1/input.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-timestamp;text
-1623871499055;hello
-1623871503078;world
-1623871504079;hello