You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like lookup_join_local gets extremely slow, reproducible with ./dev testlogic base -v --stream-output --files=lookup_join_local --config=local -- --test_env=COCKROACH_RANDOM_SEED=-1150544666816831660. The stack trace shows the usage of the streamer, but even if I disable it, then the query is still slow. Probably it's one of the metamorphic variables that is slowing everything down significantly.
Honestly, I'd be fine with just removing the smallEngineBlocks metamorphic variable entirely, given the amount of issues it's causing. It's useful to make sure time-bound iterators work properly, but we can probably have more targeted tests for it.
See CI failure here
Jira issue: CRDB-23746
The text was updated successfully, but these errors were encountered: