mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 b99c3b20c9
			
		
	
	
	b99c3b20c9
	
	
	
		
			
			MDEV-22488 test failures: parts.partition_debug_innodb /
           parts.partition_debug_myisam
The reason for the failure was a wrong printf() that accessed not existing
things on the stack.
The reason the falure was hard to find was that the partition_debug_...
tests disables core dumps, so there was no trace that the server had
crashed in the logs.
Fixed by fixing the faulty push_warning_printf() and splitting the tests
into two parts, one that test failures (with core dumps enabled) and one
part that test crash recovery.
The review and test splitting was done by Monty
		
	
			
		
			
				
	
	
		
			1 line
		
	
	
	
		
			29 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			1 line
		
	
	
	
		
			29 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| --myisam-recover-options=off
 |