You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the extended HPSS downtime last week, it was noted that several tests were failing because the necessary staged data was not being pulled from the expected staged data locations. Upon careful inspection of the WE2E test configuration files for the tests that were failing showed that these test didn't have the USE_USER_STAGED_EXTRN_FILES: true variable set. Since the rest of the WE2E test configurations have this variable set, I have gone through and set this variable for the tests that it isn't set in.
Solution
Add USE_USER_STAGED_EXTRN_FILES: true to the following three WE2E test configuration files:
…mmunity#779)
* remove unused module loads for MET
* update met version in machine files
* changes to pointstat/pb2nc bufr mapping
* add NA to retain bufr variables without qc markers
* updated bufr variable list
* change bufr var list
* Change versions to MET 10.1.1 and METplus 4.1.1
Description
During the extended HPSS downtime last week, it was noted that several tests were failing because the necessary staged data was not being pulled from the expected staged data locations. Upon careful inspection of the WE2E test configuration files for the tests that were failing showed that these test didn't have the
USE_USER_STAGED_EXTRN_FILES: true
variable set. Since the rest of the WE2E test configurations have this variable set, I have gone through and set this variable for the tests that it isn't set in.Solution
Add
USE_USER_STAGED_EXTRN_FILES: true
to the following three WE2E test configuration files:Acceptance Criteria (Definition of Done)
The updated tests should pull data copy data from expected locations on disk.
The text was updated successfully, but these errors were encountered: