Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Create infrastructure to test E2E flow for multiple datasource feature #1230

Closed
derek-ho opened this issue Apr 24, 2024 · 1 comment · Fixed by #1146
Closed

[FEATURE] Create infrastructure to test E2E flow for multiple datasource feature #1230

derek-ho opened this issue Apr 24, 2024 · 1 comment · Fixed by #1146
Labels
enhancement New feature or request untriaged

Comments

@derek-ho
Copy link
Contributor

Is your feature request related to a problem?

Today, there is no way to test the multiple datasources feature. The existing tests use a dummy endpoint (opensearch.org), with no ability to have any CRUD operations done on it. OSD core itself should be able to test validation/creation of a real endpoint, and any plugins onboarding onto this feature should also be able to test this same real-world use case.

What solution would you like?

Infrastructure to spin up a real external datasource (opensearch for now). For example, running on a different port within the same github runner so FTR tests can be run that can add/remove/perform CRUD operations on that external datasource.

What alternatives have you considered?

None

Do you have any additional context?

None

@derek-ho
Copy link
Contributor Author

Completed with: #1146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
None yet
1 participant