Skip to content

Commit 46883ff

Browse files
authored
Merge pull request #357 from vkucera/troubleshooting-analysis
Troubleshooting: Add instructions on what info to provide
2 parents 3df005d + 624ed7c commit 46883ff

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/troubleshooting/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ grep -e "\\[ERROR\\]" -e "\\[FATAL\\]" -e "\\[CRITICAL\\]" -e "segmentation" -e
4141

4242
See also [shell rc utilities](../tools/README.md#shell-rc-utilities).
4343

44-
Try to understand and resolve the first reported problem.
44+
Try to understand and resolve the reported problems in order of appearance.
4545

4646
```note
4747
You can inspect a failing [AliHyperloop test](../hyperloop/userdocumentation.md#-wagon-tests) in the same way. The log is saved in the `stdout.log` file in the test output directory.
@@ -54,6 +54,16 @@ See the [Support](../gettingstarted/support.md) section for the list of Mattermo
5454
When asking for help with compilation or with running a local analysis, it may be useful to provide basic information about your O2Physics setup.
5555
You can generate it using the [Setup diagnostic tool](../tools/README.md#setup-diagnostic-tool).
5656

57+
When asking for help with running an analysis:
58+
59+
- If the problem is on AliHyperloop, provide:
60+
- the link to the read-only view of the [wagon test](../hyperloop/userdocumentation.md#-wagon-tests) or the [train run](../hyperloop/userdocumentation.md#train-runs).
61+
- If the problem is local, provide:
62+
- the name of the dataset of the input files,
63+
- the command or script used to run the analysis,
64+
- the log file,
65+
- the dumped `dpl-config.json` file (and the input JSON file, if the dumped one is incomplete).
66+
5767
When posting on Mattermost:
5868

5969
- Do not paste the entire content of files or any long blocks of log lines or code directly in the message. If needed, attach the file.

0 commit comments

Comments
 (0)