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

ironsmile / nedomi
68%
master: 73%

Build:
Build:
LAST BUILD BRANCH: getContextFromRequest
DEFAULT BRANCH: master
Repo Added 27 Jun 2015 12:36PM UTC
Files 87
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 fix/tooManyOpenFiles
branch: fix/tooManyOpenFiles
CHANGE BRANCH
x
Reset
  • fix/tooManyOpenFiles
  • accesslogSizeFix
  • addLocationInfoInAccessLog
  • addStackToFlexibleResponseWriterError
  • additional_modules
  • advanced-upstreams
  • as-many-tests-as-i-can-think-of
  • bad_fmt
  • benchmarks/lru
  • bugfix/default-upstream-host-headers
  • bugfix/handlersSettingsPointingToSameUnderlyingArray
  • bugfix/ironsmileLoggerLevelSetting
  • bugfix/misc
  • bugfix/mutex-for-storage-headers
  • bugfix/original-host-header-forwarding
  • bugfix/panicsFromTheScheduler
  • bugfix/pidfile-cleanup
  • bugfix/smartReader
  • bugfix/storageLoadHardening
  • bugfix/tooManyOpenFiles
  • bugfix/upstream-with-basic-auth-again
  • cache-related-headers
  • circumventHttpServerTimeoutBeingDeadlineByChangingWhatConn.SetDeadlineDoes
  • cleanup
  • cleanup-3
  • cleanup-4
  • cleanup-redux
  • config
  • configurable-makefile
  • contexts
  • debug_headers
  • disk-refactor
  • disk-restore-test
  • enable_lint
  • enforce_lint
  • errcheck
  • error_vet
  • feature/CompositeError.AppendErrorNilNoop
  • feature/access-log-hostname
  • feature/access-log-hostname-with-unknown-location
  • feature/accesslog
  • feature/cacheKeyBuilding
  • feature/change-log
  • feature/config-parsing-error-messages
  • feature/configurable-default-cache-time
  • feature/consistentStatus
  • feature/dirGetsStrip
  • feature/disk-loading-on-restart
  • feature/expire
  • feature/grace
  • feature/handlerChains
  • feature/handlerConfigurationAndOtherRefactorings
  • feature/headers-rewrite
  • feature/headersRewrite
  • feature/io-tranfer-size
  • feature/io_min_max_settings
  • feature/iterateWithSkipCacheKeyInPath
  • feature/locations
  • feature/logrotate-config
  • feature/mp4Handler
  • feature/optional-http-pprof-address
  • feature/pprofHandler
  • feature/purge
  • feature/purge2.0
  • feature/reimplementThrottle
  • feature/serverStatistics
  • feature/someHandlers
  • feature/statusJSON
  • feature/statusPageSettings
  • feature/statusVersion
  • feature/storage.Close
  • feature/synchronizedUpstreams
  • feature/upstream-redone
  • feature/useSendFileSometimes
  • feature/versioning
  • feature/vhost-aliases
  • fix/applicationLoggerNotBeingClosedAndRaces
  • fix/dateHeaderCaching
  • fix/deadlineFixes
  • fix/dontPromoteJustAdded
  • fix/headersDoubleAdd
  • fix/headersNotCopyingStatus
  • fix/ironsmileLogger
  • fix/loggerFileLeaking
  • fix/logger_std_always_newline
  • fix/lruListTier
  • fix/lruResizeBreakingLRU
  • fix/panicInLRUWhenWeAreInconsistent
  • fix/proxy-loop
  • fix/proxy_balance_on_path_only
  • fix/purgeNotReturningFalse
  • fix/raceConditions
  • fix/schedulerGetsALogger
  • fix/skipReadCloserFix
  • fix/testConfig
  • fix/testingImport
  • fix/testing_flags_leak
  • fix/timerIsNotTicker
  • fixes/synchronizedUpstreams
  • flv-fixes
  • fmt_vet_changes
  • generate-check
  • getContextFromRequest
  • go-only-generate-system
  • golintChanges
  • headers-readme-more-examples
  • httputils
  • init-refactoring
  • io-workers
  • jsonErrorMessages
  • log_module
  • logger_fix
  • loggers_linting
  • logsLevelChanges
  • lruBenchmarks
  • lruResizeDownFixes
  • main-improvements
  • master
  • misc/errcheckHappiness
  • mock
  • more-upstreams
  • mp4-fixes
  • no-loop-orchestrator
  • no-orchestrator
  • noCacheKeyInPath
  • notNilNextHandler
  • optimizations
  • optimize-reading
  • optimizeGetContentsAndFriends
  • orchestration
  • orchestration-test-fixes
  • orchestration-test-fixes-2
  • orchestrator2
  • partWriterShortWriteLoggedAsError
  • performance_test
  • proxy-handler
  • proxy-retry
  • purge-fixes
  • readerFixes
  • refactoring-removing-stutter
  • refactoring/partWriter
  • refactorings/useMoreHashes
  • reimplementUpstreamWithClient
  • release/0.1
  • reload-config
  • remove-via
  • removeAStat
  • removeCustomErrorWithStack
  • request-id
  • resizeDown
  • response-timeouts-instead-of-deadlines
  • revertDuplicateCacheZoneKeyRestriction
  • rewriteDateAndTimeBasedHeaders
  • rewriteTimeBasedHeaders
  • schedulerReuseTimer
  • spelling
  • start-as-a-normal-user
  • storage-disk-WIP
  • storageReloadLogging
  • testCleanup
  • testCoverallsCoverageLogic
  • tests-and-cleanup
  • timeoutConnOptimization
  • travis-1.5
  • travisIgnoreVendored
  • travisTipFailure
  • upTheLimits
  • upstream-basic-auth-test
  • upstream-impl
  • upstream-impl-fixes
  • utilsCleanup
  • v.0.1.1-retry
  • v0.1.0
  • v0.1.10
  • v0.1.11
  • v0.1.12
  • v0.1.13
  • v0.1.14
  • v0.1.15
  • v0.1.2
  • v0.1.3
  • v0.1.4
  • v0.1.5
  • v0.1.6
  • v0.1.7
  • v0.1.8
  • v0.1.9

pending completion
438

push

travis-ci

MStoykov
cache.handler: return 500 on 'too many open files'

Up until now on 'too many open files' a new connection to the upstream
was opened which probably would fail as well.

This change does not try to make it less likely for 'too many open files'
to occur, but instead cuts short the request handling and returns a
InternalServerError.

1913 of 2832 relevant lines covered (67.55%)

584.23 hits per line

Relevant lines Covered
Build:
Build:
2832 RELEVANT LINES 1913 COVERED LINES
584.23 HITS PER LINE
Source Files on fix/tooManyOpenFiles
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
438 fix/tooManyOpenFiles cache.handler: return 500 on 'too many open files' Up until now on 'too many open files' a new connection to the upstream was opened which probably would fail as well. This change does not try to make it less likely for 'too many open files' to ... push 12 Oct 2015 01:19PM UTC MStoykov travis-ci pending completion  
See All Builds (802)
  • Repo on GitHub
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