algorand / algorand-sdk-testing

Testing framework for Algorand SDKs
MIT License
20 stars 35 forks source link

Bugfix: channel v source #224

Closed tzaffi closed 2 years ago

tzaffi commented 2 years ago

The sandbox is always defaulting to release and the generated config.harness isn't sticking because the verbose flag is provided in the wrong order.

Additionally, after refactoring the SDK Sandboxization PR's to no longer overwrite .env, there is no way to pass through the verbosity, except by overwriting. The PR re-enables passing through by also reading VERBOSE_HARNESS as a flag (either -v or --verbose).

For more details regarding "before" and "after" behavior on Circle, see the companion Python SDK PR

tzaffi commented 2 years ago

The changes seem to work properly on my local machine! what is the problem with the compile.feature file?

@algochoi - I created issue #226 and commit to spending some time in the next couple of days trying to understand what is actually going on. Are you good on other fronts?