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] Enhance Email integration test to work with remote hosts #463

Open
lezzago opened this issue May 20, 2022 · 1 comment
Open

[FEATURE] Enhance Email integration test to work with remote hosts #463

lezzago opened this issue May 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@lezzago
Copy link
Member

lezzago commented May 20, 2022

Is your feature request related to a problem?
Current email integration test wont work with a remote host and only works with a localhost

What solution would you like?
Extend the functionality to let the SMTP server bee created on the remote host if possible

@lezzago
Copy link
Member Author

lezzago commented Jul 15, 2022

To run email integration tests for Notifications, we need to create a SMTP server that the OpenSearch cluster can connect with. With the current solution, this would only be possible if the OpenSearch cluster the tests are running against are on the same hosts and additionally not in a docker container.

A new solution to setup the SMTP server is needed where a remote OpenSearch cluster or one in a docker container can still connect to it, so we can run email integration tests successfully.

@qreshi qreshi removed the untriaged label Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants