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

Ignore invalid build url when monitoring builds #4

Closed
llxia opened this issue Aug 24, 2018 · 0 comments
Closed

Ignore invalid build url when monitoring builds #4

llxia opened this issue Aug 24, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@llxia
Copy link
Contributor

llxia commented Aug 24, 2018

Currently, we do not check the exception message. We try to connect to build url 5 times regardless what kind of exception we get and set the status to Done.

In fact, if the error is 404 (invalid url), we need to ignore this url. But for other errors (i.e., ESOCKETTIMEDOUT), we should retry and keep the build status to NotDone. In this way, we can try it later in the next round.

@llxia llxia self-assigned this Aug 24, 2018
llxia added a commit to llxia/openjdk-test-tools that referenced this issue Aug 24, 2018
Ignore invalid build url when the error is 404

Fixes: adoptium#4

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
llxia added a commit to llxia/openjdk-test-tools that referenced this issue Aug 24, 2018
Ignore invalid build url when the error is 404

Fixes: adoptium#4

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
llxia added a commit to llxia/openjdk-test-tools that referenced this issue Aug 24, 2018
Ignore invalid build url when the error is 404

Fixes: adoptium#4

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
@smlambert smlambert added the enhancement New feature or request label Aug 24, 2018
@karianna karianna added this to To do in aqa-test-tools via automation Aug 27, 2018
llxia added a commit to llxia/openjdk-test-tools that referenced this issue Aug 30, 2018
Ignore invalid build url when the error is 404

Fixes: adoptium#4

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
llxia added a commit to llxia/openjdk-test-tools that referenced this issue Aug 30, 2018
Ignore invalid build url when the error is 404

Fixes: adoptium#4

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
llxia added a commit to llxia/openjdk-test-tools that referenced this issue Aug 30, 2018
Ignore invalid build url when the error is 404

Fixes: adoptium#4

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
llxia added a commit to llxia/openjdk-test-tools that referenced this issue Aug 30, 2018
Ignore invalid build url when the error is 404

Fixes: adoptium#4

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
llxia added a commit to llxia/openjdk-test-tools that referenced this issue Aug 30, 2018
Ignore invalid build url when the error is 404

Fixes: adoptium#4

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
llxia added a commit to llxia/openjdk-test-tools that referenced this issue Aug 30, 2018
Ignore invalid build url when the error is 404

Fixes: adoptium#4

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
@llxia llxia closed this as completed in #5 Aug 30, 2018
aqa-test-tools automation moved this from To do to Done Aug 30, 2018
llxia added a commit to llxia/openjdk-test-tools that referenced this issue Jan 7, 2019
Ignore invalid build url when the error is 404

Fixes: adoptium#4

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants