-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #23257: MVTTileTest has an infrequently hit race condition (patch…
… by marcello, modified) The race condition is dependent upon calculation speed; if the layers get loaded prior to the image loading, it is ''possible'' for us to get to the point where we expect the image to be loaded, but it isn't yet. Modifications are as follows: * Reinitialize tileSource and loader before each test, but initialize the cache once and clear that between tests. git-svn-id: https://josm.openstreetmap.de/svn/trunk@18892 0c6e7542-c601-0410-84e7-c038aed88b3b
- Loading branch information
taylor.smock
committed
Oct 31, 2023
1 parent
3342dd3
commit 3dee2d3
Showing
1 changed file
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters