[
https://issues.apache.org/jira/browse/ANY23-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17431365#comment-17431365
]
Lewis John McGibbney commented on ANY23-522:
--------------------------------------------
I just observed the following
{code:text}
-------------------------------------------------------------------------------
Test set: org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
-------------------------------------------------------------------------------
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.241 s - in
org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
{code}
> 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
> Priority: Major
> 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)