New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#2571 (SETTE fails to detect modified reference configurations in working copies) – NEMO

Opened 4 years ago

Closed 4 years ago

#2571 closed Defect (fixed)

SETTE fails to detect modified reference configurations in working copies

Reported by: smueller Owned by: smueller
Priority: low Milestone:
Component: CI Version:
Severity: minor Keywords: SETTE
Cc:

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)

ChangesetAuthorTimeChangeLog
13795smueller2020-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 4 years ago by smueller

  • Owner changed from systeam to smueller
  • Status changed from new to assigned

comment:2 Changed 4 years ago by smueller

In 13795:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:3 Changed 4 years 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.

Note: See TracTickets for help on using tickets.