liuxunorg commented on issue #3413: [ZEPPELIN-3065] Personalized mode does not allow multiple users to run the same paragraph at the same time URL: https://github.com/apache/zeppelin/pull/3413#issuecomment-515486986 You only need to wait for the end of the CI, and then paste the address of your PR CI in the content of the PR. You can refer to my PR: https://github.com/apache/zeppelin/pull/3407 If the test case reported in the CI did not pass, you need to check the cause of the error. Generally there are the following situations: 1. If it is not caused by your code, you can repeat the failed test items in travis, sometimes more than a few times, to pass. 2. If it is a problem caused by your code, then you need to solve it. 3. If you add new features, you need to add the corresponding test cases to protect and verify your code, avoid the code you add, and be modified by others later. Although it seems that these are a bit of a hassle, I believe it will help you with your programming. We need a little patience. :-)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services