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

fix(e2e): add tests for latest features #94

Merged
merged 15 commits into from
Sep 19, 2023
Merged

fix(e2e): add tests for latest features #94

merged 15 commits into from
Sep 19, 2023

Conversation

Pothulapati
Copy link
Collaborator

No description provided.

@Pothulapati Pothulapati force-pushed the tar/tests branch 3 times, most recently from 21fb8b8 to 03e11ff Compare September 19, 2023 07:26
@@ -96,6 +96,10 @@ func GetDragonflyResources(ctx context.Context, df *resourcesv1.Dragonfly) ([]cl
Name: DragonflyPortName,
ContainerPort: DragonflyPort,
},
{
Name: "admin",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch 👍

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wasn't the issue actually i.e https://stackoverflow.com/questions/63526825/kubernetes-service-without-defined-port#:~:text=Yes%20you%20can%20expose%20service,uses%2C%20but%20is%20primarily%20informational.

But the issue was to have admin_nopass otherwise when password is set, we get a bunch of noauth errors. This is required.

Copy link
Contributor

@Abhra303 Abhra303 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Pothulapati Pothulapati merged commit 4a0317a into main Sep 19, 2023
@Pothulapati Pothulapati deleted the tar/tests branch September 19, 2023 13:18
diffuse pushed a commit to diffuse/dragonfly-operator that referenced this pull request Nov 18, 2023
* fix(e2e): add tests for latest features

* use admin_nopass

* also add --primary_port_http_enabled=false

* use env for testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants