You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/04/02 08:29:25 UTC

[jira] [Commented] (CAMEL-9797) camel-elastichsearch - Tests fails since recent upgrade

    [ https://issues.apache.org/jira/browse/CAMEL-9797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15222749#comment-15222749 ] 

Claus Ibsen commented on CAMEL-9797:
------------------------------------

Such as
{code}
org.apache.camel.component.elasticsearch.ElasticsearchIndexTest  Time elapsed: 0.332 sec  <<< ERROR!
java.lang.VerifyError:
Inconsistent stackmap frames at branch target 32
Exception Details:
  Location:
    org/elasticsearch/common/lucene/Lucene.asSequentialAccessBits(ILorg/apache/lucene/search/Scorer;)Lorg/apache/lucene/util/Bits; @32: new
  Reason:
    Type 'org/apache/lucene/search/Scorer' (current frame, locals[3]) is not assignable to 'org/apache/lucene/search/DocIdSetIterator' (stack map, locals[3])
  Current Frame:
    bci: @24
    flags: { }
    locals: { integer, 'org/apache/lucene/search/Scorer', 'org/apache/lucene/search/TwoPhaseIterator', 'org/apache/lucene/search/Scorer' }
    stack: { }
  Stackmap Frame:
    bci: @32
    flags: { }
    locals: { integer, 'org/apache/lucene/search/Scorer', 'org/apache/lucene/search/TwoPhaseIterator', 'org/apache/lucene/search/DocIdSetIterator' }
    stack: { }
  Bytecode:
    0x0000000: 2bc7 000c bb00 cf59 1ab7 00d0 b02b b600
    0x0000010: d14d 2cc7 0008 2b4e a700 082c b600 d24e
    0x0000020: bb00 d359 1a2d 2cb7 00d4 b0
  Stackmap Table:
    same_frame(@13)
    append_frame(@27,Object[#490])
    append_frame(@32,Object[#491])
{code}

> camel-elastichsearch - Tests fails since recent upgrade
> -------------------------------------------------------
>
>                 Key: CAMEL-9797
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9797
>             Project: Camel
>          Issue Type: Test
>          Components: camel-elasticsearch
>    Affects Versions: 2.18.0
>            Reporter: Claus Ibsen
>             Fix For: 2.18.0
>
>
> It was upgraded to 2.2.1 and then the tests starts to fail with some weird errors
> {code}
> Tests in error:
>   ElasticsearchBulkTest>ElasticsearchBaseTest.cleanupOnce:44 » Verify Inconsiste...
>   ElasticsearchClusterIndexTest>ElasticsearchClusterBaseTest.cleanUpOnce:53 » Verify
>   ElasticsearchGetSearchDeleteExistsUpdateTest>ElasticsearchBaseTest.cleanupOnce:44 » Verify
>   ElasticsearchIndexTest>ElasticsearchBaseTest.cleanupOnce:44 » Verify Inconsist...
> Tests run: 4, Failures: 0, Errors: 4, Skipped: 0
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)