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

ssoloff / dice-server-js / 319
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 31 Dec 2016 03:15AM UTC
Jobs 1
Files 41
Run time 2s
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
319

push

travis-ci

ssoloff
Attempt to fix intermittent PhantomJS acceptance test failures

The root cause of the problem seems to be that, when evaluating multiple
expressions, the response for the second request could be received
before the response to the first request.  This was possible because we
weren't waiting for the response to the first request before sending the
second request.  In essence, multiple requests could be in-flight at the
same time.

The code previously assumed that responses were returned in the order
they were sent.  In this change, we now wait for the response to a
request to be received before sending the next request.  This is done
via the newly-added support for request and correlation IDs.

We removed the previous functionality for waiting for a new row to
appear in the history table in certain tests before submitting the next
request.  To temporarily address the regressions caused by the removal
of this functionality, we once again added new steps that explicitly
wait for the number of rows in the history table to reach a particular
count.  We will once again attempt to remove these explicit steps in a
future change in order to hide them from the acceptance criteria.

2055 of 2055 relevant lines covered (100.0%)

6.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 319.1 31 Dec 2016 03:15AM UTC 0
100.0
Travis Job 319.1
Source Files on build 319
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #319
  • f083e284 on github
  • Prev Build on bugfix/phantomjs-client-acceptance-test-failure (#317)
  • Next Build on bugfix/phantomjs-client-acceptance-test-failure (#320)
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