-
Notifications
You must be signed in to change notification settings - Fork 757
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
Fix multiple UnitTests #5702
Fix multiple UnitTests #5702
Conversation
dcb9cad
to
dec3f80
Compare
dec3f80
to
24d6e9d
Compare
2deb038
to
a0ebdc5
Compare
This PR is now ready for review :) |
test_copy_nodeMapIsCopied and test_synthDef_isReleased_afterFree
use a dedicated server and quit it when done
This branch ignores "Persistent UI failed to open file (...)" error
a0ebdc5
to
7988c64
Compare
Remote server method was fixed in supercollider#5715
a4b96b1
to
dfd8316
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically approved but want to consider the crucialfelix bit... otherwise, fine from my side to merge in
} | ||
test_controlFree { | ||
var s,busses; | ||
s = Server.default; | ||
s = Server(thisMethod.name); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this!
Purpose and Motivation
This PR fixes a number of issues with UnitTests, particularly for running them in the CI:
TestFunction -test_plot
arguably was hiding the server booting most covertly...34833507 passing tests with no tests that did not finishTypes of changes
To-do list