[jira] [Resolved] (HDFS-17731) [ARR] Add unit test for async RouterAdminServer

2025-03-02 Thread Xiaoqiao He (Jira)
) Resolution: Fixed > [ARR] Add unit test for async RouterAdminServer > --- > > Key: HDFS-17731 > URL: https://issues.apache.org/jira/browse/HDFS-17731 > Project: Hadoop HDFS >

[jira] [Resolved] (HDFS-17745) TestRouterMountTable should reset defaultNSEnable to true after each test method.

2025-03-02 Thread Xiaoqiao He (Jira)
ble should reset defaultNSEnable to true after each test > method. > - > > Key: HDFS-17745 > URL: https://issues.apache.org/jira/browse/HDFS-17745 >

[jira] [Created] (HDFS-17745) TestRouterMountTable should reset defaultNSEnable to true after each test method.

2025-03-01 Thread farmmamba (Jira)
farmmamba created HDFS-17745: Summary: TestRouterMountTable should reset defaultNSEnable to true after each test method. Key: HDFS-17745 URL: https://issues.apache.org/jira/browse/HDFS-17745 Project

[jira] [Created] (HDFS-17731) [ARR] Add unit test for async RouterAdminServer

2025-02-20 Thread farmmamba (Jira)
farmmamba created HDFS-17731: Summary: [ARR] Add unit test for async RouterAdminServer Key: HDFS-17731 URL: https://issues.apache.org/jira/browse/HDFS-17731 Project: Hadoop HDFS Issue Type: Sub

[jira] [Created] (HDFS-17573) Add test code for FSImage parallelization and compression

2024-07-08 Thread Sungdong Kim (Jira)
Sungdong Kim created HDFS-17573: --- Summary: Add test code for FSImage parallelization and compression Key: HDFS-17573 URL: https://issues.apache.org/jira/browse/HDFS-17573 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-17551) Fix unit test failure caused by HDFS-17464

2024-06-12 Thread Ayush Saxena (Jira)
[ https://issues.apache.org/jira/browse/HDFS-17551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayush Saxena resolved HDFS-17551. - Fix Version/s: 3.5.0 Hadoop Flags: Reviewed Resolution: Fixed > Fix unit t

[jira] [Created] (HDFS-17551) Fix unit test failure caused by HDFS-17464

2024-06-12 Thread farmmamba (Jira)
farmmamba created HDFS-17551: Summary: Fix unit test failure caused by HDFS-17464 Key: HDFS-17551 URL: https://issues.apache.org/jira/browse/HDFS-17551 Project: Hadoop HDFS Issue Type: Bug

[jira] [Resolved] (HDFS-17539) TestFileChecksum should not spin up a MiniDFSCluster for every test

2024-06-11 Thread ZanderXu (Jira)
not spin up a MiniDFSCluster for every test > --- > > Key: HDFS-17539 > URL: https://issues.apache.org/jira/browse/HDFS-17539 > Project: Hadoop HDFS > Is

[jira] [Created] (HDFS-17539) TestFileChecksum should not spin up a MiniDFSCluster for every test

2024-05-30 Thread Felix N (Jira)
Felix N created HDFS-17539: -- Summary: TestFileChecksum should not spin up a MiniDFSCluster for every test Key: HDFS-17539 URL: https://issues.apache.org/jira/browse/HDFS-17539 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-17448) Enhance the stability of the unit test TestDiskBalancerCommand

2024-03-30 Thread Ayush Saxena (Jira)
the stability of the unit test TestDiskBalancerCommand > > > Key: HDFS-17448 > URL: https://issues.apache.org/jira/browse/HDFS-17448 > Project: Hadoop HDFS >

[jira] [Created] (HDFS-17448) Enhance the stability of the unit test TestDiskBalancerCommand

2024-03-29 Thread Haiyang Hu (Jira)
Haiyang Hu created HDFS-17448: - Summary: Enhance the stability of the unit test TestDiskBalancerCommand Key: HDFS-17448 URL: https://issues.apache.org/jira/browse/HDFS-17448 Project: Hadoop HDFS

Re: HDFS test builds always fails

2024-03-13 Thread Tsz Wo Sze
1] shows 0 test failures [1] https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1525/ -Ayush On Tue, 5 Mar 2024 at 17:03, Ayush Saxena wrote: > Hi, > We have a PR [1] which is gonna fix those tests related to those java > ByteBuffer, I will follow up on t

Re: HDFS test builds always fails

2024-03-12 Thread Ayush Saxena
We are sorted now: the daily build from yesterday [1] shows 0 test failures [1] https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1525/ -Ayush On Tue, 5 Mar 2024 at 17:03, Ayush Saxena wrote: > Hi, > We have a PR [1] which is gonna fix those tests rela

