Added copying of mark 4 observations to the WS staging area
1 unresolved thread
1 unresolved thread
Works like a charm in testing! All the files reported successful NGAS ingestion.
Merge request reports
Activity
Sounds good, though if you want to just run tests by live updating the database first then I can just include the changes in my MR when they're ready. I'm looking at how I can report that the mark 4 observation can report as successful or failed as well, which I'll discuss at the tag-up. I don't think this'll be an issue for ingest_obs since I believe the envoy should handle that.
48 48 NGASHOSTARR=(`/bin/echo ${NGASHOSTSTR}`) # Put the space-delimited host list into an array 49 49 NGASHOSTLEN=${#NGASHOSTARR[@]} 50 50 51 cd $1 51 # Copy from the difx area to the Workspaces staging area 52 WSSTAGINGDIR=$(./pycapo -q edu.nrao.workspaces.IngestionSettings.vlbiStagingDirectory) changed this line in version 3 of the diff
added 1 commit
- 7f06f86a - Added check to report if NGAS ingestion failed
mentioned in commit d11c1cef
Please register or sign in to reply