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

influxdata / influxdb-python / 1551
86%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2019 11:04PM UTC
Jobs 1
Files 30
Run time 4s
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

pending completion
1551

push

travis-ci

aviau
Fix newline in tag value cause partial commit (#716)

When a tag value contains newline(\n), the request sent to db would be splitted
into two parts and the first part would fail to write to db but the second
woudl be succeed. The reason is that before sending we do serialization
(make_lines) the _escape_tag method in line_protocol.py
won't handle it well, we need somehow more specific on newline instead of
only handling escape character (\)

2875 of 3368 relevant lines covered (85.36%)

0.85 hits per line

Jobs
ID Job ID Ran Files Coverage
40 1551.40 (TOX_ENV=coverage) 11 Jul 2019 11:04PM UTC 0
85.36
Travis Job 1551.40
Source Files on build 1551
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1551
  • dc83fc65 on github
  • Prev Build on master (#1549)
  • Next Build on master (#1558)
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