You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Lewis John McGibbney (Jira)" <ji...@apache.org> on 2021/10/20 17:04:00 UTC

[jira] [Updated] (ANY23-522) EmbeddedJSONLDExtractorTest taking > 7s

     [ https://issues.apache.org/jira/browse/ANY23-522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated ANY23-522:
---------------------------------------
    Description: 
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:bash}
-------------------------------------------------------------------------------
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:bash}
-------------------------------------------------------------------------------
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}

  was:
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}


> 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:bash}
> -------------------------------------------------------------------------------
> 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:bash}
> -------------------------------------------------------------------------------
> 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)