-
Notifications
You must be signed in to change notification settings - Fork 1.3k
tests: Reduce the debug verbosity so it is easier to see problems in CI #4407
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| VERSION = 1.1 | ||
|
|
||
| #DEBUG = 0x0 | ||
| DEBUG = 0xffffffff | ||
| DEBUG = 0x05400d01 | ||
|
|
||
| [DISPLAY] | ||
| DISPLAY = ./test-ui.py | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [EMC] | ||
| # DEBUG = 0 | ||
| DEBUG = 2147483647 | ||
| DEBUG = 0x05400d01 | ||
| VERSION = 1.1 | ||
|
|
||
| [DISPLAY] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| [EMC] | ||
| DEBUG = 0x7fffffff | ||
| DEBUG = 0x05400d01 | ||
| VERSION = 1.1 | ||
|
|
||
| [DISPLAY] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [EMC] | ||
| VERSION = 1.1 | ||
| DEBUG = 0x7fffffff | ||
| DEBUG = 0x05400d01 | ||
|
|
||
| [DISPLAY] | ||
| DISPLAY = ./test-ui.py | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| [RS274NGC] | ||
| DISABLE_FANUC_STYLE_SUB = 1 | ||
| [EMC] | ||
| DEBUG = 2147483647 | ||
| DEBUG = 0x05400d01 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [EMC] | ||
| VERSION = 1.1 | ||
| DEBUG = 0xffffffff | ||
| DEBUG = 0x05400d01 | ||
|
|
||
| [DISPLAY] | ||
| DISPLAY = ./test-ui.py | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| [EMC] | ||
| DEBUG = 0xffffffff | ||
| DEBUG = 0x05400d01 | ||
| VERSION = 1.1 | ||
|
|
||
| [DISPLAY] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [EMC] | ||
| VERSION = 1.1 | ||
| DEBUG = 0x7fffffff | ||
| DEBUG = 0x05400d01 | ||
|
|
||
| [DISPLAY] | ||
| DISPLAY = ../../test-ui.py | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [EMC] | ||
| VERSION = 1.1 | ||
| DEBUG = 0x7FFFFFFF | ||
| DEBUG = 0x05400d01 | ||
| RCS_DEBUG = 0xEF67FFFF | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| NML_FILE = tcp.nml | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| VERSION = 1.1 | ||
|
|
||
| #DEBUG = 0x0 | ||
| DEBUG = 0xffffffff | ||
| DEBUG = 0x05400d01 | ||
|
|
||
| [DISPLAY] | ||
| DISPLAY = ./test-ui.py | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [EMC] | ||
| VERSION = 1.1 | ||
| DEBUG = 0xffffffff | ||
| DEBUG = 0x05400d01 | ||
|
|
||
| [DISPLAY] | ||
| DISPLAY = ./test-ui.py | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| [EMC] | ||
| DEBUG = 0x7FFFFFFF | ||
| DEBUG = 0x05400d01 | ||
| VERSION = 1.1 | ||
| #DEBUG = 0 | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [EMC] | ||
| VERSION = 1.1 | ||
| DEBUG = 0xffffffff | ||
| DEBUG = 0x05400d01 | ||
|
|
||
| [DISPLAY] | ||
| DISPLAY = ./test-ui.py | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| [EMC] | ||
| DEBUG=65535 | ||
| DEBUG=0x05400d01 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Only file here with a live |
||
| LOG_LEVEL=5000 | ||
|
|
||
| [RS274NGC] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [EMC] | ||
| #DEBUG = 0 | ||
| DEBUG = 0x7fffffff | ||
| DEBUG = 0x05400d01 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| VERSION = 1.1 | ||
|
|
||
| [DISPLAY] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [EMC] | ||
| #DEBUG = 0 | ||
| DEBUG = 0x7fffffff | ||
| DEBUG = 0x05400d01 | ||
| VERSION = 1.1 | ||
|
|
||
| [DISPLAY] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0x05400d01decodes exactly onto the libnmlPRINT_*names with no leftover bits:PRINT_RCS_ERRORS|PRINT_COMMANDS_RECEIVED|PRINT_STATUS_RECEIVED|PRINT_STATUS_SENT|PRINT_RPC_SERVER_CALL|PRINT_SOCKET_CONNECT|PRINT_SERVER_SUBSCRIPTION_ACTIVITY(src/libnml/rcs/rcs_print.hh:100-125). Was it meant forRCS_DEBUGrather than[EMC]DEBUG?As
EMC_DEBUG_*(src/emc/nml_intf/debugflags.h:24-45) it isEMC_DEBUG_INTERP|EMC_DEBUG_INTERP_LISTplus five undefined bits (0x1, 0x400, 0x400000, 0x1000000, 0x4000000), and it clearsEMC_DEBUG_TASK_ISSUE(0x10), which gatesIssuing %s -- (%s)(emctaskmain.cc:1645-1646),mdi_execute_hook: MDI command '%s' done(emctaskmain.cc:683-685) anderror executing command %d:%s(emctaskmain.cc:2420-2421).