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

optimizely / javascript-sdk / 1089 / 3
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 29 Aug 2019 05:14PM UTC
Files 53
Run time 17s
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

29 Aug 2019 05:08PM UTC coverage: 97.598%. Remained the same
1089.3

push

travis-ci

web-flow
fix(event processor): Stop accepting events after stop is called (#355)

Summary:

Before this change, event processor would continue processing user events after its stop method was called. If the batch size limit was reached after stop was called, it would dispatch a log event as normal. Worse, the internal queue wasn't being emptied when stop was called, which could lead to the same user event being included in two different log events.

With this change, the event processor's internal queue stops accepting events after the event processor is stopped. A warning message is logged, but the event is dropped.

Test plan:

Updated unit tests. Will manually test upon integration of a new version in optimizely-sdk.

593 of 649 branches covered (91.37%)

Branch coverage included in aggregate %.

6273 of 6386 relevant lines covered (98.23%)

21.64 hits per line

Source Files on job 1089.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 806
  • Travis Job 1089.3
  • 8fc6d38f on github
  • Prev Job for on master (#1085.3)
  • Next Job for on master (#1091.3)
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