Feat/even more faster testing#3996
Open
tetelio wants to merge 26 commits into
Open
Conversation
…est-destinations-early
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 101dfdd | Commit Preview URL Branch Preview URL |
May 29 2026, 10:48 AM |
This comment has been minimized.
This comment has been minimized.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Goal is having faster and reliable CI for dlt OSS.
What was done?
sql_database(SQLAlchemy 2) so they run concurrently instead of back-to-back.make test-common(still covered in CI); keeps the default local pre-push loop focused and faster.IMPORTANT and related to (#3997)
test-destinations-earlystarts local/remote destination, local source, and dbt jobs without waiting for common to finish (lint and common still run in order). Use only when you have already run lint and common locally. The related PR offers running a set of prek pre-push convenience commands to make sure make fl and make test-common-p are run locally before any push, in order to avoid wasting remote destination CI time, the slowest.