Skip to content

[HBASE-22606] : BucketCache additional tests - #333

Closed
virajjasani wants to merge 7 commits into
apache:masterfrom
virajjasani:HBASE-22606-master
Closed

[HBASE-22606] : BucketCache additional tests#333
virajjasani wants to merge 7 commits into
apache:masterfrom
virajjasani:HBASE-22606-master

Conversation

@virajjasani

Copy link
Copy Markdown
Contributor

No description provided.

@virajjasani

Copy link
Copy Markdown
ContributorAuthor

@wchevreuil Please review. Due to build issue, had to close #324 and create a new PR. Apologies for the same as I could not get why the build was giving -1 for patch even though the branch was already rebased with master.

@saintstacksaintstack left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few comments. Thank you for adding some nice new tests.

@Before
public void setup() throws IOException {
cache = new MockedBucketCache(ioEngineName, capacitySize, constructedBlockSize,
constructedBlockSizes, writeThreads, writerQLen, persistencePath);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why make persistencePath null?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since persistencePath was defined as null and was not getting updated in the file ever after, I thought of removing the declaration and directly putting null


@Test
public void testRetrieveFromMMap() throws Exception {
HBaseTestingUtility TEST_UTIL = new HBaseTestingUtility();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we get a new HBaseTestingUtility per test? If so, why not in the test setup rather than at head of each test?
Also CAPITALIZATION of variables is for statics, not locals as here.

Make a data member named testUtil and create the HTU instance in the @before ?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@virajjasani

Copy link
Copy Markdown
ContributorAuthor

@saintstack Thanks for the review. Updated the PR. Please review

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec23Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall238master passed
+1compile54master passed
+1checkstyle64master passed
+1shadedjars258branch has no errors when building our shaded downstream artifacts.
+1findbugs207master passed
+1javadoc29master passed
_ Patch Compile Tests _
+1mvninstall234the patch passed
+1compile52the patch passed
+1javac52the patch passed
+1checkstyle67the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars268patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck727Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs202the patch passed
+1javadoc32the patch passed
_ Other Tests _
+1unit8393hbase-server in the patch passed.
+1asflicense23The patch does not generate ASF License warnings.
11182
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/2/artifact/out/Dockerfile
GITHUB PR#333
JIRA IssueHBASE-22606
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 7eaa99425f02 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 531d290
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/2/testReport/
Max. process+thread count4784 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/2/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@the-sakthithe-sakthi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from what stack mentioned, I have left few minor nits. Also what do you think of :

  • Testing unsupported IOEngines as well (i.e. other then file/files, offheap, mmap, pmem)?
  • Testing more than one backing file? (using files:name1,name2 )?

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec56Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall250master passed
+1compile56master passed
+1checkstyle68master passed
+1shadedjars278branch has no errors when building our shaded downstream artifacts.
+1findbugs204master passed
+1javadoc32master passed
_ Patch Compile Tests _
+1mvninstall246the patch passed
+1compile56the patch passed
+1javac56the patch passed
+1checkstyle70the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars291patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck779Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs212the patch passed
+1javadoc35the patch passed
_ Other Tests _
-1unit17670hbase-server in the patch failed.
+1asflicense31The patch does not generate ASF License warnings.
20654
ReasonTests
Failed junit testshadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.client.TestFromClientSide
hadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.regionserver.TestRegionMergeTransactionOnCluster
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/1/artifact/out/Dockerfile
GITHUB PR#333
JIRA IssueHBASE-22606
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 8a3ee482ac45 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 531d290
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/1/testReport/
Max. process+thread count4966 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/1/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@virajjasani

Copy link
Copy Markdown
ContributorAuthor

Apart from what stack mentioned, I have left few minor nits. Also what do you think of :

  • Testing unsupported IOEngines as well (i.e. other then file/files, offheap, mmap, pmem)?
  • Testing more than one backing file? (using files:name1,name2 )?

@jatsakthi Thanks for your review. Updated the PR addressing all comments. Please take a look.
Review comments for changes suggested by @saintstack are also updated.

Also, additional test for above mentioned scenarios are added:

@the-sakthithe-sakthi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more suggestion.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec46Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall235master passed
+1compile53master passed
+1checkstyle67master passed
+1shadedjars262branch has no errors when building our shaded downstream artifacts.
+1findbugs211master passed
+1javadoc31master passed
_ Patch Compile Tests _
+1mvninstall228the patch passed
+1compile49the patch passed
+1javac49the patch passed
-1checkstyle63hbase-server: The patch generated 1 new + 15 unchanged - 0 fixed = 16 total (was 15)
+1whitespace0The patch has no whitespace issues.
+1shadedjars255patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck698Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs205the patch passed
+1javadoc31the patch passed
_ Other Tests _
-1unit19009hbase-server in the patch failed.
+1asflicense32The patch does not generate ASF License warnings.
21780
ReasonTests
Failed junit testshadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.client.TestFromClientSide
hadoop.hbase.replication.TestReplicationKillSlaveRSWithSeparateOldWALs
hadoop.hbase.quotas.TestSpaceQuotas
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.tool.TestBulkLoadHFiles
hadoop.hbase.master.TestSplitWALManager
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.master.TestAssignmentManagerMetrics
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.client.TestHbck
hadoop.hbase.util.TestFromClientSide3WoUnsafe
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/3/artifact/out/Dockerfile
GITHUB PR#333
JIRA IssueHBASE-22606
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux dfd68492f8af 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / b426142
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/3/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/3/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/3/testReport/
Max. process+thread count4825 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/3/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec166Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall286master passed
+1compile57master passed
+1checkstyle70master passed
+1shadedjars273branch has no errors when building our shaded downstream artifacts.
+1findbugs218master passed
+1javadoc32master passed
_ Patch Compile Tests _
+1mvninstall237the patch passed
+1compile51the patch passed
+1javac51the patch passed
-1checkstyle65hbase-server: The patch generated 1 new + 15 unchanged - 0 fixed = 16 total (was 15)
+1whitespace0The patch has no whitespace issues.
+1shadedjars260patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck744Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs217the patch passed
+1javadoc34the patch passed
_ Other Tests _
-1unit16254hbase-server in the patch failed.
+1asflicense22The patch does not generate ASF License warnings.
19309
ReasonTests
Failed junit testshadoop.hbase.client.TestFromClientSide
hadoop.hbase.client.TestMobSnapshotCloneIndependence
hadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/4/artifact/out/Dockerfile
GITHUB PR#333
JIRA IssueHBASE-22606
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 83df68984050 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 0198868
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/4/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/4/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/4/testReport/
Max. process+thread count4553 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/4/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec24Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall247master passed
+1compile52master passed
+1checkstyle67master passed
+1shadedjars268branch has no errors when building our shaded downstream artifacts.
+1findbugs203master passed
+1javadoc31master passed
_ Patch Compile Tests _
+1mvninstall244the patch passed
+1compile53the patch passed
+1javac53the patch passed
-1checkstyle64hbase-server: The patch generated 1 new + 15 unchanged - 0 fixed = 16 total (was 15)
+1whitespace0The patch has no whitespace issues.
+1shadedjars260patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck738Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs224the patch passed
+1javadoc33the patch passed
_ Other Tests _
-1unit8096hbase-server in the patch failed.
+1asflicense24The patch does not generate ASF License warnings.
10943
ReasonTests
Failed junit testshadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/5/artifact/out/Dockerfile
GITHUB PR#333
JIRA IssueHBASE-22606
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux b4367abd7f3a 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 0198868
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/5/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/5/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/5/testReport/
Max. process+thread count4363 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/5/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@virajjasani

Copy link
Copy Markdown
ContributorAuthor

@jatsakthi @busbey build is failing every time with some InterruptedIOException. Every time different test cases fail with IOE. How should we usually deal with it?

@the-sakthi

Copy link
Copy Markdown
Member

@virajjasani usually the best way is to check if the tests are present in the upstream flakey list. If yes, then we can usually bypass this. Else, you can run the failing tests locally to check if they ought to pass. Thirdly, if it's almost guaranteed that the test failure is unrelated to the changes proposed, in that case, we can ignore the tests failures.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec33Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall233master passed
+1compile50master passed
+1checkstyle65master passed
+1shadedjars251branch has no errors when building our shaded downstream artifacts.
+1findbugs204master passed
+1javadoc31master passed
_ Patch Compile Tests _
+1mvninstall236the patch passed
+1compile53the patch passed
+1javac53the patch passed
+1checkstyle65the patch passed
+1whitespace1The patch has no whitespace issues.
+1shadedjars268patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck729Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs213the patch passed
+1javadoc34the patch passed
_ Other Tests _
+1unit7877hbase-server in the patch passed.
+1asflicense29The patch does not generate ASF License warnings.
10673
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/7/artifact/out/Dockerfile
GITHUB PR#333
JIRA IssueHBASE-22606
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 7e3d961e8ee9 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 0198868
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/7/testReport/
Max. process+thread count4298 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/7/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec49Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall277master passed
+1compile50master passed
+1checkstyle68master passed
+1shadedjars266branch has no errors when building our shaded downstream artifacts.
+1findbugs213master passed
+1javadoc33master passed
_ Patch Compile Tests _
+1mvninstall258the patch passed
+1compile53the patch passed
+1javac53the patch passed
-1checkstyle67hbase-server: The patch generated 1 new + 15 unchanged - 0 fixed = 16 total (was 15)
+1whitespace0The patch has no whitespace issues.
+1shadedjars272patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck771Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs205the patch passed
+1javadoc31the patch passed
_ Other Tests _
-1unit16135hbase-server in the patch failed.
+1asflicense26The patch does not generate ASF License warnings.
19100
ReasonTests
Failed junit testshadoop.hbase.client.TestFromClientSide
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/6/artifact/out/Dockerfile
GITHUB PR#333
JIRA IssueHBASE-22606
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux d357ba9bac9e 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 0198868
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/6/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/6/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/6/testReport/
Max. process+thread count4767 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-333/6/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@virajjasani

Copy link
Copy Markdown
ContributorAuthor

@virajjasani usually the best way is to check if the tests are present in the upstream flakey list. If yes, then we can usually bypass this. Else, you can run the failing tests locally to check if they ought to pass. Thirdly, if it's almost guaranteed that the test failure is unrelated to the changes proposed, in that case, we can ignore the tests failures.

Thanks @jatsakthi
Yes test failures were irrelevant in this case. Anyways, the latest build is successful finally.
Could you please help me approve/merge this patch as per your latest review?
Thanks

@virajjasani

Copy link
Copy Markdown
ContributorAuthor

@wchevreuil@saintstack Please let me know if this looks good to you

@virajjasani

Copy link
Copy Markdown
ContributorAuthor

Please review @saintstack@wchevreuil

@wchevreuil

Copy link
Copy Markdown
Contributor

lgtm +1 on the latest commits. @jatsakthi @saintstack let me know if you guys have any other remarks, if not, I can squash the commits and merge the PR into master with your "signedoffs".

@virajjasani

Copy link
Copy Markdown
ContributorAuthor

Please review @saintstack

@the-sakthi

Copy link
Copy Markdown
Member

The changes look good to me @wchevreuil

@virajjasani

Copy link
Copy Markdown
ContributorAuthor

Could you please take a look on this once @saintstack
I would try to quickly update the PR in case of any concerns

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@virajjasani@Apache-HBase@the-sakthi@wchevreuil@saintstack