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

amacd31 / phildb / 98
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: v0.6.13
DEFAULT BRANCH: master
Ran 12 Nov 2015 10:07AM UTC
Jobs 5
Files 10
Run time 2min
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
98

push

travis-ci

amacd31
Log date column should have been 64 bit int

On a 64 bit system the current binary data format stores a long as 8
bytes, the 32 bit integer column in the log table only holds 4 bytes.
4 bytes is not enough to hold early dates (e.g. 1900-01-01) and instead
results in a wrap around (giving dates like 2036-01-01).

This column should have been 64 bit from the start.

Since this change only applies to code used during log file creation
existing log files will need to be manually fixed. The reading code
remains compatible with either log format (pre or post this fix). The
existing log files can still be written to but overflows will occur for
dates that are out of the range:

    datetime.utcfromtimestamp(-2147483648)
    datetime.datetime(1901, 12, 13, 20, 45, 52)

    datetime.utcfromtimestamp(2147483647)
    datetime.datetime(2038, 1, 19, 3, 14, 7)

509 of 569 relevant lines covered (89.46%)

4.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 98.1 12 Nov 2015 10:07AM UTC 0
89.46
Travis Job 98.1
2 98.2 12 Nov 2015 10:09AM UTC 0
89.46
Travis Job 98.2
3 98.3 12 Nov 2015 10:07AM UTC 0
89.46
Travis Job 98.3
4 98.4 12 Nov 2015 10:08AM UTC 0
89.46
Travis Job 98.4
5 98.5 12 Nov 2015 10:08AM UTC 0
89.46
Travis Job 98.5
Source Files on build 98
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #98
  • 42c05aad on github
  • Prev Build on dev (#97)
  • Next Build on dev (#99)
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