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

lostisland / faraday

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 25 Feb 2013 07:16PM UTC
Files 32
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

LAST BUILD ON BRANCH script-test
branch: script-test
CHANGE BRANCH
x
Reset
  • script-test
  • #648/adapter-customization
  • 0.1x
  • 0.8
  • 0.9
  • 1.0
  • 1.x
  • POST-retry-test
  • alebsack-master
  • autoload-by-default
  • cached-bundle
  • configurable-URI
  • conn-options
  • connection-verbs
  • custom-env-keys
  • default-fetch-fixes
  • del-with-body
  • em-http-proxy-failure
  • encoders-refactor
  • env-as-a-hash
  • env-from
  • escape-safebuffer
  • f3ndot-handle-nil-headers
  • feature/#762-rspec
  • feature/1.0/new-adapters-handling
  • feature/752-allow-overriding-env-proxy
  • feature/request-response-cycle-refactoring
  • feature/respect-manual-proxy
  • feature/separate-bodies
  • feature/server-error
  • feature/v1.0/ruby-versions
  • fix-travis-error
  • fix/#630-IOError
  • fix/#690
  • fix/#694
  • fix/#698
  • fix/#701
  • fix/#702
  • fix/#710
  • fix/addressable-uri-proxy
  • fix/align-hash
  • fix/code-climate-issues
  • fix/frozen-string-literals
  • fix/hash-syntax
  • fix/parse-response-headers
  • fix/rubocop-block-end-newline
  • fix/rubocop-indentations
  • fix/rubocop-style-comment-annotation
  • fix/travis-build-badge-for-master
  • fix/travis-em-issue
  • hotfix/fix-ruby-1.9.3-tests
  • jruby-modes
  • main
  • master
  • nested-arrays-parsing
  • no-port-number
  • patron-fixes
  • petems-pm_add_log_scrubbing
  • philsturgeon-feature/run-typhoeus-tests
  • refs/heads/1.x
  • refs/heads/main
  • refs/heads/master
  • refs/pull/1257/merge
  • refs/pull/1259/merge
  • refs/pull/1261/merge
  • refs/pull/1262/merge
  • refs/pull/1263/merge
  • refs/pull/1264/merge
  • refs/pull/1267/merge
  • refs/pull/1269/merge
  • refs/pull/1289/merge
  • refs/pull/1290/merge
  • refs/pull/1296/merge
  • refs/pull/1297/merge
  • refs/pull/1299/merge
  • refs/pull/1300/merge
  • refs/pull/1301/merge
  • refs/pull/1303/merge
  • refs/pull/1305/merge
  • refs/pull/1306/merge
  • refs/pull/1307/merge
  • refs/pull/1308/merge
  • refs/pull/1311/merge
  • refs/pull/1315/merge
  • refs/pull/1320/merge
  • refs/pull/1323/merge
  • refs/pull/1324/merge
  • refs/pull/1326/merge
  • refs/pull/1336/merge
  • refs/pull/1339/merge
  • refs/pull/1340/merge
  • refs/pull/1353/merge
  • refs/pull/1354/merge
  • refs/pull/1356/merge
  • refs/pull/1357/merge
  • refs/pull/1363/merge
  • refs/pull/1366/merge
  • refs/pull/1367/merge
  • refs/pull/1370/merge
  • refs/pull/1371/merge
  • refs/pull/1372/merge
  • refs/pull/1379/merge
  • refs/pull/1380/merge
  • refs/pull/1391/merge
  • refs/pull/1393/merge
  • refs/pull/1394/merge
  • refs/pull/1398/merge
  • refs/pull/1400/merge
  • refs/pull/1416/merge
  • refs/pull/1419/merge
  • refs/pull/1420/merge
  • refs/pull/1437/merge
  • refs/pull/1439/merge
  • refs/pull/1443/merge
  • refs/pull/1445/merge
  • refs/pull/1457/merge
  • refs/pull/1463/merge
  • refs/pull/1468/merge
  • refs/pull/1480/merge
  • refs/pull/1485/merge
  • refs/pull/1510/merge
  • refs/pull/1517/merge
  • refs/pull/1524/merge
  • refs/pull/1536/merge
  • refs/pull/1540/merge
  • refs/pull/1544/merge
  • refs/pull/1546/merge
  • refs/pull/1549/merge
  • refs/pull/1550/merge
  • refs/pull/1551/merge
  • refs/pull/1552/merge
  • refs/pull/1558/merge
  • refs/pull/1561/merge
  • refs/pull/1574/merge
  • refs/pull/1575/merge
  • refs/pull/1577/merge
  • refs/pull/1584/merge
  • refs/pull/1595/merge
  • refs/pull/1620/merge
  • refs/pull/1626/merge
  • refs/pull/1630/merge
  • refs/pull/1633/merge
  • refs/pull/1637/merge
  • refs/pull/1642/merge
  • rubocop-Lint-AssignmentInCondition
  • rubocop-failures-861
  • ruby-2.1.0
  • ruby-2.4.0-support
  • ruby22
  • unused-gems
  • v0.10.0
  • v0.10.1
  • v0.11.0
  • v0.12.0
  • v0.12.0.1
  • v0.12.1
  • v0.12.2
  • v0.13.0
  • v0.13.1
  • v0.14.0
  • v0.15.0
  • v0.15.1
  • v0.15.2
  • v0.15.3
  • v0.15.4
  • v0.9.0
  • v0.9.0.rc6
  • v0.9.0.rc7
  • v0.9.1
  • v0.9.2
  • v1-0-readme-update
  • vcr-compat

