-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70789/#review215717
-----------------------------------------------------------



Found testcase failure, I guess its related to this fix.

https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/1178/console

Tests run: 122, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 389.65 sec 
<<< FAILURE! - in TestSuite
testDiscoveryWithSearchParameters(org.apache.atlas.web.integration.BasicSearchIT)
  Time elapsed: 0.084 sec  <<< FAILURE!
java.lang.AssertionError: Metadata service API 
org.apache.atlas.AtlasClientV2$API_V2@5388207a failed with status 500 (Internal 
Server Error) Response Body (There was an error processing your request. It has 
been logged (ID 3744d1b4aa803532).)
        at org.testng.Assert.fail(Assert.java:94)
        at 
org.apache.atlas.web.integration.BasicSearchIT.testDiscoveryWithSearchParameters(BasicSearchIT.java:134)


Results :

Failed tests: 
org.apache.atlas.web.integration.BasicSearchIT.testDiscoveryWithSearchParameters(org.apache.atlas.web.integration.BasicSearchIT)
  Run 1: PASS
  Run 2: PASS
  Run 3: BasicSearchIT.testDiscoveryWithSearchParameters:134 Metadata service 
API org.apache.atlas.AtlasClientV2$API_V2@5388207a failed with status 500 
(Internal Server Error) Response Body (There was an error processing your 
request. It has been logged (ID 3744d1b4aa803532).)


Tests run: 120, Failures: 1, Errors: 0, Skipped: 0

- Nixon Rodrigues


On June 6, 2019, 7:41 a.m., Madhan Neethiraj wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/70789/
> -----------------------------------------------------------
> 
> (Updated June 6, 2019, 7:41 a.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Aadarsh Jajodia, keval bhatt, 
> Sridhar K, Le Ma, Nikhil Bonte, Nixon Rodrigues, Saqeeb Shaikh, and Sarath 
> Subramanian.
> 
> 
> Bugs: ATLAS-3262
>     https://issues.apache.org/jira/browse/ATLAS-3262
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> - skipped full-text index computation & population when free-text is enabled
> - added FreeTextRequestHandlerPatch to create /freetext request handler in 
> Solr
> - fixed free-text search handling of typeName filter
> 
> 
> Diffs
> -----
> 
>   
> graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraph.java
>  edab08cc0 
>   
> graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraphSolrIndexClient.java
>  a55fc3689 
>   intg/src/main/java/org/apache/atlas/ApplicationProperties.java 6d0153f7d 
>   
> repository/src/main/java/org/apache/atlas/discovery/FreeTextSearchProcessor.java
>  b1a84c742 
>   repository/src/main/java/org/apache/atlas/discovery/SearchContext.java 
> 50edb9faf 
>   
> repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedSearchIndexer.java
>  56655a845 
>   
> repository/src/main/java/org/apache/atlas/repository/graph/SolrIndexHelper.java
>  20a517ff1 
>   
> repository/src/main/java/org/apache/atlas/repository/patches/AtlasPatchManager.java
>  259f24674 
>   
> repository/src/main/java/org/apache/atlas/repository/patches/FreeTextRequestHandlerPatch.java
>  PRE-CREATION 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityChangeNotifier.java
>  035b02ce4 
>   
> repository/src/main/java/org/apache/atlas/util/AtlasRepositoryConfiguration.java
>  1d296057b 
> 
> 
> Diff: https://reviews.apache.org/r/70789/diff/1/
> 
> 
> Testing
> -------
> 
> - verified that free-text handler is created by the patch for the first time 
> this enhancement is applied in an existing env
> - verified that the free-text search handles typeName filter correctly
> - pre-commit tests run: 
> https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/1176/
> 
> 
> Thanks,
> 
> Madhan Neethiraj
> 
>

Reply via email to