Skip to content

Use Data Lake import API for faster Cypress test data setup #4258

@tenthe

Description

@tenthe

Body

Many Cypress tests currently prepare Data Lake data by uploading fixture files through a File_Stream adapter and persisting them via a pipeline. This adds avoidable setup complexity, longer execution times, and flaky waits because tests have to wait until the pipeline has ingested the data.

We should migrate the test-data setup for suitable E2E tests to the new Data Lake import REST API. Instead of creating adapters and persistence pipelines, tests should seed datasets directly through the import endpoint with static fixture data.

StreamPipes Committer

I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions