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

aws / aws-sdk-ruby / 1726 / 10
92%
master: 97%

Build:
Build:
LAST BUILD BRANCH: v2.11.632
DEFAULT BRANCH: master
Ran 14 Jan 2016 12:10AM UTC
Files 276
Run time 6s
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

14 Jan 2016 12:01AM UTC coverage: 91.527%. First build
2.3.0, KITCHEN_SINK=1

push

travis-ci

trevorrowe
Resolved an issue with EC2 request ids.

This is a regression from when we switched to stream parsing the XML.
Older versions of the SDK parsed the entire XML document into a DOM,
and then walked that DOM to parse the values. Because the entire
document was no longer available in memory, the parser could no
longer yield it as a hash. This caused the EC2 protocol handler
to silently fail, no longer able to populate the request ID.

This update adds a callback to the XML parser that yields when
un-modeled/un-handled XML values are present in the response. The
EC2 handler registers a callback and checks the context/path
of the unhandled value and captures it if it is the request id.

To prevent a regression in the future, a unit test was added to ensure
the EC2 client correctly extracts the request id from the HTTP response
body and stores it in the response context.

Fixes #1038

7086 of 7742 relevant lines covered (91.53%)

709.69 hits per line

Source Files on job 1726.10 (2.3.0, KITCHEN_SINK=1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1726
  • Travis Job 1726.10
  • ec1b4e1c on github
  • Next Job for 2.3.0, KITCHEN_SINK=1 on ec2-request-id-fix (#1729.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