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

Unable to run tests on definitions #4422

Closed
iamdey opened this issue Mar 15, 2023 · 0 comments · Fixed by #4423
Closed

Unable to run tests on definitions #4422

iamdey opened this issue Mar 15, 2023 · 0 comments · Fixed by #4423
Labels
bug cli Related to CLI tool

Comments

@iamdey
Copy link
Contributor

iamdey commented Mar 15, 2023

CLI Version

3.8.0;4.0.0-2

Operating system

debian

Bug description

Last versions of flow doesn't seem to be supported since ^0.200.0, option exact_by_default=true is missing in test config

Running ./build_and_test_cli.sh or ./quick_run_def_tests.sh fails:

.flowconfig:5 Must set option exact_by_default. Add either exact_by_default=true or exact_by_default=false to your [options] section.

Steps to reproduce

  1. clone repository
  2. run ./build_and_test_cli.sh
  3. or run ./quick_run_def_tests.sh

Error output/screenshots

ERROR: counterpart_v0.18.x/flow_v0.83.x-
* counterpart_v0.18.x/flow_v0.83.x- (flow-v0.201.0): Unexpected Flow errors (8):
    
    .flowconfig:5 Must set option `exact_by_default`. Add either `exact_by_default=true` or `exact_by_default=false` to your `[options]` section. Previously the absence of the option was equivalent to `exact_by_default=false`.
    

* counterpart_v0.18.x/flow_v0.83.x- (flow-v0.200.1): Unexpected Flow errors (8):
    
    .flowconfig:5 Must set option `exact_by_default`. Add either `exact_by_default=true` or `exact_by_default=false` to your `[options]` section. Previously the absence of the option was equivalent to `exact_by_default=false`.
…

Flow configuration

generated by tests command?

Anything else?

No response

Do you want to submit a pull request to fix this bug?

Yes, but need help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cli Related to CLI tool
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant