Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a user I want to know the output of the tool after it completes execution. #330

Closed
jordanpadams opened this issue Apr 8, 2021 · 0 comments · Fixed by #392 or #393
Closed

As a user I want to know the output of the tool after it completes execution. #330

jordanpadams opened this issue Apr 8, 2021 · 0 comments · Fixed by #392 or #393

Comments

@jordanpadams
Copy link
Member

jordanpadams commented Apr 8, 2021

Motivation

...so that I can know what is generated by LDDTool.

Additional Details

Currently, the tool just outputs this at the end:

-- LDDTool Execution Summary --
39 warning(s)
0 error(s)
0 fatal error(s)

INFO Exit(0)

Would be great if the execution summary could include (I know the input is output earlier, but it gets overwhelmed by all the messages):

Input:

  • PDS4 Flag: True
  • LDD Flag: True
  • IM Version: 1F00
  • Ingest LDD(s): /path/to/ldd-img/src/PDS4_IMG_IngestLDD.xml, /path/to/ldd-m2020/src/PDS4_M2020_IngestLDD.xml

Output:

  • PDS4_IMG_1F00_1830.JSON
  • PDS4_IMG_1F00_1830.JSON
  • PDS4_IMG_1F00_1830.csv
  • PDS4_IMG_1F00_1830.sch
  • etc.

Acceptance Criteria

Given
When I perform
Then I expect

Engineering Details

jshughes added a commit that referenced this issue Jul 29, 2021
… completes execution.

As a user I want to know the output of the tool after it completes execution. Suggested output summary text:

	Input:

	    PDS4 Flag: True
	    LDD Flag: True
	    IM Version: 1F00
	    Ingest LDD(s): /path/to/ldd-img/src/PDS4_IMG_IngestLDD.xml, /path/to/ldd-m2020/src/PDS4_M2020_IngestLDD.xml

	Output:

	    PDS4_IMG_1F00_1830.JSON
	    PDS4_IMG_1F00_1830.JSON
	    PDS4_IMG_1F00_1830.csv
	    PDS4_IMG_1F00_1830.sch
	    etc.

Resolves #330
jshughes added a commit that referenced this issue Jul 29, 2021
… completes execution. (#392)

As a user I want to know the output of the tool after it completes execution. Suggested output summary text:

	Input:

	    PDS4 Flag: True
	    LDD Flag: True
	    IM Version: 1F00
	    Ingest LDD(s): /path/to/ldd-img/src/PDS4_IMG_IngestLDD.xml, /path/to/ldd-m2020/src/PDS4_M2020_IngestLDD.xml

	Output:

	    PDS4_IMG_1F00_1830.JSON
	    PDS4_IMG_1F00_1830.JSON
	    PDS4_IMG_1F00_1830.csv
	    PDS4_IMG_1F00_1830.sch
	    etc.

Resolves #330
jshughes added a commit that referenced this issue Aug 2, 2021
Clean up the output summary and added check for output directories - create if necessary

Resolves #330
jshughes added a commit that referenced this issue Aug 2, 2021
Clean up the output summary and added check for output directories - create if necessary

Resolves #330
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment