You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Orchestrion doesn't instrument if you aren't in the go.mod folder
orchestrion/_integration-tests/civisibility on main [$?] via 🐹 v1.23.2 on ☁️ [email protected]
❯ ../../orchestrion go test -tags=integration -shuffle=on ./...
panic: Orchestrion is not enabled, please run this test with orchestrion
goroutine 1 [running]:
datadoghq.dev/orchestrion/_integration-tests/civisibility.TestMain(...)
/Users/tony.redondo/repos/github/tonyredondo/orchestrion/_integration-tests/civisibility/main_test.go:30
main.main()
_testmain.go:61 +0xa4
FAIL datadoghq.dev/orchestrion/_integration-tests/civisibility 0.416s
FAIL
orchestrion/_integration-tests/civisibility on main [$?] via 🐹 v1.23.2 on ☁️ [email protected] took 3s
❯ cd ..
orchestrion/_integration-tests on main [$?] via 🐹 v1.23.2 on ☁️ [email protected]
❯ ../orchestrion go test -tags=integration -shuffle=on ./civisibility/...
ok datadoghq.dev/orchestrion/_integration-tests/civisibility 4.355s
Describe what you expected:
Test building and passing
Steps to reproduce the issue:
already in the description
Additional environment details (Version of Go, Operating System, etc.):
go version go1.23.2 darwin/arm64
The text was updated successfully, but these errors were encountered:
Load the configuration from the module root instead of the current
working directory, so that it no longer fails when building a package in
a sub-directory.
Fixes#464
)
Load the configuration from the module root instead of the current
working directory, so that it no longer fails when building a package in
a sub-directory.
Fixes#464
Version of orchestrion
orchestrion v1.0.2
Describe what happened:
Orchestrion doesn't instrument if you aren't in the go.mod folder
Describe what you expected:
Test building and passing
Steps to reproduce the issue:
already in the description
Additional environment details (Version of Go, Operating System, etc.):
go version go1.23.2 darwin/arm64
The text was updated successfully, but these errors were encountered: