
Opened 2 months ago
Closed 2 months ago
#2571 closed Defect (fixed)
SETTE fails to detect modified reference configurations in working copies
Reported by: | smueller | Owned by: | ![]() |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | CI | Version: | |
Severity: | minor | Keywords: | SETTE |
Cc: | Branch review: | failed | |
MP ready?: | no | Task progress: | Unspecified |
Description
Context
While SETTE correctly labels results from tests of modified working copies with local modifications in the ./src and ./tests subdirectories (revision number with affix +), it fails to detect local modifications in the ./cfgs subdirectory.
Analysis
Due to an inadvertently misspelt subdirectory name (cfg instead of cfgs) at both source:/utils/CI/sette/all_functions.sh@13790#L185 and source:/utils/CI/sette/sette_rpt.sh@13785#L439, subdirectory ./cfgs is not tested for local modifications by SETTE.
Recommendation
The subdirectory name cfg at source:/utils/CI/sette/all_functions.sh@13790#L185 and source:/utils/CI/sette/sette_rpt.sh@13785#L439 should be changed to cfgs.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
13795 | smueller | 2020-11-13T19:08:42+01:00 | Adjustment of a subdirectory name in the tests used by SETTE to detect modified working copies (ticket #2571) |
Change History (3)
comment:1
Changed 2 months ago by smueller
- Owner changed from systeam to smueller
- Status changed from new to assigned
comment:2
Changed 2 months ago by smueller
comment:3
Changed 2 months ago by smueller
- Resolution set to fixed
- Status changed from assigned to closed
SETTE@13795 flags test of working copies with local modifications in the ./cfgs subdirectory by adding affix + to the revision number.
In 13795: