Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] EqlActionIT test failing reproducibly #52737

Closed
mark-vieira opened this issue Feb 25, 2020 · 4 comments
Closed

[CI] EqlActionIT test failing reproducibly #52737

mark-vieira opened this issue Feb 25, 2020 · 4 comments
Labels
:Analytics/EQL EQL querying >test-failure Triaged test failures from CI

Comments

@mark-vieira
Copy link
Contributor

Just got a whole batch of failures for EqlActionIT. Example:

org.elasticsearch.xpack.eql.action.EqlActionIT > test {1.test} FAILED
    java.lang.AssertionError: no proxy found for action: org.elasticsearch.xpack.eql.action.EqlSearchAction@84757f79
        at __randomizedtesting.SeedInfo.seed([C92BF8205D60A3C7:417FC7FAF39CCE3F]:0)
        at org.elasticsearch.client.transport.TransportProxyClient.execute(TransportProxyClient.java:56)
        at org.elasticsearch.client.transport.TransportClient.doExecute(TransportClient.java:396)
        at org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:396)
        at org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:385)
        at org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:45)
        at org.elasticsearch.action.ActionRequestBuilder.get(ActionRequestBuilder.java:52)
        at org.elasticsearch.xpack.eql.action.EqlActionIT.test(EqlActionIT.java:100)
REPRODUCE WITH: ./gradlew ':x-pack:plugin:eql:internalClusterTest' --tests "org.elasticsearch.xpack.eql.action.EqlActionIT" -Dtests.method="test {1.test}" -Dtests.seed=C92BF8205D60A3C7 -Dtests.security.manager=true -Dtests.locale=ar-IQ -Dtests.timezone=Etc/GMT-6 -Dcompiler.java=13

https://gradle-enterprise.elastic.co/s/erbbzrkrfrlzs/tests/t2lbc6rzxwpfa-wlpqa3kz72tuu

So far all the failures are in the 7.x branch. The example above reproduces for me locally.

@mark-vieira mark-vieira added >test-failure Triaged test failures from CI :Analytics/EQL EQL querying labels Feb 25, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (:Search/EQL)

@mark-vieira
Copy link
Contributor Author

Since this reproduces, and we have over a dozen failures already I've gone ahead and muted this in 7.x with 025352f.

@aleksmaus
Copy link
Contributor

The issue was addressed with the backport PR #52725.
Will open another PR to unmute the test.

aleksmaus added a commit to aleksmaus/elasticsearch that referenced this issue Feb 25, 2020
aleksmaus added a commit that referenced this issue Feb 25, 2020
@costin
Copy link
Member

costin commented Feb 26, 2020

Closed by #52757

@costin costin closed this as completed Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/EQL EQL querying >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

4 participants