openaire / iis

Information Inference Service of the OpenAIRE system
Apache License 2.0
20 stars 11 forks source link

Fix citationmatching test failing due to missing sparkExecutorOverhead param #1431

Closed marekhorst closed 11 months ago

marekhorst commented 11 months ago

In #1427 (this commit: https://github.com/openaire/iis/commit/1bd58dfd0981e149e99dbe0fb2752f9f6c045a68) we have introduced sparkExecutorOverhead parameter, without a default value, but we did not set this parameter in direct citation matching tests.

We need to add this value explicitly in every failing test.