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

Move logic from SDKs + Harness scripts to Sandbox #297

Open
winder opened this issue Jun 9, 2023 · 0 comments
Open

Move logic from SDKs + Harness scripts to Sandbox #297

winder opened this issue Jun 9, 2023 · 0 comments
Labels
new-feature-request Feature request that needs triage Team Lamprey

Comments

@winder
Copy link
Contributor

winder commented Jun 9, 2023

Problem

Sandbox environment variables are overridden in the test harness and the SDKs which causes the repositories to be tightly coupled. If a new parameter is added to sandbox, or modified in some way, it must be propogated to 5 additional repositories.

Recently there was a major change which added conduit configurations. All of the sandbox configurations were updated, and tested as part of CI. All of the SDK tests were broken.

Solution

The default sdk testing configuration should be a config file which is part of sandbox.
The logic in this repo should be stripped down to a bare minimum.
Any logic unique to this repository, like dumping errors on a failure, should become sandbox feataures.

Dependencies

sandbox + SDKs

Urgency

@winder winder added new-feature-request Feature request that needs triage Team Lamprey labels Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature-request Feature request that needs triage Team Lamprey
Projects
None yet
Development

No branches or pull requests

1 participant