lansa / db-regression

LANSA Database Regression Test Code
0 stars 5 forks source link

Remove VPN dependency by duplicating required test cases to a local directory #26

Closed robe070 closed 1 year ago

robe070 commented 2 years ago

VPN is not usable by the pipeline through Send-SSMCommand because the PowerShell script is running under a System Account, not Adminisrator.

So, here are 2 solutions:

  1. Require Manual RDP into the VM and run a script to copy the required test cases locally. And change the test cases to import from the local directory.
  2. Investigate if with a git repo the import needs to be done at all. The import is required because the test case modifies a Table as part of the test. So the original must be put in place. When the modification is done by the test case, is that new table state reflected in the git repo state? And if it is, does resetting all changes in git update the LANSA repo when a Compile.cmd is run? (This is all without running the VL IDE). And thus the import is not required.
robe070 commented 1 year ago

Fixed by copying the files locally