Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RCORE-1985 Run core tests on ios Simulator in evergreen #7758

Merged
merged 5 commits into from
Jun 4, 2024

Conversation

jbreams
Copy link
Contributor

@jbreams jbreams commented May 30, 2024

What, How & Why?

This runs the core tests in an iOS simulator on evergreen the way they used to run in Jenkins.

☑️ ToDos

  • 📝 Changelog update
  • 🚦 Tests (or not relevant)
  • C-API, if public C++ API changed
  • bindgen/spec.yml, if public C++ API changed

Copy link

coveralls-official bot commented May 30, 2024

Pull Request Test Coverage Report for Build jonathan.reams_3264

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 30 unchanged lines in 7 files lost coverage.
  • Overall coverage increased (+0.3%) to 90.837%

Files with Coverage Reduction New Missed Lines %
src/realm/index_string.hpp 1 93.48%
src/realm/sort_descriptor.cpp 1 94.06%
src/realm/cluster.cpp 2 75.6%
src/realm/sync/instruction_applier.cpp 3 68.01%
src/realm/bplustree.cpp 6 71.41%
src/realm/sync/transform.cpp 6 60.73%
src/realm/sync/noinst/client_impl_base.cpp 11 82.22%
Totals Coverage Status
Change from base Build 2378: 0.3%
Covered Lines: 214578
Relevant Lines: 236224

💛 - Coveralls

@jbreams jbreams requested review from jsflax and tgoyne May 30, 2024 21:34
@jbreams jbreams marked this pull request as ready for review May 30, 2024 21:34
@@ -35,7 +35,11 @@ CHECK_STRUCT_HAS_MEMBER ("struct timespec" tv_sec time.h BSON_HAVE_TIMESPEC)
check_symbol_exists (gmtime_r time.h BSON_HAVE_GMTIME_R)
check_function_exists (rand_r BSON_HAVE_RAND_R)
check_include_file (strings.h BSON_HAVE_STRINGS_H)
check_symbol_exists (strlcpy string.h BSON_HAVE_STRLCPY)
if (NOT CMAKE_SYSTEM_NAME STREQUAL "iOS")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just check NOT APPLE to ensure it works for multiplatform builds?

@jbreams jbreams merged commit 3e376d8 into master Jun 4, 2024
39 checks passed
@jbreams jbreams deleted the jbr/ios_simulator_evg branch June 4, 2024 19:45
@github-actions github-actions bot mentioned this pull request Jun 7, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants