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

[BUG] STACK_VERSION=1.2.4 cargo make test fails #115

Closed
dblock opened this issue Jan 31, 2023 · 1 comment
Closed

[BUG] STACK_VERSION=1.2.4 cargo make test fails #115

dblock opened this issue Jan 31, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@dblock
Copy link
Member

dblock commented Jan 31, 2023

What is the bug?

In dev guide we tell devs to run STACK_VERSION=1.2.4 cargo make test. It fails. The first problem is that the docker image brought up has SSL enabled, so the default http://localhost:9200 doesn't work. Changing it to https://localhost:9200 in Cargo.toml gets further, but some certificate tests are still failing.

How can one reproduce the bug?

  1. Check out code.
  2. STACK_VERSION=1.2.4 cargo make test

What is the expected behavior?

Tests to pass.

What is your host/environment?

$ uname -a
Darwin b0f1d8717713 21.6.0 Darwin Kernel Version 21.6.0: Thu Sep 29 20:13:56 PDT 2022; root:xnu-8020.240.7~1/RELEASE_ARM64_T6000 arm64
@dblock dblock added the bug Something isn't working label Jan 31, 2023
@Xtansia
Copy link
Collaborator

Xtansia commented Mar 16, 2023

After several recent PRs these steps should now work as expected

@Xtansia Xtansia closed this as completed Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants