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

Update parameters-and-testcases #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

max-i-am
Copy link

The original piece of code for main.go does throw the following error, when executed as advised in the documentation.

# github.com/your/module/name
./main.go:12:5: undefined: "github.com/testground/sdk-go/runtime".InvokeMap
./main.go:12:34: undefined: "github.com/testground/sdk-go/runtime".TestCaseFn

The following screenshot shows the full error.

fullerror

The changed code fixes this problem by importing run from the Go SDK. However, because run is used the function run has to be renamed to runf.

@max-i-am
Copy link
Author

New Update for communication between instances with the same error as before in parameters and testcases.

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.

1 participant