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

Tests cannot be cancelled #73

Open
AZWN opened this issue Sep 3, 2021 · 0 comments
Open

Tests cannot be cancelled #73

AZWN opened this issue Sep 3, 2021 · 0 comments

Comments

@AZWN
Copy link
Contributor

AZWN commented Sep 3, 2021

Bug description
When executing stxtests, cancellation is not possible

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant