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

chore: remove Chi from test apps #1764

Merged
merged 3 commits into from
May 1, 2024

Conversation

zucchinidev
Copy link
Contributor

#187470327

Checklist:

  • Have you added Release Notes in the docs repositories?
  • Have you ran make run-integration-tests and make run-terraform-tests?
  • Have you ran acceptance tests for the service under change?
  • Have you followed the Conventional Commits specification?

@github-actions github-actions bot added the chore label Apr 30, 2024
Copy link
Member

@blgm blgm left a comment

Choose a reason for hiding this comment

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

Looks good, apart from one URL path change which could well be unintentional.

r.Put("/{schema}/{key}", handleSet(conn))
r.Get("/{schema}/{key}", handleGet(conn))
r := http.NewServeMux()
r.HandleFunc("GET /aliveness", aliveness)
Copy link
Member

Choose a reason for hiding this comment

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

The path has changed here. The aim of the aliveness endpoint is so that CloudFoundry knows that the app has started successfully, and I don't think changing the path work.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right. I changed the path

@blgm blgm force-pushed the chore_remove_chi_from_test_apps_187470327 branch from 81e85fe to fa39f8b Compare May 1, 2024 16:01
@blgm blgm merged commit d4f2f13 into main May 1, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

2 participants