|  |  | @ -7,7 +7,7 @@ import subprocess | 
			
		
	
		
		
			
				
					
					|  |  |  | import time |  |  |  | import time | 
			
		
	
		
		
			
				
					
					|  |  |  | from collections import defaultdict |  |  |  | from collections import defaultdict | 
			
		
	
		
		
			
				
					
					|  |  |  | from pathlib import Path |  |  |  | from pathlib import Path | 
			
		
	
		
		
			
				
					
					|  |  |  | from flaky import flaky |  |  |  | import pytest | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | import cereal.messaging as messaging |  |  |  | import cereal.messaging as messaging | 
			
		
	
		
		
			
				
					
					|  |  |  | from cereal import log |  |  |  | from cereal import log | 
			
		
	
	
		
		
			
				
					|  |  | @ -136,7 +136,7 @@ class TestLoggerd: | 
			
		
	
		
		
			
				
					
					|  |  |  |       assert getattr(initData, initData_key) == v |  |  |  |       assert getattr(initData, initData_key) == v | 
			
		
	
		
		
			
				
					
					|  |  |  |       assert logged_params[param_key].decode() == v |  |  |  |       assert logged_params[param_key].decode() == v | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   @pytest.skip("FIXME: encoderd sometimes crashes in CI when running with pytest-xdist") |  |  |  |   @pytest.mark.skip("FIXME: encoderd sometimes crashes in CI when running with pytest-xdist") | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |   def test_rotation(self): |  |  |  |   def test_rotation(self): | 
			
		
	
		
		
			
				
					
					|  |  |  |     os.environ["LOGGERD_TEST"] = "1" |  |  |  |     os.environ["LOGGERD_TEST"] = "1" | 
			
		
	
		
		
			
				
					
					|  |  |  |     Params().put("RecordFront", "1") |  |  |  |     Params().put("RecordFront", "1") | 
			
		
	
	
		
		
			
				
					|  |  | 
 |