mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-04 12:36:23 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			702 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			702 B
		
	
	
	
	
	
	
	
Run Integration Tests
{% hint style="info" %} Make sure OpenMetadata is up and running {% endhint %}
Run MySQL test
cd ingestion
source env/bin/activate
cd tests/integration/mysql
pytest -s -c /dev/null
Run MsSQL test
cd ingestion
source env/bin/activate
cd tests/integration/mssql
pytest -s -c /dev/null
Run Postgres test
cd ingestion
source env/bin/activate
cd tests/integration/postgres
pytest -s -c /dev/null
Run LDAP test
cd ingestion
source env/bin/activate
cd tests/integration/ldap
pytest -s -c /dev/null
Run Hive test
cd ingestion
source env/bin/activate
cd tests/integration/hive
pytest -s -c /dev/null