Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Script

...

100 percent passing.   Not much to talk about.

/Base Code Testing

 

IssueStatusOwerRecommendation

An issue has been found when running sample missions in particular order.  It appears the behavior is different on different machines even.  The issue is when user defined variables, Python functions, and/or GMAT functions have the same name.

Create Array cross[1,3]

Create GmatFunction cross

Python.ArrayFunctions.cross

When running scripts back to back, this can corrupt the namespace resulting in errors. 

ClosedSPHWe should add a warning to the  user guide a warning about variable and function name conflicts, fix the scripts. 
    

GUI Test

Need to determine if this is a TestComplete Interaction issue or a true issue with GMAT. 
IssueStatusOwerRecommendationThere is an occasional issue loading an icon file.OpenTR

GMAT randomly fails to find the main icon file about 10% of the time in GUI system testing.    At this point, GMAT must be shut down.  This did not occur in RC1.

ClosedLOJThis is not a TestComplete interaction and happens when starting manually as well.   We should analyze commits made between RC1 and RC2 to determine what caused this, then fix it.   We reverted the change that caused this.
    
    

Configuration

IssueStatusOwerRecommendation
GMAT function files required for sample missions are not in the bundleOpen.  Some sample missions have hard coded paths that work on test machines but not on generic machines.ClosedSPHFix the git ignore file and commit to mesa-jade.  If no other issues require rebuilding another RC, then simply update the installers and do system level testing on the new installers, not full up tests.  Note:  We have done this before successfully.  In fact, we updated files months after a release and updated the sourceforge packages to fix a config issue (name mis-spelled in splash)hard coded paths.  Add the functions.  Test on a clean system.
Inconsistent line endings in files. Line endings were not consistent and now most files have inconsistent line endings.ClosedSPHWhen we updated copyright info, line endings are inconsistent.  Fix line endings to be unix style.
    

Final Evaluation

Required Code/Config Changes

  • We need an RC3 as the icon issue causes GMAT to fail on open too often for a production release.  GMAT must be shut down when this issue occurs.
  • Fix sample mission  script config issue and commit.
  • Fix name conflict in sample missions and update user docs to explain that names of functions and variables must be unique.

RC3 Testing and Schedule

  • To stay on schedule for Nov 2 release, we should only allow the above changes in RC3
  • Once we think we have icon issue, we should create a build and send it to Tetyana for preliminary testing. 
  • Once preliminary testing is completed, create an RC3 installers etc.
  • Run only GUI system test, and script test on RC3 to stay on schedule.  (I do not think we need to run all of the GUI field tests again).

 

...