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

TEST_CASE (list with unresolved links) failure object store BPNODE=4 #7659

Closed
nicola-cab opened this issue May 1, 2024 · 2 comments
Closed
Assignees

Comments

@nicola-cab
Copy link
Member

Expected results

TEST_CASE("list with unresolved links", "[list]") should pass. Instead it is failing on next-major since we introduced changes to the header and to the commit logic for compressing integer arrays.

Actual Results

[2024/04/30 17:49:25.745] 3: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2024/04/30 17:49:25.745] 3: realm-object-store-tests is a Catch2 v3.5.3 host application.
[2024/04/30 17:49:25.745] 3: Run with -? for options
[2024/04/30 17:49:25.745] 3:
[2024/04/30 17:49:25.746] 3: -------------------------------------------------------------------------------
[2024/04/30 17:49:25.746] 3: list with unresolved links
[2024/04/30 17:49:25.746] 3:   invalidating an object is seen as a deletion
[2024/04/30 17:49:25.746] 3: -------------------------------------------------------------------------------
[2024/04/30 17:49:25.746] 3: /data/mci/e314a1706d338d8a72b5c96181bcb873/realm-core/test/object-store/list.cpp:2139
[2024/04/30 17:49:25.746] 3: ...............................................................................
[2024/04/30 17:49:25.746] 3:
[2024/04/30 17:49:25.746] 3: /data/mci/e314a1706d338d8a72b5c96181bcb873/realm-core/test/object-store/list.cpp:2144: FAILED:
[2024/04/30 17:49:25.746] 3:   REQUIRE( *begin++ == index )
[2024/04/30 17:49:25.746] 3: with expansion:
[2024/04/30 17:49:25.746] 3:   6 == 5
[2024/04/30 17:49:25.746] 3: with message:
[2024/04/30 17:49:25.746] 3:   Checking change.deletions
[2024/04/30 17:49:25.746] 3:
[2024/04/30 17:49:25.746] 3: Assertion failure: /data/mci/e314a1706d338d8a72b5c96181bcb873/realm-core/test/object-store/list.cpp:2144
[2024/04/30 17:49:25.746] 3: 	 from expresion: '*begin++ == index'
[2024/04/30 17:49:25.746] 3: 	 with expansion: '6 == 5'
[2024/04/30 17:49:25.746] 3: 	 message: Checking change.deletions

Steps & Code to Reproduce

Just run list with unresolved links with BPNODE set to 4.

Core version

On next-major only.

@nicola-cab nicola-cab self-assigned this May 1, 2024
@nicola-cab nicola-cab changed the title Test failure object store BPNODE=4 TEST_CASE (list with unresolved links) failure object store BPNODE=4 May 1, 2024
Copy link

sync-by-unito bot commented May 1, 2024

➤ PM Bot commented:

Jira ticket: RCORE-2109

@nicola-cab
Copy link
Member Author

Fixed by #7694

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant