Megatest

Ticket Change Details
Login
Overview

Artifact ID: f87ae6e88995573c66a4f514eead06950c261b2a
Ticket: d18665ecd94c0d1240085c46b4517da78befd3fa
testconfig evaluation leaking to other tests.
User & Date: mrwellan on 2024-01-23 14:46:51
Changes

  1. foundin changed to: "v1.80"
  2. icomment:
    The symptom seen is that [pre-launch-env-vars] in test1 is executed in test2 if defined using #{shell …}
    
    Related, [pre-launch-env-vars] variables set by calling [system …] do not show up in the shell / megatest.sh
    
    
    (sample from test1 testconfig)
    
    [pre-launch-env-vars]
    MY_PRELAUNCH_VAR #{shell echo test1 $MT_TEST_NAME}
    
    (sample from test2 testconfig)
    
    [pre-launch-env-vars]
    
  3. login: "mrwellan"
  4. mimetype: "text/plain"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. title changed to: "testconfig evaluation leaking to other tests."
  8. type changed to: "Code_Defect"