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

ironsmile / nedomi
66%
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 bugfix/pidfile-cleanup
branch: bugfix/pidfile-cleanup
CHANGE BRANCH
x
Reset
  • bugfix/pidfile-cleanup
  • 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/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
  • fix/tooManyOpenFiles
  • 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
777

push

travis-ci

ironsmile
Remove whitespaces while reading PID file contents

An unexpected white space in the PID file was causing an error
message on shutdown. Such an whitespace is easy to slip into
the file. For example `echo 123 > nedomi.pid` will add a
new line. Situations like this shouldn't be a cause for alarm.

2584 of 3921 relevant lines covered (65.9%)

8220.8 hits per line

Relevant lines Covered
Build:
Build:
3921 RELEVANT LINES 2584 COVERED LINES
8220.8 HITS PER LINE
Source Files on bugfix/pidfile-cleanup
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
777 bugfix/pidfile-cleanup Remove whitespaces while reading PID file contents An unexpected white space in the PID file was causing an error message on shutdown. Such an whitespace is easy to slip into the file. For example `echo 123 > nedomi.pid` will add a new line. Situ... push 18 Dec 2015 03:29PM UTC ironsmile 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

© 2026 Coveralls, Inc