commit | 09d436cc99e7c7e0d6cb6d03c5343c31284c0507 | [log] [tgz] |
---|---|---|
author | Andrew Pickford <anpickford@googlemail.com> | Wed Jun 17 09:17:20 2020 +0200 |
committer | Andrew Pickford <anpickford@googlemail.com> | Wed Jun 17 09:17:20 2020 +0200 |
tree | 79957b876d9a663247421a6fc46b7277d8c98243 | |
parent | 789878b10f7d623ae1a2f7e6be64fb396ddffaa5 [diff] |
Fix indentical inventory queries with different flags returning incorrect data With two indentical inventory queries, one with the AllEnvs flag and one without both queries return the data from the query with the AllEnvs flag set. This fix adds a test to the invitem class when assembling the inventory query result to check that the node environments match or that the query has the AllEnvs flag set.