You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/10/09 04:31:48 UTC

[GitHub] [incubator-seatunnel] liugddx opened a new issue, #3032: [Disscuss][e2e] Print out the error log

liugddx opened a new issue, #3032:
URL: https://github.com/apache/incubator-seatunnel/issues/3032

   ### Search before asking
   
   - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
   
   
   ### Description
   
   Current e2e runs are reporting errors that do not print out detailed errors,it's not convenient to troubleshoot the problem.I recommend printing an error log if the results are incorrect.
   like `Assertions.assertEquals(0, execResult.getExitCode(),"the error log");` etc.
   
   
   
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] liugddx closed issue #3032: [Disscuss][e2e] Print out the error log

Posted by GitBox <gi...@apache.org>.
liugddx closed issue #3032: [Disscuss][e2e] Print out the error log
URL: https://github.com/apache/incubator-seatunnel/issues/3032


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] liugddx commented on issue #3032: [Disscuss][e2e] Print out the error log

Posted by GitBox <gi...@apache.org>.
liugddx commented on issue #3032:
URL: https://github.com/apache/incubator-seatunnel/issues/3032#issuecomment-1272453045

   Can E2E's codeView contain this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] Hisoka-X commented on issue #3032: [Disscuss][e2e] Print out the error log

Posted by GitBox <gi...@apache.org>.
Hisoka-X commented on issue #3032:
URL: https://github.com/apache/incubator-seatunnel/issues/3032#issuecomment-1272468932

   The main problem is you can't get error message when e2e use shell command to submit job.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] hailin0 commented on issue #3032: [Disscuss][e2e] Print out the error log

Posted by GitBox <gi...@apache.org>.
hailin0 commented on issue #3032:
URL: https://github.com/apache/incubator-seatunnel/issues/3032#issuecomment-1272473398

   Is this helpful?
   
   https://github.com/apache/incubator-seatunnel/pull/3028#discussion_r990657385


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] Hisoka-X commented on issue #3032: [Disscuss][e2e] Print out the error log

Posted by GitBox <gi...@apache.org>.
Hisoka-X commented on issue #3032:
URL: https://github.com/apache/incubator-seatunnel/issues/3032#issuecomment-1272468756

   How to define `"the error log"`? If just like some `this e2e run failed`, what's different before changed?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] liugddx commented on issue #3032: [Disscuss][e2e] Print out the error log

Posted by GitBox <gi...@apache.org>.
liugddx commented on issue #3032:
URL: https://github.com/apache/incubator-seatunnel/issues/3032#issuecomment-1272473844

   > Is this helpful?
   > 
   > [#3028 (comment)](https://github.com/apache/incubator-seatunnel/pull/3028#discussion_r990657385)
   
   LGTM.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] Hisoka-X commented on issue #3032: [Disscuss][e2e] Print out the error log

Posted by GitBox <gi...@apache.org>.
Hisoka-X commented on issue #3032:
URL: https://github.com/apache/incubator-seatunnel/issues/3032#issuecomment-1272470144

   > Exceptions to task execution can be obtained using `execResult.getStderr()`.
   
   OK for me.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] liugddx commented on issue #3032: [Disscuss][e2e] Print out the error log

Posted by GitBox <gi...@apache.org>.
liugddx commented on issue #3032:
URL: https://github.com/apache/incubator-seatunnel/issues/3032#issuecomment-1272469054

   > Exceptions to task execution can be obtained using `execResult.getStderr()`.
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #3032: [Disscuss][e2e] Print out the error log

Posted by GitBox <gi...@apache.org>.
TyrantLucifer commented on issue #3032:
URL: https://github.com/apache/incubator-seatunnel/issues/3032#issuecomment-1272467308

   `execResult.getExitCode()` is only contains the exit code of this test case, the more detail error message where we can get it?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org