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

Fix test cache to consider MLD executable changes #6129

Merged
merged 2 commits into from
Sep 21, 2021

Conversation

mjjbell
Copy link
Member

@mjjbell mjjbell commented Sep 21, 2021

Issue

Currently the test cache is not invalidated if changes are made to osrm-partition or osrm-customize executables. This is problematic when these executables make breaking changes to the data format (e.g. #6124).

We fix this by including both in the list of executables that can invalidate the test cache.

Tasklist

Currently the test cache is not invalidated if changes to
osrm-partition or osrm-customize executables. This is problematic
when these executables make breaking changes to the data format.

We fix this by including both in the list of executables that
can invalidate the test cache.
@mjjbell mjjbell mentioned this pull request Sep 21, 2021
6 tasks
@mjjbell
Copy link
Member Author

mjjbell commented Sep 21, 2021

Confirmed this is working now. CI is loading the test cache from f1f9616 and invalidating it due to the changes.

@danpat
Copy link
Member

danpat commented Sep 21, 2021

👍

@danpat danpat merged commit 2d1e620 into Project-OSRM:master Sep 21, 2021
@mjjbell
Copy link
Member Author

mjjbell commented Sep 21, 2021

Ugh, sorry that last commit was wrong. They should be underscores.

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

Successfully merging this pull request may close these issues.

2 participants