maplibre-native icon indicating copy to clipboard operation
maplibre-native copied to clipboard

`Map.ObserveTileLifeCycle` test failing

Open louwers opened this issue 5 months ago • 1 comments

This new test is failing on Android (on CI).

Can't reproduce it locally.

09-05 16:47:30.191  1946  2433 I GTest   : Starting: Map.ObserveTileLifecycle
09-05 16:47:30.192  1946  2433 I mbgl    : {Thread-66}[Style]: Style 'Water' has 3 layers:
09-05 16:47:30.192  1946  2433 I mbgl    :   None: 3
09-05 16:47:30.263  2280  3277 W ModuleInitIntentOp: Dropping unexpected action com.google.android.gms.phenotype.COMMITTED
09-05 16:47:30.264  2280  3276 W ModuleInitIntentOp: Dropping unexpected action com.google.android.gms.phenotype.COMMITTED
09-05 16:47:30.265  2280  3276 W ModuleInitIntentOp: Dropping unexpected action com.google.android.gms.phenotype.COMMITTED
09-05 16:47:30.266  2280  3289 I SyncIntentOperation: (REDACTED) Handling the intent: %s.
09-05 16:47:30.266  1946  2433 I GTest   : FAILED: Value of: stage
09-05 16:47:30.266  1946  2433 I GTest   : Expected: is equal to 1-byte object <01>
09-05 16:47:30.266  1946  2433 I GTest   :   Actual: 1-byte object <05>
09-05 16:47:30.270  1946  2433 D mbgl    : {Thread-66}[General]: Texture2DPool: total allocations 9
09-05 16:47:30.270  1946  2433 D mbgl    : {Thread-66}[General]: Texture2DPool: total reused allocations 0
09-05 16:47:30.270  1946  2433 D mbgl    : {Thread-66}[General]: Texture2DPool: total textures released 9
09-05 16:47:30.270  1946  2433 D mbgl    : {Thread-66}[General]: Texture2DPool: total textures released and deallocated 9
09-05 16:47:30.270  1946  2433 D mbgl    : {Thread-66}[General]: Rendering Stats:
09-05 16:47:30.270  1946  2433 D mbgl    : numDrawCalls = 8
09-05 16:47:30.270  1946  2433 D mbgl    : stencilUpdates = 1
09-05 16:47:30.272  2280  3287 I MdiSyncModule: flag handling is skipping irrelevant intent.
09-05 16:47:30.272  2280  3287 I MlBenchmarkInstaller: (REDACTED) Intent: %s
09-05 16:47:30.272  2280  3287 I MlBenchmarkInstaller: (REDACTED) COMMITTED Extra package name: %s
09-05 16:47:30.274  2280  3310 W ModuleInitIntentOp: Dropping unexpected action com.google.android.gms.phenotype.COMMITTED
09-05 16:47:30.275  2280  3286 I GamePlatformInitOp: New Phenotype configuration committed [CONTEXT service_id=311 ]
09-05 16:47:30.276  2280  3290 W ModuleInitIntentOp: Dropping unexpected action com.google.android.gms.phenotype.COMMITTED
09-05 16:47:30.277  2280  3290 I LocationHistory: (REDACTED) [IntentOperation] Handling action %s
09-05 16:47:30.277  2280  3287 I GmsSyncPolicyEngine: (REDACTED) Periodic sync %d disabled by policy, cancelled.
09-05 16:47:30.278  1946  2433 I GTest   : Finished: Map.ObserveTileLifecycle (FAILED)

louwers avatar Sep 06 '24 11:09 louwers