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

realm / realm-core / 2293
91%

Build:
DEFAULT BRANCH: master
Ran 05 May 2024 12:03AM UTC
Jobs 2
Files 659
Run time 2min
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

02 May 2024 08:09PM UTC coverage: 90.759% (+0.01%) from 90.747%
2293

push

Evergreen

web-flow
Fix a deadlock when accessing current user from inside an App listener (#7671)

App::switch_user() emitted changes without first releasing the lock on
m_user_mutex, leading to a deadlock if anyone inside the listener tried to
acquire the mutex. The rest of the places where we emitted changes were
correct.

The newly added wrapper catches this error when building with clang.

101946 of 180246 branches covered (56.56%)

14 of 17 new or added lines in 2 files covered. (82.35%)

67 existing lines in 15 files now uncovered.

212564 of 234207 relevant lines covered (90.76%)

5790527.56 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
89.33
-0.05% src/realm/object-store/sync/app.cpp

Uncovered Existing Lines

Lines Coverage ∆ File
1
91.91
-0.21% src/realm/array_mixed.cpp
1
93.81
-0.04% src/realm/query_expression.hpp
1
71.79
-0.12% src/realm/sync/network/websocket.cpp
1
99.82
-0.18% test/test_dictionary.cpp
2
75.87
-0.16% src/realm/cluster.cpp
2
86.62
-0.37% src/realm/query_expression.cpp
3
93.08
-2.31% src/realm/collection_parent.cpp
4
91.93
-0.83% src/realm/sync/noinst/client_reset.cpp
4
60.86
-0.25% src/realm/sync/transform.cpp
5
51.99
4.31% test/fuzz_group.cpp
6
74.11
0.48% src/realm/sync/noinst/server/server.cpp
7
85.24
-0.53% src/realm/sync/network/network.hpp
9
82.43
0.05% src/realm/sync/noinst/client_impl_base.cpp
10
49.82
-1.21% test/util/compare_groups.cpp
11
74.63
-3.28% src/realm/replication.cpp
Jobs
ID Job ID Ran Files Coverage
1 macos-arm64 - 2293.1 05 May 2024 12:03AM UTC 654
90.29
2 ubuntu-x86_64 - 2293.2 05 May 2024 12:03AM UTC 646
90.43
Source Files on build 2293
  • Tree
  • List 659
  • Changed 384
  • Source Changed 3
  • Coverage Changed 41
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 5ba02142 on github
  • Prev Build on master (#2289)
  • Next Build on master (#2294)
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