We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug description When executing stxtests, cancellation is not possible
stxtest
Steps to reproduce the behavior Execute the following test:
resolve loop() rules loop: loop() :- loop().
After a while, click the red cancel button in the Eclipse Progress view.
Observed behavior The test continues indefinately.
Expected behavior The test will stop executing within a few seconds, possibly with an error message.
Additional context NullCancels are passed to tests, breaking the connection with the button.
NullCancel
The text was updated successfully, but these errors were encountered:
AZWN
No branches or pull requests
Bug description
When executing
stxtest
s, cancellation is not possibleSteps to reproduce the behavior
Execute the following test:
After a while, click the red cancel button in the Eclipse Progress view.
Observed behavior
The test continues indefinately.
Expected behavior
The test will stop executing within a few seconds, possibly with an error message.
Additional context
NullCancel
s are passed to tests, breaking the connection with the button.The text was updated successfully, but these errors were encountered: