comunica / comunica-feature-link-traversal

📬 Comunica packages for link traversal-based query execution
Other
8 stars 11 forks source link

Made mediator combine array handled rejected tests #128

Closed constraintAutomaton closed 3 months ago

constraintAutomaton commented 3 months ago

In the current state of affairs if one test of the mediator combines array fail than the engine crashed. In this PR we solved the issue by detecting which actor fail and not running their procedure.

rubensworks commented 3 months ago

The filterErrors flag exists for this exact reason. Does enabling this flag solve your problem?

constraintAutomaton commented 3 months ago

The filterErrors flag exists for this exact reason. Does enabling this flag solve your problem?

Probably, it was not there on the version of Comunica I was working with. I'm gonna test it tomorrow.