Skip Menu |

This queue is for tickets about the Message-Passing-Output-Search-Elasticsearch CPAN distribution.

Report information
The Basics
Id: 121186
Status: resolved
Priority: 0/
Queue: Message-Passing-Output-Search-Elasticsearch

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.003
Fixed in: 0.005



Subject: Missing required arguments: es_version
I see the following test failure: ... Missing required arguments: es_version at t/named_index_and_type.t line 11. t/named_index_and_type.t ..... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ... It seems this happens only with recent Search::Elasticsearch versions (i.e. 5.02). Statistical analysis: **************************************************************** Regression 'mod:Search::Elasticsearch' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 146094031180086112.00 [1='eq_5.02'] -1.0000 0.0000 -85450055788812368.00 R^2= 1.000, N= 38, K= 2 ****************************************************************
This is because of the new Search::Elasticsearch::TestServer which changed its API. I've initiated this change because the module became unusable with the 5.0 release and the issue still isn't fully resolved. I've already added the required parameters in the git repo but as noted this still doesn't make the test work.
This is fixed in 0.005.
This is fixed in 0.005.