pending completion
65

push

travis-ci

mislav
rewrite test script in bash

The HTTP server is now started in a subprocess, not a thread. Running it
in a Ruby thread had all sorts of problems on different Rubies, such as
random failures on Rubinius.

The new script also avoids starting the HTTP server if not needed, e.g.
if filtering arguments have been used to select only the non-adapter tests.

The script dumps the server log to stdout if any tests failed on Travis.

Avoids auto-starting the debugger because it blocks for input in Rubinius
https://travis-ci.org/lostisland/faraday/jobs/5956815
Relevant lines Covered
NO TREND HISTORY
Source Files on script-test
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
65 script-test rewrite test script in bash The HTTP server is now started in a subprocess, not a thread. Running it in a Ruby thread had all sorts of problems on different Rubies, such as random failures on Rubinius. The new script also avoids starting the HTT... push 03 Apr 2013 11:24PM UTC mislav travis-ci pending completion  
63 script-test try fixing recursion on 1.9.2 https://travis-ci.org/lostisland/faraday/jobs/5957949 push 01 Apr 2013 03:07PM UTC mislav travis-ci pending completion  
62 script-test GAAAHHHH gem::version i hate youuuu push 01 Apr 2013 02:30PM UTC mislav travis-ci pending completion  
61 script-test Gem::Version hack was stoopid push 01 Apr 2013 02:19PM UTC mislav travis-ci pending completion  
60 script-test unless defined? Gem push 01 Apr 2013 02:12PM UTC mislav travis-ci pending completion  
58 script-test bigger timeout to debug Travis push 01 Apr 2013 01:44PM UTC mislav travis-ci pending completion  
50 script-test fix test script on 1.8 push 25 Mar 2013 12:00PM UTC mislav travis-ci pending completion  
49 script-test rewrite test script in bash The HTTP server is now started in a subprocess, not a thread. Running it in a Ruby thread had all sorts of problems on different Rubies, such as random failures on Rubinius. The new script also avoids starting the HTT... push 25 Mar 2013 11:27AM UTC mislav travis-ci pending completion  
See All Builds (4011)
  • Repo on GitHub
  • CI Project
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

© 2025 Coveralls, Inc