[jira] [Resolved] (HDFS-17422) Enhance the stability of the unit test TestDFSAdmin

2024-03-11 Thread Xiaoqiao He (Jira)
ity of the unit test TestDFSAdmin > > > Key: HDFS-17422 > URL: https://issues.apache.org/jira/browse/HDFS-17422 > Project: Hadoop HDFS > Issue Type: Bug >

[jira] [Created] (HDFS-17422) Enhance the stability of the unit test TestDFSAdmin

2024-03-10 Thread lei w (Jira)
lei w created HDFS-17422: Summary: Enhance the stability of the unit test TestDFSAdmin Key: HDFS-17422 URL: https://issues.apache.org/jira/browse/HDFS-17422 Project: Hadoop HDFS Issue Type: Bug

Re: HDFS test builds always fails

2024-03-05 Thread Ayush Saxena
Hi, We have a PR [1] which is gonna fix those tests related to those java ByteBuffer, I will follow up on that & get it merged. -Ayush [1] https://github.com/apache/hadoop/pull/6593 On Tue, 5 Mar 2024 at 12:59, 王磊 wrote: > Hi, I found some tests always fails in some pull requests such as > had

HDFS test builds always fails

2024-03-04 Thread 王磊
Hi, I found some tests always fails in some pull requests such as hadoop.hdfs.protocol.TestBlockListAsLongs of HDFS-17391 . It should be caused by some recent modification. It is suspected that the relevant modification is HADOOP-19069

[jira] [Created] (HDFS-17272) NNThroughputBenchmark should support specifying the base directory for multi-client test

2023-12-02 Thread caozhiqiang (Jira)
caozhiqiang created HDFS-17272: -- Summary: NNThroughputBenchmark should support specifying the base directory for multi-client test Key: HDFS-17272 URL: https://issues.apache.org/jira/browse/HDFS-17272

[jira] [Resolved] (HDFS-17249) Fix TestDFSUtil.testIsValidName() unit test failure

2023-11-13 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HDFS-17249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HDFS-17249. --- Fix Version/s: 3.4.0 Resolution: Fixed > Fix TestDFSUtil.testIsValidName() unit t

[jira] [Created] (HDFS-17249) Fix test case for HDFS-17246

2023-11-03 Thread liuguanghua (Jira)
liuguanghua created HDFS-17249: -- Summary: Fix test case for HDFS-17246 Key: HDFS-17249 URL: https://issues.apache.org/jira/browse/HDFS-17249 Project: Hadoop HDFS Issue Type: Bug

[jira] [Resolved] (HDFS-17248) Add Test case for for building Hadoop on Windows and

