[
https://issues.apache.org/jira/browse/HADOOP-16748?focusedWorklogId=552778&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-552778
]
ASF GitHub Bot logged work on HADOOP-16748:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 16/Feb/21 00:46
Start Date: 16/Feb/21 00:46
Worklog Time Spent: 10m
Work Description: aajisaka commented on a change in pull request #1738:
URL: https://github.com/apache/hadoop/pull/1738#discussion_r576486221
##########
File path: dev-support/determine-flaky-tests-hadoop.py
##########
@@ -35,22 +35,8 @@
# at the failed test for the specific run is necessary.
#
import sys
-import platform
-sysversion = sys.hexversion
-onward30 = False
-if sysversion < 0x020600F0:
- sys.exit("Minimum supported python version is 2.6, the current version is " +
- "Python" + platform.python_version())
-
-if sysversion == 0x030000F0:
- sys.exit("There is a known bug with Python" + platform.python_version() +
- ", please try a different version");
-
-if sysversion < 0x03000000:
- import urllib2
-else:
- onward30 = True
- import urllib.request
+
Review comment:
I think it is not used. Now the developers can check the age from
Jenkins Web UI
(https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/418/testReport/)
instead of running the script.

----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 552778)
Time Spent: 4h (was: 3h 50m)
> Support Python 3 in dev-support scripts
> ---------------------------------------
>
> Key: HADOOP-16748
> URL: https://issues.apache.org/jira/browse/HADOOP-16748
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Akira Ajisaka
> Assignee: Akira Ajisaka
> Priority: Major
> Labels: pull-request-available
> Time Spent: 4h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]