Lewis John McGibbney created ANY23-522:
------------------------------------------
Summary: EmbeddedJSONLDExtractorTest taking > 7s
Key: ANY23-522
URL: https://issues.apache.org/jira/browse/ANY23-522
Project: Apache Any23
Issue Type: Improvement
Components: extractors, json-ld
Reporter: Lewis John McGibbney
Assignee: Lewis John McGibbney
Fix For: 2.6
When running against master branch, I observe the
[EmbeddedJSONLDTest|https://github.com/apache/any23/blob/master/core/src/test/java/org/apache/any23/extractor/html/EmbeddedJSONLDExtractorTest.java]
taking significant time to execute.
{code:text}
-------------------------------------------------------------------------------
Test set: org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
-------------------------------------------------------------------------------
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.692 s - in
org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
{code}
The
[JSONLDExtractorTest|https://github.com/apache/any23/blob/master/core/src/test/java/org/apache/any23/extractor/rdf/JSONLDExtractorTest.java]
does not pose any issues
{code:text}
-------------------------------------------------------------------------------
Test set: org.apache.any23.extractor.rdf.JSONLDExtractorTest
-------------------------------------------------------------------------------
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in
org.apache.any23.extractor.rdf.JSONLDExtractorTest
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)