Skip to content

integration test hostname changed to local IP - #55

Open
bubylou wants to merge 6 commits into
vanadium23:mainfrom
bubylou:patch-1
Open

integration test hostname changed to local IP#55
bubylou wants to merge 6 commits into
vanadium23:mainfrom
bubylou:patch-1

Conversation

@bubylou

@bubylou bubylou commented Mar 27, 2026

Copy link
Copy Markdown

Allows for building in environments other than the existing container with the name "app" workflow. Resolves #54

Allows for building in environments other than the existing container with the name "app" workflow.
Comment thread integration-test/integration_test.go
@bubylou
bubylou force-pushed the patch-1 branch 2 times, most recently from 98079f1 to 6e29234 Compare March 29, 2026 14:02
@bubylou

bubylou commented Apr 3, 2026

Copy link
Copy Markdown
Author

My original reason for this change was for building this application for NixOS which I recently found out that the default sandbox does not allow networking. I'll have to either skip that particular test or build inside a container. I no longer have a use for this change. @vanadium23 am I good to close this PR or did you want to keep the change?

Comment thread integration-test/integration_test.go Outdated
user = readPrefixedEnv("TEST_USER")
password = readPrefixedEnv("TEST_PASSWORD")

if user == "" || password == "" {

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

I think it needs to be something like:

if user == "" {
  user = "user"
}
if password == "" {
  password = "password"
}

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Done.

@vanadium23

Copy link
Copy Markdown
Owner

@bubylou can you fix the integration tests?

@bubylou

bubylou commented Apr 6, 2026

Copy link
Copy Markdown
Author

@bubylou can you fix the integration tests?

Tests pass on my machine now, I should have checked that earlier. Just need your approval to run the workflow and make sure that passes too.

@bubylou
bubylou requested a review from vanadium23 April 7, 2026 02:54
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.

Healthcheck Hostname Change

2 participants