mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 9b0294cd12
			
		
	
	
	9b0294cd12
	
	
	
		
			
			According to buildbot cross-reference atomic.alter_table is failing ~10 times a day due to 900 seconds test case timeout. Split it into two tests: atomic.alter_table_myisam and atomic.alter_table_innodb. It should reduce failure frequency down to once a day or so, similarly to atomic.alter_table_aria test. Diabling InnoDB for MyISAM/Aria/RocksDB tests makes them 20-35% faster.
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| --source include/have_rocksdb.inc
 | |
| 
 | |
| let $engine_count=1;
 | |
| let $engines='rocksdb';
 | |
| set global rocksdb_flush_log_at_trx_commit=1;
 | |
| --source alter_table.inc
 |