See if currentconsumer is null after init
This commit is contained in:
		
							
								
								
									
										2
									
								
								test.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								test.py
									
									
									
									
									
								
							@@ -197,9 +197,9 @@ def test_updateconsumer(httpserver):
 | 
				
			|||||||
    consumerlocator.KNOWNCONSUMER = f"127.0.0.1:{port}"
 | 
					    consumerlocator.KNOWNCONSUMER = f"127.0.0.1:{port}"
 | 
				
			||||||
    locator = consumerlocator.ConsumerLocator(
 | 
					    locator = consumerlocator.ConsumerLocator(
 | 
				
			||||||
        uuid=generateduuid, communicator=comm)
 | 
					        uuid=generateduuid, communicator=comm)
 | 
				
			||||||
 | 
					    assert locator.currentconsumer is not None
 | 
				
			||||||
    locator.learnconsumerlist();
 | 
					    locator.learnconsumerlist();
 | 
				
			||||||
    ret = locator.updateconsumer()
 | 
					    ret = locator.updateconsumer()
 | 
				
			||||||
    assert locator.currentconsumer is not None
 | 
					 | 
				
			||||||
    assert ret == f"127.0.0.1:{port}"
 | 
					    assert ret == f"127.0.0.1:{port}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user