6ccb0d71d8 
								
							 
						 
						
							
							
								
								Change the scope for the netty client callback  
							
							... 
							
							
							
							Previously the scope was the http client span, which could result in deep nesting.  Now it is the parent span.
Before
[——————Parent—————]
   [ ^ ———Client—————]
                        [ ^—Child—]
Now:
[——————Parent—————]
   [ ^ —Client—] [ ^—Child—]
Also improve the tests. 
							
						 
						
							2019-07-19 09:26:40 -07:00  
				
					
						
							
							
								 
						
							
								8022d0e170 
								
							 
						 
						
							
							
								
								Remove redundant .class suffixes in groovy test files  
							
							
							
						 
						
							2019-06-24 17:18:05 +02:00  
				
					
						
							
							
								 
						
							
								d58c252085 
								
							 
						 
						
							
							
								
								Add tests for netty channel handlers added through channel initializers  
							
							
							
						 
						
							2019-06-24 16:27:50 +02:00  
				
					
						
							
							
								 
						
							
								a4d53b0dcd 
								
							 
						 
						
							
							
								
								Update Cassandra Tests and more instance name cleanup  
							
							
							
						 
						
							2019-06-13 15:55:40 -07:00  
				
					
						
							
							
								 
						
							
								e260b1d044 
								
							 
						 
						
							
							
								
								Make all http client tests extend HttpClientTest  
							
							... 
							
							
							
							Add flexibility to handle inconsistencies between client integrations. 
							
						 
						
							2019-05-29 13:54:35 -07:00  
				
					
						
							
							
								 
						
							
								084c2eb51f 
								
							 
						 
						
							
							
								
								Migrate Netty instrumentation to Decorator  
							
							
							
						 
						
							2019-03-04 08:16:25 -08:00  
				
					
						
							
							
								 
						
							
								50279d64fe 
								
							 
						 
						
							
							
								
								Span type should only be an attribute and not inherited  
							
							... 
							
							
							
							Previously we were inheriting from the parent and also often setting as a tag.
Apply default span assertion to verify the spanType is being checked properly. (Include error state too.) 
							
						 
						
							2019-02-28 12:39:51 -08:00  
				
					
						
							
							
								 
						
							
								bbcd2f6949 
								
							 
						 
						
							
							
								
								Move other Utils to utils package  
							
							
							
						 
						
							2019-02-05 11:43:05 -08:00  
				
					
						
							
							
								 
						
							
								a5d8c3fc7d 
								
							 
						 
						
							
							
								
								Increase request timeout in netty client tests  
							
							... 
							
							
							
							Otherwise requests timeout and tests fail 
							
						 
						
							2018-10-18 16:19:24 -04:00  
				
					
						
							
							
								 
						
							
								432ce89a07 
								
							 
						 
						
							
							
								
								Add assertTraces to AgentTestRunner with implied argument  
							
							... 
							
							
							
							This will also help with auto complete when writing tests. 
							
						 
						
							2018-10-15 10:19:00 +10:00  
				
					
						
							
							
								 
						
							
								5a6215971a 
								
							 
						 
						
							
							
								
								Merge pull request  #455  from DataDog/tyler/enable-integrations  
							
							... 
							
							
							
							Enable netty by default 
							
						 
						
							2018-08-23 16:04:23 +10:00  
				
					
						
							
							
								 
						
							
								69c04ea4c3 
								
							 
						 
						
							
							
								
								Enable netty instrumentation by default  
							
							
							
						 
						
							2018-08-23 08:43:31 +10:00  
				
					
						
							
							
								 
						
							
								898647e000 
								
							 
						 
						
							
							
								
								Allow trace to persist across netty connect.  
							
							... 
							
							
							
							Also create span with error on connection failure.
Add tests for connection failure. 
							
						 
						
							2018-08-22 09:45:33 +10:00  
				
					
						
							
							
								 
						
							
								e07dfffe5f 
								
							 
						 
						
							
							
								
								Migrate tests to new TestHttpServer  
							
							
							
						 
						
							2018-08-16 14:23:58 +10:00  
				
					
						
							
							
								 
						
							
								3f2ec7dc48 
								
							 
						 
						
							
							
								
								Move to separate packages  
							
							
							
						 
						
							2018-08-16 12:24:27 +10:00  
				
					
						
							
							
								 
						
							
								564b4e9dc3 
								
							 
						 
						
							
							
								
								Increase build stability by increasing some http client timeouts  
							
							... 
							
							
							
							This makes build more resilient to slow boxes and high parallelism 
							
						 
						
							2018-07-22 00:41:37 -04:00  
				
					
						
							
							
								 
						
							
								f1466304e8 
								
							 
						 
						
							
							
								
								Move random port generation to actual usage in tests using listening ports  
							
							
							
						 
						
							2018-07-20 11:57:37 -04:00  
				
					
						
							
							
								 
						
							
								43e31eae80 
								
							 
						 
						
							
							
								
								Separate out instrumentation for netty 4.0 from 4.1  
							
							
							
						 
						
							2018-06-18 12:52:42 +10:00