potiuk commented on code in PR #41004:
URL: https://github.com/apache/airflow/pull/41004#discussion_r1690241656


##########
contributing-docs/testing/unit_tests.rst:
##########
@@ -738,6 +738,39 @@ You can also use fixture to create object that needs 
database just like this.
         conn = request.getfixturevalue(conn)
         ...
 
+Running tests with Database isolation
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Running tests with DB isolation is a special case of tess that require 
``internal-api`` component to be
+started in order to execute the tests. Only selected tests can be run with the 
database isolation
+(TODO: add the list) - they are simulating running untrusted components (dag 
file processor, triggerer,

Review Comment:
   Follow up later - we have no full list yet.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to