]
Toni Rikkola updated DROOLS-1866:
---------------------------------
Labels: reported-by-qe verifier (was: reported-by-qe)
Verification reporting: Missing range is thrown unexpectedly
------------------------------------------------------------
Key: DROOLS-1866
URL:
https://issues.jboss.org/browse/DROOLS-1866
Project: Drools
Issue Type: Sub-task
Affects Versions: 7.0.0.Beta7
Reporter: Jozef Marko
Assignee: Mario Fusco
Priority: Major
Labels: reported-by-qe, verifier
Fix For: 7.0.0.Final
Attachments: Screenshot from 2017-03-22 14-42-47.png, Screenshot from 2017-03-22
14-43-08.png, Screenshot from 2017-03-22 14-56-59.png, redundancyAndConflicts.gdst,
subsumptionAndMissingAction.gdst, subsumptionAndRedundancy.gdst
The attached guided decision table contain next to the expected verification messages
also message about Missing range. These messages about Missing range are false positives
and they shouldn't be present in the verification reporting.
To reproduce:
# Open the example *mortgages* project
# Navigate into the package: *mortgages.mortgages*
# Upload there all attached GDSTs:
** subsumptionAndMissingAction.gdst
** subsumptionAndRedundacy.gdst
** redundancyAndConflicts.gdst
# Open subsumptionAndMissingAction.gdst and see the verification report
** Subsumptant rows - correct
** Rule has no action - correct
** Missing range - *incorrect*
# Open subsumptionAndRedundancy.gdst and see the verification report
** Subsumptant rows - correct
** Redundant rows - correct
** Missing range - *incorrect*
# Open redundancyAndConflicts.gdst and see the verification report
** Conflicting rows - correct
** Redundant rows - correct
** Missing range - *incorrect*
Please unignore tests form PR
https://github.com/kiegroup/drools-wb/pull/435 once the
issue is fixed.