First Flaky Commit
The test was found to be flaky from the very first commit it was introduced in:
apache/hadoop@837fb75
This commit is the first commit in which the test exists and it is already
flaky from the start.
Steps to Reproduce
git clone https://github.com/apache/hadoop.git
cd hadoop
git checkout 837fb75e8e03b2f016bcea2f4605106a5022491c
mvn clean install -DskipTests -pl hadoop-hdfs-project/hadoop-hdfs -am
mvn edu.illinois:nondex-maven-plugin:2.1.1:nondex \
-pl hadoop-hdfs-project/hadoop-hdfs \
-Dtest=org.apache.hadoop.hdfs.web.oauth2.TestClientCredentialTimeBasedTokenRefresher#refreshUrlIsCorrect
Since the test was later moved to hadoop-hdfs-project/hadoop-hdfs-client, we used hadoop-hdfs-project/hadoop-hdfs in the command where the test is now at that particular commit.
NonDex Configuration
nondexMode=FULL
nondexSeed=933178
nondexStart=0
First Flaky Commit
The test was found to be flaky from the very first commit it was introduced in:
apache/hadoop@837fb75
This commit is the first commit in which the test exists and it is already
flaky from the start.
Steps to Reproduce
git clone https://github.com/apache/hadoop.git cd hadoop git checkout 837fb75e8e03b2f016bcea2f4605106a5022491c mvn clean install -DskipTests -pl hadoop-hdfs-project/hadoop-hdfs -am mvn edu.illinois:nondex-maven-plugin:2.1.1:nondex \ -pl hadoop-hdfs-project/hadoop-hdfs \ -Dtest=org.apache.hadoop.hdfs.web.oauth2.TestClientCredentialTimeBasedTokenRefresher#refreshUrlIsCorrectSince the test was later moved to hadoop-hdfs-project/hadoop-hdfs-client, we used hadoop-hdfs-project/hadoop-hdfs in the command where the test is now at that particular commit.
NonDex Configuration
nondexMode=FULL
nondexSeed=933178
nondexStart=0