2023-11-03 Thread liuguanghua (Jira)
[ https://issues.apache.org/jira/browse/HDFS-17248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liuguanghua resolved HDFS-17248. Resolution: Invalid > Add Test case for for building Hadoop on Windows

[jira] [Resolved] (HDFS-16740) Mini cluster test flakiness

2023-10-10 Thread Jira
[ https://issues.apache.org/jira/browse/HDFS-16740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Íñigo Goiri resolved HDFS-16740. Fix Version/s: 3.4.0 Hadoop Flags: Reviewed Resolution: Fixed > Mini cluster t

[jira] [Created] (HDFS-17161) Adding test for StripedBlockReader#createBlockReader leaks socket on IOException

2023-08-16 Thread Haoze Wu (Jira)
Haoze Wu created HDFS-17161: --- Summary: Adding test for StripedBlockReader#createBlockReader leaks socket on IOException Key: HDFS-17161 URL: https://issues.apache.org/jira/browse/HDFS-17161 Project: Hadoop

[jira] [Created] (HDFS-17132) Test org.apache.hadoop.hdfs.server.namenode.ha.TestObserverReadProxyProvider#testObserverToActive is flaky

2023-07-27 Thread ConfX (Jira)
ConfX created HDFS-17132: Summary: Test org.apache.hadoop.hdfs.server.namenode.ha.TestObserverReadProxyProvider#testObserverToActive is flaky Key: HDFS-17132 URL: https://issues.apache.org/jira/browse/HDFS-17132

[jira] [Resolved] (HDFS-17010) Add a subtree test to TestSnapshotDiffReport

2023-05-18 Thread Tsz-wo Sze (Jira)
[ https://issues.apache.org/jira/browse/HDFS-17010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz-wo Sze resolved HDFS-17010. --- Fix Version/s: 3.4.0 Resolution: Fixed The pull request is now merged. > Add a subtree t

[jira] [Created] (HDFS-17010) Add a subtree test to TestSnapshotDiffReport

2023-05-14 Thread Tsz-wo Sze (Jira)
Tsz-wo Sze created HDFS-17010: - Summary: Add a subtree test to TestSnapshotDiffReport Key: HDFS-17010 URL: https://issues.apache.org/jira/browse/HDFS-17010 Project: Hadoop HDFS Issue Type: Test

[jira] [Created] (HDFS-17007) TestPendingReconstruction.testProcessPendingReconstructions verify HDFS-11960 test case is wrong

2023-05-10 Thread liuguanghua (Jira)
liuguanghua created HDFS-17007: -- Summary: TestPendingReconstruction.testProcessPendingReconstructions verify HDFS-11960 test case is wrong Key: HDFS-17007 URL: https://issues.apache.org/jira/browse/HDFS-17007

[jira] [Created] (HDFS-17004) Mis-spellings about test

2023-05-08 Thread lihanran (Jira)
lihanran created HDFS-17004: --- Summary: Mis-spellings about test Key: HDFS-17004 URL: https://issues.apache.org/jira/browse/HDFS-17004 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Resolved] (HDFS-16916) Improve the use of JUnit Test in DFSClient

2023-02-17 Thread Shilun Fan (Jira)
nit Test in DFSClient > -- > > Key: HDFS-16916 > URL: https://issues.apache.org/jira/browse/HDFS-16916 > Project: Hadoop HDFS > Issue Type: Improvement > Components: dfsclie

[jira] [Created] (HDFS-16916) Improve the use of JUnit Test in DFSClient

2023-02-14 Thread Hualong Zhang (Jira)
Hualong Zhang created HDFS-16916: Summary: Improve the use of JUnit Test in DFSClient Key: HDFS-16916 URL: https://issues.apache.org/jira/browse/HDFS-16916 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-16814) Native Test valgrind memcheck failed in kunpeng aarch64

2022-10-22 Thread peng gu (Jira)
peng gu created HDFS-16814: -- Summary: Native Test valgrind memcheck failed in kunpeng aarch64 Key: HDFS-16814 URL: https://issues.apache.org/jira/browse/HDFS-16814 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-16747) List of unit test failing in 3.3.3

2022-08-25 Thread Samrat Deb (Jira)
Samrat Deb created HDFS-16747: - Summary: List of unit test failing in 3.3.3 Key: HDFS-16747 URL: https://issues.apache.org/jira/browse/HDFS-16747 Project: Hadoop HDFS Issue Type: Test

[jira] [Created] (HDFS-16742) Test TestDirectoryScanner.testThrottling failing

2022-08-24 Thread Samrat Deb (Jira)
Samrat Deb created HDFS-16742: - Summary: Test TestDirectoryScanner.testThrottling failing Key: HDFS-16742 URL: https://issues.apache.org/jira/browse/HDFS-16742 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-16740) Mini cluster test flakiness

2022-08-23 Thread Steve Vaughan (Jira)
Steve Vaughan created HDFS-16740: Summary: Mini cluster test flakiness Key: HDFS-16740 URL: https://issues.apache.org/jira/browse/HDFS-16740 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Created] (HDFS-16631) Enable dfs.datanode.lockmanager.trace In Test

2022-06-14 Thread fanshilun (Jira)
fanshilun created HDFS-16631: Summary: Enable dfs.datanode.lockmanager.trace In Test Key: HDFS-16631 URL: https://issues.apache.org/jira/browse/HDFS-16631 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-16590) Fix Junit Test Deprecated assertThat

2022-05-23 Thread fanshilun (Jira)
fanshilun created HDFS-16590: Summary: Fix Junit Test Deprecated assertThat Key: HDFS-16590 URL: https://issues.apache.org/jira/browse/HDFS-16590 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Resolved] (HDFS-16573) Fix test TestDFSStripedInputStreamWithRandomECPolicy

2022-05-10 Thread Tao Li (Jira)
[ https://issues.apache.org/jira/browse/HDFS-16573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Li resolved HDFS-16573. --- Fix Version/s: 3.3.4 Resolution: Fixed > Fix test TestDFSStripedInputStreamWithRandomECPol

[jira] [Reopened] (HDFS-16573) Fix test TestDFSStripedInputStreamWithRandomECPolicy

2022-05-10 Thread Tao Li (Jira)
[ https://issues.apache.org/jira/browse/HDFS-16573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Li reopened HDFS-16573: --- > Fix test TestDFSStripedInputStreamWithRandomECPol

[jira] [Resolved] (HDFS-16573) Fix test TestDFSStripedInputStreamWithRandomECPolicy

2022-05-09 Thread Tao Li (Jira)
[ https://issues.apache.org/jira/browse/HDFS-16573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Li resolved HDFS-16573. --- Fix Version/s: 3.4.0 Resolution: Resolved > Fix test TestDFSStripedInputStreamWithRandomECPol

[jira] [Created] (HDFS-16573) Fix test TestDFSStripedInputStreamWithRandomECPolicy

2022-05-09 Thread daimin (Jira)
daimin created HDFS-16573: - Summary: Fix test TestDFSStripedInputStreamWithRandomECPolicy Key: HDFS-16573 URL: https://issues.apache.org/jira/browse/HDFS-16573 Project: Hadoop HDFS Issue Type: Test

[jira] [Resolved] (HDFS-16548) Failed unit test testRenameMoreThanOnceAcrossSnapDirs_2

2022-04-20 Thread Ayush Saxena (Jira)
[ https://issues.apache.org/jira/browse/HDFS-16548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayush Saxena resolved HDFS-16548. - Resolution: Abandoned not a test issue, the prod code itself has issues, have reopened the

[jira] [Created] (HDFS-16548) Failed unit test testRenameMoreThanOnceAcrossSnapDirs_2

2022-04-20 Thread tomscut (Jira)
tomscut created HDFS-16548: -- Summary: Failed unit test testRenameMoreThanOnceAcrossSnapDirs_2 Key: HDFS-16548 URL: https://issues.apache.org/jira/browse/HDFS-16548 Project: Hadoop HDFS Issue Type

[jira] [Resolved] (HDFS-16389) Improve NNThroughputBenchmark test mkdirs

2022-04-17 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HDFS-16389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang resolved HDFS-16389. Fix Version/s: 3.4.0 Resolution: Fixed > Improve NNThroughputBenchmark test mkd

[jira] [Resolved] (HDFS-16458) [SPS]: Fix bug for unit test of reconfiguring SPS mode

2022-03-01 Thread Hui Fei (Jira)
[ https://issues.apache.org/jira/browse/HDFS-16458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hui Fei resolved HDFS-16458. Fix Version/s: 3.4.0 Resolution: Fixed > [SPS]: Fix bug for unit test of reconfiguring SPS m

[jira] [Created] (HDFS-16458) [SPS]: Fix bug for unit test of reconfiguring SPS mode

2022-02-18 Thread tomscut (Jira)
tomscut created HDFS-16458: -- Summary: [SPS]: Fix bug for unit test of reconfiguring SPS mode Key: HDFS-16458 URL: https://issues.apache.org/jira/browse/HDFS-16458 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-16389) Improve NNThroughputBenchmark test mkdirs

2021-12-19 Thread JiangHua Zhu (Jira)
JiangHua Zhu created HDFS-16389: --- Summary: Improve NNThroughputBenchmark test mkdirs Key: HDFS-16389 URL: https://issues.apache.org/jira/browse/HDFS-16389 Project: Hadoop HDFS Issue Type

[jira] [Resolved] (HDFS-16345) Fix test cases fail in TestBlockStoragePolicy

2021-12-08 Thread Ayush Saxena (Jira)
[ https://issues.apache.org/jira/browse/HDFS-16345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayush Saxena resolved HDFS-16345. - Fix Version/s: 3.4.0 Hadoop Flags: Reviewed Resolution: Fixed > Fix test cases f

[jira] [Created] (HDFS-16345) Fix test cases fail in TestBlockStoragePolicy

2021-11-21 Thread guo (Jira)
guo created HDFS-16345: -- Summary: Fix test cases fail in TestBlockStoragePolicy Key: HDFS-16345 URL: https://issues.apache.org/jira/browse/HDFS-16345 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Resolved] (HDFS-14240) blockReport test in NNThroughputBenchmark throws ArrayIndexOutOfBoundsException

2021-11-01 Thread Akira Ajisaka (Jira)
. > blockReport test in NNThroughputBenchmark throws > ArrayIndexOutOfBoundsException > --- > > Key: HDFS-14240 > URL: https://issues.apache.org/jira/browse/HDFS-14240 >

[jira] [Created] (HDFS-16288) Native Test Case #35 Fails in RHEL 8.4

2021-10-27 Thread Paula Logan (Jira)
Paula Logan created HDFS-16288: -- Summary: Native Test Case #35 Fails in RHEL 8.4 Key: HDFS-16288 URL: https://issues.apache.org/jira/browse/HDFS-16288 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-16213) Flaky test TestFsDatasetImpl#testDnRestartWithHardLink

2021-09-05 Thread Viraj Jasani (Jira)
Viraj Jasani created HDFS-16213: --- Summary: Flaky test TestFsDatasetImpl#testDnRestartWithHardLink Key: HDFS-16213 URL: https://issues.apache.org/jira/browse/HDFS-16213 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-16112) Fix flaky unit test TestDecommissioningStatusWithBackoffMonitor

2021-08-23 Thread Wei-Chiu Chuang (Jira)
you should be able to close it yourself (that is my understanding) > Fix flaky unit test TestDecommissioningStatusWithBackoffMonitor > > > Key: HDFS-16112 > URL: https://issues.apache.

[jira] [Reopened] (HDFS-15878) RBF: Flaky test TestRouterWebHDFSContractCreate>AbstractContractCreateTest#testSyncable in Trunk

2021-08-12 Thread Akira Ajisaka (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira Ajisaka reopened HDFS-15878: -- This test still fails. > RBF: Flaky test > TestRouterWebHDFSContract

[jira] [Created] (HDFS-16112) Fix flaky unit test TestDecommissioningStatusWithBackoffMonitor

2021-07-04 Thread tomscut (Jira)
tomscut created HDFS-16112: -- Summary: Fix flaky unit test TestDecommissioningStatusWithBackoffMonitor Key: HDFS-16112 URL: https://issues.apache.org/jira/browse/HDFS-16112 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-16106) Fix flaky unit test TestDFSShell

2021-07-02 Thread Hui Fei (Jira)
[ https://issues.apache.org/jira/browse/HDFS-16106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hui Fei resolved HDFS-16106. Fix Version/s: 3.4.0 Resolution: Fixed > Fix flaky unit test TestDFSSh

[jira] [Created] (HDFS-16106) Fix flaky unit test TestDFSShell

2021-07-01 Thread tomscut (Jira)
tomscut created HDFS-16106: -- Summary: Fix flaky unit test TestDFSShell Key: HDFS-16106 URL: https://issues.apache.org/jira/browse/HDFS-16106 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-16103) mvn test failed about hadoop@3.2.1

2021-06-30 Thread shixijun (Jira)
shixijun created HDFS-16103: --- Summary: mvn test failed about hadoop@3.2.1 Key: HDFS-16103 URL: https://issues.apache.org/jira/browse/HDFS-16103 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-16025) adls test suite TestAdlContractGetFileStatusLive failing with no assertJ on the classpath

2021-05-12 Thread Steve Loughran (Jira)
Steve Loughran created HDFS-16025: - Summary: adls test suite TestAdlContractGetFileStatusLive failing with no assertJ on the classpath Key: HDFS-16025 URL: https://issues.apache.org/jira/browse/HDFS-16025

[jira] [Reopened] (HDFS-15878) RBF: Flaky test TestRouterWebHDFSContractCreate>AbstractContractCreateTest#testSyncable in Trunk

2021-05-07 Thread Fengnan Li (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fengnan Li reopened HDFS-15878: --- Reopen to change the closing status. > RBF: Flaky test > TestRouterWebHDFSContract

[jira] [Resolved] (HDFS-15878) RBF: Flaky test TestRouterWebHDFSContractCreate>AbstractContractCreateTest#testSyncable in Trunk

2021-05-07 Thread Fengnan Li (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fengnan Li resolved HDFS-15878. --- Resolution: Not A Problem > RBF: Flaky test > TestRouterWebHDFSContract

[jira] [Resolved] (HDFS-15878) RBF: Flaky test TestRouterWebHDFSContractCreate>AbstractContractCreateTest#testSyncable in Trunk

2021-05-04 Thread Fengnan Li (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fengnan Li resolved HDFS-15878. --- Resolution: Resolved > RBF: Flaky test > TestRouterWebHDFSContractCreate>AbstractContractC

[jira] [Created] (HDFS-15904) Flaky test TestBalancer#testBalancerWithSortTopNodes()

2021-03-18 Thread Viraj Jasani (Jira)
Viraj Jasani created HDFS-15904: --- Summary: Flaky test TestBalancer#testBalancerWithSortTopNodes() Key: HDFS-15904 URL: https://issues.apache.org/jira/browse/HDFS-15904 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-15898) Test case TestOfflineImageViewer fails

2021-03-16 Thread Hui Fei (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hui Fei resolved HDFS-15898. Fix Version/s: 3.4.0 Resolution: Fixed > Test case TestOfflineImageViewer fa

[jira] [Created] (HDFS-15898) Test case TestOfflineImageViewer fails

2021-03-15 Thread Hui Fei (Jira)
Hui Fei created HDFS-15898: -- Summary: Test case TestOfflineImageViewer fails Key: HDFS-15898 URL: https://issues.apache.org/jira/browse/HDFS-15898 Project: Hadoop HDFS Issue Type: Test

[jira] [Created] (HDFS-15878) Flaky test TestRouterWebHDFSContractCreate>AbstractContractCreateTest#testSyncable in Trunk

2021-03-05 Thread Renukaprasad C (Jira)
Renukaprasad C created HDFS-15878: - Summary: Flaky test TestRouterWebHDFSContractCreate>AbstractContractCreateTest#testSyncable in Trunk Key: HDFS-15878 URL: https://issues.apache.org/jira/browse/HDFS-15

[jira] [Reopened] (HDFS-10498) Intermittent test failure org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotFileLength.testSnapshotfileLength

2021-01-25 Thread Jim Brennan (Jira)
a patch.   > Intermittent test failure > org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotFileLength.testSnapshotfileLength > --- > >

[jira] [Resolved] (HDFS-15632) AbstractContractDeleteTest should set recursive peremeter to true for recursive test cases.

2021-01-22 Thread Konstantin Shvachko (Jira)
3.4.0 Hadoop Flags: Reviewed Resolution: Fixed I just committed this. Thank you [~antn.kutuzov] for contributing. > AbstractContractDeleteTest should set recursive peremeter to true for > recursive test

[jira] [Created] (HDFS-15755) Import powermock to test of hadoop-hdfs-project

2020-12-29 Thread Yang Yun (Jira)
Yang Yun created HDFS-15755: --- Summary: Import powermock to test of hadoop-hdfs-project Key: HDFS-15755 URL: https://issues.apache.org/jira/browse/HDFS-15755 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-15730) Erasure Coding: Fix unit test bug of TestAddOverReplicatedStripedBlocks.testProcessOverReplicatedAndCorruptStripedBlock.

2020-12-17 Thread Jinglun (Jira)
Jinglun created HDFS-15730: -- Summary: Erasure Coding: Fix unit test bug of TestAddOverReplicatedStripedBlocks.testProcessOverReplicatedAndCorruptStripedBlock. Key: HDFS-15730 URL: https://issues.apache.org/jira/browse

[jira] [Resolved] (HDFS-15691) Fix flaky test TestServerWebApp.getHomeDir

2020-11-29 Thread Zhengxi Li (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhengxi Li resolved HDFS-15691. --- Resolution: Not A Bug > Fix flaky test TestServerWebApp.getHome

[jira] [Created] (HDFS-15691) Fix flaky test TestServerWebApp.getHomeDir

2020-11-22 Thread Zhengxi Li (Jira)
Zhengxi Li created HDFS-15691: - Summary: Fix flaky test TestServerWebApp.getHomeDir Key: HDFS-15691 URL: https://issues.apache.org/jira/browse/HDFS-15691 Project: Hadoop HDFS Issue Type: Bug

[jira] [Resolved] (HDFS-15690) Add lz4-java as hadoop-hdfs test dependency

2020-11-21 Thread Chao Sun (Jira)
27;ll backport this to 3.3 branch together with HADOOP-17292 later. > Add lz4-java as hadoop-hdfs test dependency > --- > > Key: HDFS-15690 > URL: https://issues.apache.org/jira/browse/HDFS-15690 >

[jira] [Created] (HDFS-15632) AbstractContractDeleteTest should set recursive peremeter to true for recursive test cases.

2020-10-14 Thread Konstantin Shvachko (Jira)
Konstantin Shvachko created HDFS-15632: -- Summary: AbstractContractDeleteTest should set recursive peremeter to true for recursive test cases. Key: HDFS-15632 URL: https://issues.apache.org/jira/browse/HDFS

[jira] [Resolved] (HDFS-15620) RBF: Fix test failures after HADOOP-17281

2020-10-13 Thread Akira Ajisaka (Jira)
-3.3 again. > RBF: Fix test failures after HADOOP-17281 > - > > Key: HDFS-15620 > URL: https://issues.apache.org/jira/browse/HDFS-15620 > Project: Hadoop HDFS > Issue Type: Sub-task

[jira] [Created] (HDFS-15620) RBF: Fix test failures after HADOOP-17281

2020-10-09 Thread Akira Ajisaka (Jira)
Akira Ajisaka created HDFS-15620: Summary: RBF: Fix test failures after HADOOP-17281 Key: HDFS-15620 URL: https://issues.apache.org/jira/browse/HDFS-15620 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-15576) Add test addPolicies to ECAdmin

2020-09-14 Thread Fei Hui (Jira)
Fei Hui created HDFS-15576: -- Summary: Add test addPolicies to ECAdmin Key: HDFS-15576 URL: https://issues.apache.org/jira/browse/HDFS-15576 Project: Hadoop HDFS Issue Type: Test

[jira] [Created] (HDFS-15575) RBF: Create test cases that simulate general exceptions on NameNodes

2020-09-13 Thread Akira Ajisaka (Jira)
Akira Ajisaka created HDFS-15575: Summary: RBF: Create test cases that simulate general exceptions on NameNodes Key: HDFS-15575 URL: https://issues.apache.org/jira/browse/HDFS-15575 Project: Hadoop

[jira] [Created] (HDFS-15564) Add Test annotation for TestPersistBlocks#testRestartDfsWithSync

2020-09-09 Thread Fei Hui (Jira)
Fei Hui created HDFS-15564: -- Summary: Add Test annotation for TestPersistBlocks#testRestartDfsWithSync Key: HDFS-15564 URL: https://issues.apache.org/jira/browse/HDFS-15564 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-10961) Flaky test TestSnapshotFileLength.testSnapshotfileLength

2020-03-05 Thread Ahmed Hussein (Jira)
could not reproduce the failure. My intuition is that it happens due to slow down on the server as a side effect of some other Units in parallel. I am going to close this Jiras for now. > Flaky test TestSnapshotFileLength.testSnapshotfileLen

[jira] [Resolved] (HDFS-10498) Intermittent test failure org.apache.hadoop.hdfs.server.namenode.snapshot.TestSnapshotFileLength.testSnapshotfileLength

2020-03-05 Thread Ahmed Hussein (Jira)
failure. My intuition is that it happens due to slow down on the server as a side effect of some other Units in parallel. [~kihwal], [~xiaochen] I am going to close this Jiras for now, if you are ok with that. > Intermittent test fail

[jira] [Created] (HDFS-15149) TestDeadNodeDetection test cases time-out

2020-01-30 Thread Ahmed Hussein (Jira)
Ahmed Hussein created HDFS-15149: Summary: TestDeadNodeDetection test cases time-out Key: HDFS-15149 URL: https://issues.apache.org/jira/browse/HDFS-15149 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-15128) Unit test failing to clean testing data and caused Maven to crash

2020-01-16 Thread Ctest (Jira)
Ctest created HDFS-15128: Summary: Unit test failing to clean testing data and caused Maven to crash Key: HDFS-15128 URL: https://issues.apache.org/jira/browse/HDFS-15128 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-15095) Fix accidental comment in flaky test TestDecommissioningStatus

2020-01-06 Thread Ahmed Hussein (Jira)
Ahmed Hussein created HDFS-15095: Summary: Fix accidental comment in flaky test TestDecommissioningStatus Key: HDFS-15095 URL: https://issues.apache.org/jira/browse/HDFS-15095 Project: Hadoop HDFS

[jira] [Created] (HDFS-15020) Add a test case of storage type quota to TestHdfsAdmin.

2019-11-27 Thread Jinglun (Jira)
Jinglun created HDFS-15020: -- Summary: Add a test case of storage type quota to TestHdfsAdmin. Key: HDFS-15020 URL: https://issues.apache.org/jira/browse/HDFS-15020 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-15019) Refactor the unit test of TestDeadNodeDetection

2019-11-27 Thread Yiqun Lin (Jira)
Yiqun Lin created HDFS-15019: Summary: Refactor the unit test of TestDeadNodeDetection Key: HDFS-15019 URL: https://issues.apache.org/jira/browse/HDFS-15019 Project: Hadoop HDFS Issue Type: Sub

[jira] [Created] (HDDS-2600) Move chaos test to org.apache.hadoop.ozone.chaos package

2019-11-20 Thread Mukul Kumar Singh (Jira)
Mukul Kumar Singh created HDDS-2600: --- Summary: Move chaos test to org.apache.hadoop.ozone.chaos package Key: HDDS-2600 URL: https://issues.apache.org/jira/browse/HDDS-2600 Project: Hadoop

[jira] [Resolved] (HDDS-2540) Fix accepetance test failure introduced by wait_for_safemode_exit

2019-11-19 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Attila Doroszlai resolved HDDS-2540. Resolution: Fixed Fixed by revert of HDDS-2034. > Fix accepetance test failure introdu

[jira] [Created] (HDDS-2540) Fix accepetance test failure introduced by wait_for_safemode_exit

2019-11-18 Thread Sammi Chen (Jira)
Sammi Chen created HDDS-2540: Summary: Fix accepetance test failure introduced by wait_for_safemode_exit Key: HDDS-2540 URL: https://issues.apache.org/jira/browse/HDDS-2540 Project: Hadoop Distributed

[jira] [Resolved] (HDDS-2492) Fix test clean up issue in TestSCMPipelineManager

2019-11-15 Thread Li Cheng (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Cheng resolved HDDS-2492. Fix Version/s: 0.4.1 Resolution: Fixed > Fix test clean up issue in TestSCMPipelineMana

[jira] [Created] (HDDS-2492) Fix test clean up issue in TestSCMPipelineManager

2019-11-14 Thread Xiaoyu Yao (Jira)
Xiaoyu Yao created HDDS-2492: Summary: Fix test clean up issue in TestSCMPipelineManager Key: HDDS-2492 URL: https://issues.apache.org/jira/browse/HDDS-2492 Project: Hadoop Distributed Data Store

[jira] [Created] (HDDS-2486) Empty test method in TestRDBTableStore

2019-11-14 Thread Attila Doroszlai (Jira)
Attila Doroszlai created HDDS-2486: -- Summary: Empty test method in TestRDBTableStore Key: HDDS-2486 URL: https://issues.apache.org/jira/browse/HDDS-2486 Project: Hadoop Distributed Data Store

[jira] [Resolved] (HDDS-2325) BenchMarkDatanodeDispatcher genesis test is failing with NPE

2019-11-11 Thread Marton Elek (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Elek resolved HDDS-2325. --- Fix Version/s: 0.5.0 Resolution: Fixed > BenchMarkDatanodeDispatcher genesis test is fail

[jira] [Created] (HDFS-14967) TestWebHDFS - Many test cases are failing in Windows

2019-11-07 Thread Renukaprasad C (Jira)
Renukaprasad C created HDFS-14967: - Summary: TestWebHDFS - Many test cases are failing in Windows Key: HDFS-14967 URL: https://issues.apache.org/jira/browse/HDFS-14967 Project: Hadoop HDFS

[jira] [Resolved] (HDDS-2327) Provide new Freon test to test Ratis pipeline with pure XceiverClientRatis

2019-11-07 Thread Marton Elek (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Elek resolved HDDS-2327. --- Resolution: Fixed > Provide new Freon test to test Ratis pipeline with pure XceiverClientRa

[jira] [Created] (HDDS-2411) Create DataChunkValidator Freon test

2019-11-07 Thread Marton Elek (Jira)
Marton Elek created HDDS-2411: - Summary: Create DataChunkValidator Freon test Key: HDDS-2411 URL: https://issues.apache.org/jira/browse/HDDS-2411 Project: Hadoop Distributed Data Store Issue

[jira] [Created] (HDDS-2409) CI - acceptance test results link is broken in GitHub

2019-11-06 Thread Istvan Fajth (Jira)
Istvan Fajth created HDDS-2409: -- Summary: CI - acceptance test results link is broken in GitHub Key: HDDS-2409 URL: https://issues.apache.org/jira/browse/HDDS-2409 Project: Hadoop Distributed Data Store

[jira] [Created] (HDDS-2401) Add robot test file for ozone-hdfs

2019-11-04 Thread luhuachao (Jira)
luhuachao created HDDS-2401: --- Summary: Add robot test file for ozone-hdfs Key: HDDS-2401 URL: https://issues.apache.org/jira/browse/HDDS-2401 Project: Hadoop Distributed Data Store Issue Type: Sub

[GitHub] [hadoop-ozone] christeoh commented on issue #111: HDDS-2393: Fixing NPE in unit test from HDDS-1847

2019-10-31 Thread GitBox
christeoh commented on issue #111: HDDS-2393: Fixing NPE in unit test from HDDS-1847 URL: https://github.com/apache/hadoop-ozone/pull/111#issuecomment-548613391 /label ozone This is an automated message from the Apache Git

[GitHub] [hadoop-ozone] christeoh commented on issue #111: HDDS-2393: Fixing NPE in unit test from HDDS-1847

2019-10-31 Thread GitBox
christeoh commented on issue #111: HDDS-2393: Fixing NPE in unit test from HDDS-1847 URL: https://github.com/apache/hadoop-ozone/pull/111#issuecomment-548613429 /retest This is an automated message from the Apache Git

[jira] [Created] (HDDS-2388) Teragen test failure due to OM exception

2019-10-31 Thread Shashikant Banerjee (Jira)
Shashikant Banerjee created HDDS-2388: - Summary: Teragen test failure due to OM exception Key: HDDS-2388 URL: https://issues.apache.org/jira/browse/HDDS-2388 Project: Hadoop Distributed Data Store

  1   2   3   4   5   6   7   8   9   10   >