Enable reporting memory leaks when running sanitizers (#4769)
This commit is contained in:
		
					parent
					
						
							
								bdf4668039
							
						
					
				
			
			
				commit
				
					
						47539ac718
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/code_sanitizers.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/code_sanitizers.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -16,7 +16,7 @@ jobs: | |||
|           - { name: ASAN, ignore_errors: false, leak_check: false } | ||||
|           - { name: ASAN_INT, ignore_errors: true, leak_check: false } | ||||
|           - { name: TSAN, ignore_errors: false } | ||||
|           - { name: LEAK, ignore_errors: true, leak_check: true } | ||||
|           - { name: LEAK, ignore_errors: false, leak_check: true } | ||||
|         exclude: | ||||
|           # Bug when running with TSAN: "ThreadSanitizer: CHECK failed: sanitizer_deadlock_detector" | ||||
|           - BACKEND: rocksdb | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Piotr Wójcik
				Piotr Wójcik