Skip to content

PTEUDO-1096 perform reconcile tests on PR builds #251

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

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

drewwells
Copy link
Contributor

@drewwells drewwells commented Jul 6, 2024

PTEUDO-1096 perform reconcile tests on PR builds

@drewwells drewwells force-pushed the enableDBControllerTests branch from 04c053f to 0ced28c Compare July 8, 2024 21:54
@drewwells drewwells changed the title turn on some of the integration tests and move some to unit test PTEUDO-1096 perform reconcile tests on PR builds Jul 8, 2024
@drewwells drewwells marked this pull request as ready for review July 8, 2024 21:54
@drewwells drewwells force-pushed the enableDBControllerTests branch 3 times, most recently from 313f025 to 80ef190 Compare July 9, 2024 04:06
    Stand up a local postgres for testing
    Fix many issues within the initial test suite that caused reconcile to fail
@drewwells drewwells force-pushed the enableDBControllerTests branch from 80ef190 to d775a36 Compare July 9, 2024 04:24
@drewwells drewwells enabled auto-merge (squash) July 9, 2024 04:46
cmd := exec.Command("make", "undeploy")
_, err := utils.Run(cmd)
Expect(err).NotTo(HaveOccurred())
// By("Helm upgrading the manager")
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we keep it or remove?

@@ -70,7 +70,7 @@ test: manifests generate fmt vet envtest ## Run tests.
.PHONY: test-e2e # Run the e2e tests against a Kind k8s instance that is spun up.
test-e2e: NS?=$(shell cat .id)
test-e2e:
NAMESPACE=$(NS) go test ./test/e2e/ -v -ginkgo.v
NAMESPACE=$(NS) ENV=box-3 go test ./test/e2e/ -v -ginkgo.v
Copy link
Contributor

Choose a reason for hiding this comment

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

What do you think of creating a file like the ".id" one to put the server instead of hardcoding it here?

@drewwells drewwells merged commit bbf4540 into main Jul 9, 2024
3 checks passed
@drewwells drewwells deleted the enableDBControllerTests branch July 9, 2024 14:38
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.

3 participants