- 
    
Problem report
 - 
    Resolution: Duplicate
 - 
    
Trivial
 - 
    5.0.5rc1, 5.2.0beta2, 5.2 (plan)
 - 
    None
 
- 
        Sprint 69 (Oct 2020), Sprint 70 (Nov 2020)
 - 
        0.25
 
Behaviour of wmi.getall[] in agent2 and agentd has discrepancy at this moment. In agent2 wmi.getall[] returns null in case if valid query returned no items.
Steps to reproduce:
- Create item with key wmi.getall[]. Use a valid WMI query that return no items.
For example:wmi.getall[root\cimv2,"select * from win32_service where displayname like 'non_existing_service'"] 
Expected:
Return empty JSON array:
[]