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

Valloric / ycmd / 1192 / 5
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 24 Jan 2016 02:32PM UTC
Files 42
Run time 1s
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

24 Jan 2016 02:32PM UTC coverage: 82.513% (+0.02%) from 82.494%
USE_CLANG_COMPLETER=true YCMD_PYTHON_VERSION=2.7 COVERAGE=true

push

travis-ci

homu
Auto merge of #315 - micbou:cs-completer, r=puremourning

[READY] Prevent (for good) multiple starts of OmniSharp server for same solution

This PR adds locks to C♯ completer. One in `GetSolutionCompleter` to prevent multiple creation of the same solution completer and another in `StartServer` to prevent multiple starts of the OmniSharp server for the same solution.

Both locks are needed because if one is used for `GetSolutionCompleter` and none for `StartServer`, `StartServer` may be called by two threads inside the same `CsharpSolutionCompleter` object. Conversely (none for `GetSolutionCompleter` and one for `StartServer`), two distincts `CsharpSolutionCompleter` objects using the same solution may be created by two threads and each object will start its own server.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/315)
<!-- Reviewable:end -->

2581 of 3128 relevant lines covered (82.51%)

0.83 hits per line

Source Files on job 1192.5 (USE_CLANG_COMPLETER=true YCMD_PYTHON_VERSION=2.7 COVERAGE=true)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1192
  • Travis Job 1192.5
  • aca4a804 on github
  • Prev Job for USE_CLANG_COMPLETER=true YCMD_PYTHON_VERSION=2.7 COVERAGE=true on master (#1187.5)
  • Next Job for USE_CLANG_COMPLETER=true YCMD_PYTHON_VERSION=2.7 COVERAGE=true on master (#1197.5)
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