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

realm / realm-core / 2237 / 1
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2024 12:27AM UTC
Files 653
Run time 24s
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

17 Apr 2024 11:19PM UTC coverage: 89.916% (-0.02%) from 89.936%
2237.1

push

Evergreen

web-flow
Fix a race condition in Promise (#7602)

Promise needs to update `m_shared_state` before fulfilling the promise, as
`Future::get()` on another thread could return before the write occurs. If the
Promise is destroyed immediately after `get()` returns, the destructor could
then read the non-null value of `m_shared_state` before the write happens and
attempt to report a broken promise error, which hits an assertion.

94952 of 175992 branches covered (53.95%)

206239 of 229368 relevant lines covered (89.92%)

3057337.37 hits per line

Source Files on job macos-arm64 - 2237.1
  • Tree
  • List 0
  • Changed 365
  • Source Changed 2
  • Coverage Changed 32
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2237
  • fece6ffb on github
  • Prev Job for on master (#2235.1)
  • Next Job for on master (#2238.2)
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