• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gugod / Hijk / 222 / 2
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 27 Oct 2016 02:19PM UTC
Files 19
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Oct 2016 01:53PM UTC coverage: 90.491% (+0.06%) from 90.431%
TEST_ELASTICSEARCH=1 TEST_LIVE=1 TEST_HOST=localhost TEST_PORT=9200 TEST_COUCHDB=http://localhost:5984/

push

travis-ci

gugod
Check special fields case-insensitively.

This is related to RT #118425
https://rt.cpan.org/Public/Bug/Display.html?id=118425

Elasticsearch 5.0 server starts to emit lowercase headers:

    > http_proxy= curl -D - http://localhost:9200/
    HTTP/1.1 200 OK
    content-type: application/json; charset=UTF-8
    content-length: 327

    {
      "name" : "gsywWWK",
      "cluster_name" : "elasticsearch",
      "cluster_uuid" : "i68El6iTSNOpjQYLlIpg6w",
      "version" : {
        "number" : "5.0.0",
        "build_hash" : "253032b",
        "build_date" : "2016-10-26T04:37:51.531Z",
        "build_snapshot" : false,
        "lucene_version" : "6.2.0"
      },
      "tagline" : "You Know, for Search"
    }

(and generates less-interesting names :)

In here I keep the original field name in variable $key, and still
retursn than to our coller. This differes from HTTP::Tiny, which always
gives you lowercase headers.

571 of 631 relevant lines covered (90.49%)

502.6 hits per line

Source Files on job 222.2 (TEST_ELASTICSEARCH=1 TEST_LIVE=1 TEST_HOST=localhost TEST_PORT=9200 TEST_COUCHDB=http://localhost:5984/)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 222
  • Travis Job 222.2
  • 2d410c3f on github
  • Prev Job for TEST_ELASTICSEARCH=1 TEST_LIVE=1 TEST_HOST=localhost TEST_PORT=9200 TEST_COUCHDB=http://localhost:5984/ on master (#221.10)
  • Next Job for TEST_ELASTICSEARCH=1 TEST_LIVE=1 TEST_HOST=localhost TEST_PORT=9200 TEST_COUCHDB=http://localhost:5984/ on master (#223.10)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc