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

Failing assert iOS C++ Unit Tests #2740

Closed
louwers opened this issue Aug 21, 2024 · 1 comment · Fixed by #2743
Closed

Failing assert iOS C++ Unit Tests #2740

louwers opened this issue Aug 21, 2024 · 1 comment · Fixed by #2743
Assignees
Labels

Comments

@louwers
Copy link
Collaborator

louwers commented Aug 21, 2024

When running the iOS C++ Unit Tests from main, this assert fails in Map.PrefetchTiles.

if (!impl->indexes->getBuffer() || impl->indexes->isModifiedAfter(attributeUpdateTime)) {
assert(!"Index buffer not uploaded");
return;

This line from the test is being executed.

checkTilesForZoom(10, {11, 11, 11, 11, 11, 11, 11, 11, 11});
@louwers
Copy link
Collaborator Author

louwers commented Aug 21, 2024

Seems to happen after #2668

cc @alexcristici

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

Successfully merging a pull request may close this issue.

3 participants