Project

General

Profile

Bug #21654

Updated by Lukas Zapletal over 6 years ago

The problem is that in the old (pre-PR) code importers registry is kept in FactImporter class that gets reloaded. Once the class is reloaded, it looses its default importer registration that point to puppet. See my comment for more information. 

 This is a regression in the import_facts core codebase introduced by #15409. 

 Let's add one REAL (non-mocked) test of discovering a host :-)

Back