-
Notifications
You must be signed in to change notification settings - Fork 130
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
Testing wait ice and plugin effects unloading #442
base: main
Are you sure you want to change the base?
Conversation
@vladdoster @pschmitt: The test works correctly now because:
|
@vladdoster @pschmitt @jankatins I've checked that the added test correctly detects bug breaking of the |
…[[ -n $var ]]'. Also test plugin unloading of atload'!…' ice (tracked atload'' ice)
@vladdoster @pschmitt @jankatins Added plugin unloading tests (they are based on |
@vladdoster @pschmitt @alichtman: ping? |
} | ||
|
||
@test '(un)load-ices' { | ||
rm -f $ZTMP |
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.
This should be moved to the setup function.
} | ||
|
||
@test 'wait-ice-with-condition' { | ||
rm -f $ZTMP |
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.
This should be moved to the setup function.
} | ||
|
||
@test 'wait-ice' { | ||
rm -f $ZTMP |
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.
This should be moved to the setup function.
Description
I've read about the need on testing
wait
ice. The following could work, but it doesn't. I'm commiting it so that some other eyes might come up with a solution.Motivation and Context
Related Issue(s)
Usage examples
How Has This Been Tested?
Types of changes
Checklist: