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

python: Move the remaining unit tests off of starting their own Sandbox #97

Merged
merged 1 commit into from
Aug 4, 2020

Conversation

da-tanabe
Copy link
Contributor

Move the remaining unit tests off of starting their own Sandbox and explicitly declaring Party literals.

There are some tests that require specialized setups; they have all been dropped:

  • test_static_time: static time is a deprecated feature of Sandbox, so attempting to reimplement this configuration in a way that works with the new CircleCI setup as outlined in Migrate build and tests to the latest version of the DAML SDK #75 is not worth it.
  • test_ssl: SSL tests will be reimplemented in the new setup via an nginx sidecar that also runs as part of the build that fronts the non-SSL sandbox that is run with the tests. The current SSL test has been skipped since before dazl was open-sourced, so it needs to be rewritten as part of a PR that focuses specifically on remediating the state of the SSL code in dazl.
  • test_sandbox_wrapper: this test validates the behavior of the sandbox wrapper function that launches a sandbox as part of tests, which this PR aims to remove its entirety.

@mschaef-da mschaef-da self-requested a review August 4, 2020 13:02
@da-tanabe da-tanabe merged commit b19facb into master Aug 4, 2020
@da-tanabe da-tanabe deleted the python-single-sandbox-tests-2 branch August 4, 2020 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants