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

optimizely / go-sdk / 1734 / 4
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 08 Nov 2019 05:59PM UTC
Files 48
Run time 3s
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

08 Nov 2019 05:55PM UTC coverage: 90.936% (+0.03%) from 90.909%
GIMME_GO_VERSION=1.12.x

push

travis-ci-com

web-flow
fix: Update built-in map-based ExperimentOverrideStore implementation to be concurrently usable (#171)

The built-in default implementation of ExperimentOverrideStore should be production ready, so it should be safe to use concurrently.

In this PR:
- The default implementation is renamed to MapExperimentOverridesStore.
- A sync.RWLock is added to MapExperimentOverridesStore.
- A SetVariation method is added for setting an override, which uses the mutex.
- The GetVariation method is updated to use the mutex.
- A new test is added that calls GetVariation and SetVariation concurrently from several goroutines.

2147 of 2361 relevant lines covered (90.94%)

9548.47 hits per line

Source Files on job 1734.4 (GIMME_GO_VERSION=1.12.x)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1030
  • Travis Job 1734.4
  • fadd0ec2 on github
  • Prev Job for GIMME_GO_VERSION=1.12.x on master (#1730.4)
  • Next Job for GIMME_GO_VERSION=1.12.x on master (#1739.4)
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