-
Notifications
You must be signed in to change notification settings - Fork 241
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
Integration tests don't run with embedded bundle binary #673
Comments
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 1, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 1, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 1, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 2, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 2, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 8, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 8, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 8, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 8, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 8, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 8, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 8, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 8, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 8, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 8, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 8, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 15, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 21, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 23, 2019
…nary for tests, and other updates - Pass arguments to make integration via flags to go test (that underlies make integration). - Let user specify which `crc` binary they want to use with integration tests. - Make tests run with embedded and non-embedded bundle. - Other additions: relevant docs, clean-up in a feature.
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 24, 2019
…nary for tests, and other updates - Pass arguments to make integration via flags to go test (that underlies make integration). - Let user specify which `crc` binary they want to use with integration tests. - Make tests run with embedded and non-embedded bundle. - Other additions: relevant docs, clean-up in a feature.
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 24, 2019
…nary for tests, and other updates - Pass arguments to make integration via flags to go test (that underlies make integration). - Let user specify which `crc` binary they want to use with integration tests. - Make tests run with embedded and non-embedded bundle. - Other additions: relevant docs, clean-up in a feature.
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 25, 2019
…nary for tests, and other updates - Pass arguments to make integration via flags to go test (that underlies make integration). - Let user specify which `crc` binary they want to use with integration tests. - Make tests run with embedded and non-embedded bundle. - Other additions: relevant docs, clean-up in a feature.
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Oct 29, 2019
…nary for tests, and other updates - Pass arguments to make integration via flags to go test (that underlies make integration). - Let user specify which `crc` binary they want to use with integration tests. - Make tests run with embedded and non-embedded bundle. - Other additions: relevant docs, clean-up in a feature.
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Nov 1, 2019
…nary for tests, and other updates - Pass arguments to make integration via flags to go test (that underlies make integration). - Let user specify which `crc` binary they want to use with integration tests. - Make tests run with embedded and non-embedded bundle. - Other additions: relevant docs, clean-up in a feature.
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Nov 4, 2019
…nary for tests, and other updates - Pass arguments to make integration via flags to go test (that underlies make integration). - Let user specify which `crc` binary they want to use with integration tests. - Make tests run with embedded and non-embedded bundle. - Other additions: relevant docs, clean-up in a feature.
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Nov 4, 2019
…nary for tests, and other updates - Pass arguments to make integration via flags to go test (that underlies make integration). - Let user specify which `crc` binary they want to use with integration tests. - Make tests run with embedded and non-embedded bundle. - Other additions: relevant docs, clean-up in a feature.
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Nov 4, 2019
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Nov 5, 2019
…nary for tests, and other updates - Pass arguments to make integration via flags to go test (that underlies make integration). - Let user specify which `crc` binary they want to use with integration tests. - Make tests run with embedded and non-embedded bundle. - Other additions: relevant docs, clean-up in a feature.
jsliacan
added a commit
to jsliacan/crc
that referenced
this issue
Nov 11, 2019
…nary for tests, and other updates - Pass arguments to make integration via flags to go test (that underlies make integration). - Let user specify which `crc` binary they want to use with integration tests. - Make tests run with embedded and non-embedded bundle. - Other additions: relevant docs, clean-up in a feature.
praveenkumar
pushed a commit
that referenced
this issue
Nov 11, 2019
…, and other updates - Pass arguments to make integration via flags to go test (that underlies make integration). - Let user specify which `crc` binary they want to use with integration tests. - Make tests run with embedded and non-embedded bundle. - Other additions: relevant docs, clean-up in a feature.
Resolved via #724 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running integration tests (independent of the binary) against a compiled binary results in
constants.BundleEmbedded
returning false as the tests weren't compiled with the binary.Suggested solution is to pass a flag to
make integration
specifying if the bundle is embedded or not.The text was updated successfully, but these errors were encountered: