mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 10:39:30 +00:00 
			
		
		
		
	Enable trace for fist failures as well for service ingestion specs (#23912)
This commit is contained in:
		
							parent
							
								
									a27d36f41f
								
							
						
					
					
						commit
						b6544b6855
					
				| @ -49,7 +49,7 @@ if (process.env.PLAYWRIGHT_IS_OSS) { | ||||
| // use the admin user to login
 | ||||
| test.use({ | ||||
|   storageState: 'playwright/.auth/admin.json', | ||||
|   trace: process.env.PLAYWRIGHT_IS_OSS ? 'off' : 'on-first-retry', | ||||
|   trace: process.env.PLAYWRIGHT_IS_OSS ? 'off' : 'retain-on-failure', | ||||
|   video: process.env.PLAYWRIGHT_IS_OSS ? 'on' : 'off', | ||||
| }); | ||||
| 
 | ||||
|  | ||||
| @ -25,7 +25,7 @@ const mysqlService = new MysqlIngestionClass({ | ||||
| // use the admin user to login
 | ||||
| test.use({ | ||||
|   storageState: 'playwright/.auth/admin.json', | ||||
|   trace: process.env.PLAYWRIGHT_IS_OSS ? 'off' : 'on-first-retry', | ||||
|   trace: process.env.PLAYWRIGHT_IS_OSS ? 'off' : 'retain-on-failure', | ||||
|   video: process.env.PLAYWRIGHT_IS_OSS ? 'on' : 'off', | ||||
| }); | ||||
| 
 | ||||
|  | ||||
| @ -58,7 +58,7 @@ if (process.env.PLAYWRIGHT_IS_OSS) { | ||||
| // use the admin user to login
 | ||||
| test.use({ | ||||
|   storageState: 'playwright/.auth/admin.json', | ||||
|   trace: process.env.PLAYWRIGHT_IS_OSS ? 'off' : 'on-first-retry', | ||||
|   trace: process.env.PLAYWRIGHT_IS_OSS ? 'off' : 'retain-on-failure', | ||||
|   video: process.env.PLAYWRIGHT_IS_OSS ? 'on' : 'off', | ||||
| }); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Aniket Katkar
						Aniket Katkar