You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test spring cleaning: ensure Sandboxes are terminated, clean out obsolete tests, etc. (#217)
* Always terminate Sandboxes in tests
* Call closeEphemeral from onTestFinished
* Remove irrelevant/unnecessary tests and asserts
* Clean up unneccessary comments
* Align Sandbox var naming in exampels
... and tests, while we're at it.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Both client libraries are pre-1.0, and they have separate versioning.
6
6
7
7
- Enabled goroutine leak detection for all tests by default.
8
8
- Fixed a few remaining goroutine leaks.
9
+
- Test clean-ups: ensure we always terminate Sandboxes, close ephemeral objects, etc.
9
10
- Added debug logging to `CloudBucketMount` creation in Go, bringing it in line with the JS SDK.
10
11
- Updated the API for creating `CloudBucketMount`s in JS, using the same `modal.cloudBucketMounts.create()` pattern as other Modal objects, bringing it in line with the Go SDK.
0 commit comments