This is an automated email from the ASF dual-hosted git repository.
ajfabbri pushed a change to branch af/hadoop-19877
in repository https://gitbox.apache.org/repos/asf/hadoop.git
omit 52260da0ebd ci/aws: remove checks: write permission
omit ea675e1930a ci: pin localstack version
omit 0a558e693d5 ci: add missing apache headers, fix typo in test excludes
omit 8c591e7d6b9 HADOOP-19877: ci: initial S3A integration test CI
omit e6a05658402 HADOOP-19877: ci: create composite actions for creating
builder image
add da7a26b39de HADOOP-19857. Enable unit tests on GHA (#8452)
add ffd7a955939 YARN-11956: Register RMQueueAclInfo for RM REST JSON
serialization (#8449) Contributed by Riya Khandelwal.
add 734dd8a67cd HADOOP-19863. Incorrect Vectored IO metrics from Local
Filesystem. (#8447)
add 14a8eacfe68 HADOOP-19877: ci: create composite actions for creating
builder image
add c99599c01a1 HADOOP-19877: ci: initial S3A integration test CI
add 8d8b221068c ci: add missing apache headers, fix typo in test excludes
add c8ba2b37b58 ci: pin localstack version
add 5f30d1c4ef2 ci/aws: remove checks: write permission
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (52260da0ebd)
\
N -- N -- N refs/heads/af/hadoop-19877 (5f30d1c4ef2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/gha-tests/README.md | 63 +++++++
.github/gha-tests/exclude-tests.txt | 206 +++++++++++++++++++++
.github/workflows/tmpl_build_and_test.yml | 148 ++++++++++++++-
.../org/apache/hadoop/fs/RawLocalFileSystem.java | 39 +++-
.../contract/AbstractContractVectoredReadTest.java | 11 ++
.../localfs/TestLocalFSContractVectoredRead.java | 90 +++++++--
.../src/test/scripts/hadoop_stop_daemon.bats | 3 +
.../src/test/scripts/start-build-env.bats | 6 +
hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml | 1 +
.../java/org/apache/hadoop/cli/TestHDFSCLI.java | 2 +
.../TestClientProtocolForPipelineRecovery.java | 2 +
.../hadoop/hdfs/TestDFSStripedInputStream.java | 2 +
.../TestDFSStripedOutputStreamWithFailure.java | 2 +
...dOutputStreamWithFailureWithRandomECPolicy.java | 2 +
.../org/apache/hadoop/hdfs/TestDecommission.java | 2 +
.../hdfs/TestDecommissionWithBackoffMonitor.java | 2 +
.../hadoop/hdfs/TestDecommissionWithStriped.java | 2 +
.../TestDecommissionWithStripedBackoffMonitor.java | 2 +
.../hadoop/hdfs/TestDistributedFileSystem.java | 2 +
.../apache/hadoop/hdfs/TestEncryptedTransfer.java | 2 +
.../apache/hadoop/hdfs/TestEncryptionZones.java | 2 +
.../hadoop/hdfs/TestEncryptionZonesWithKMS.java | 2 +
.../org/apache/hadoop/hdfs/TestFileChecksum.java | 2 +
.../java/org/apache/hadoop/hdfs/TestGetBlocks.java | 2 +
.../org/apache/hadoop/hdfs/TestLeaseRecovery2.java | 2 +
.../hadoop/hdfs/TestLeaseRecoveryStriped.java | 2 +
.../apache/hadoop/hdfs/TestMaintenanceState.java | 2 +
...TestReadStripedFileWithDecodingCorruptData.java | 2 +
...TestReadStripedFileWithDecodingDeletedData.java | 2 +
...stReconstructStripedFileWithRandomECPolicy.java | 2 +
.../TestReplaceDatanodeFailureReplication.java | 2 +
.../org/apache/hadoop/hdfs/TestRollingUpgrade.java | 2 +
.../hdfs/TestStateAlignmentContextWithHA.java | 2 +
.../hadoop/hdfs/TestViewDistributedFileSystem.java | 2 +
.../hadoop/hdfs/TestWriteReadStripedFile.java | 2 +
.../hdfs/qjournal/server/TestJournalNodeSync.java | 2 +
.../balancer/TestBalancerLongRunningTasks.java | 2 +
.../server/blockmanagement/TestBlockManager.java | 2 +
.../TestBlocksWithNotEnoughRacks.java | 2 +
.../hdfs/server/datanode/TestBlockRecovery2.java | 2 +
.../hdfs/server/datanode/TestBlockScanner.java | 2 +
.../datanode/TestDataNodeRollingUpgrade.java | 2 +
.../TestDataNodeVolumeFailureReporting.java | 2 +
.../fsdataset/impl/TestFsDatasetCache.java | 2 +
.../datanode/fsdataset/impl/TestFsDatasetImpl.java | 2 +
.../fsdataset/impl/TestSpaceReservation.java | 2 +
.../apache/hadoop/hdfs/server/mover/TestMover.java | 2 +
.../hadoop/hdfs/server/mover/TestStorageMover.java | 2 +
.../hdfs/server/namenode/TestDeleteRace.java | 2 +
.../server/namenode/TestDiskspaceQuotaUpdate.java | 2 +
.../hadoop/hdfs/server/namenode/TestEditLog.java | 2 +
.../hdfs/server/namenode/TestFSEditLogLoader.java | 2 +
.../hadoop/hdfs/server/namenode/TestFSImage.java | 2 +
.../hdfs/server/namenode/TestFSImageWithAcl.java | 2 +
.../hadoop/hdfs/server/namenode/TestFsck.java | 2 +
.../hadoop/hdfs/server/namenode/TestINodeFile.java | 2 +
.../server/namenode/TestListCorruptFileBlocks.java | 2 +
.../TestPersistentStoragePolicySatisfier.java | 2 +
.../hdfs/server/namenode/TestReencryption.java | 2 +
.../server/namenode/TestReencryptionWithKMS.java | 2 +
.../fgl/TestFSNLockBenchmarkThroughput.java | 2 +
.../server/namenode/ha/TestBootstrapStandby.java | 2 +
.../namenode/ha/TestDNFencingWithReplication.java | 2 +
.../hdfs/server/namenode/ha/TestEditLogTailer.java | 2 +
.../server/namenode/ha/TestFailureToReadEdits.java | 2 +
.../hdfs/server/namenode/ha/TestHASafeMode.java | 2 +
.../hdfs/server/namenode/ha/TestObserverNode.java | 2 +
.../server/namenode/ha/TestPipelinesFailover.java | 2 +
.../server/namenode/ha/TestRetryCacheWithHA.java | 2 +
.../server/namenode/ha/TestStandbyCheckpoints.java | 2 +
.../snapshot/TestOpenFilesWithSnapshot.java | 2 +
.../snapshot/TestRandomOpsWithSnapshots.java | 2 +
.../namenode/snapshot/TestRenameWithSnapshots.java | 2 +
.../server/namenode/snapshot/TestSnapshot.java | 2 +
.../namenode/snapshot/TestSnapshotDeletion.java | 2 +
.../TestStoragePolicySatisfierWithStripedFile.java | 2 +
.../sps/TestExternalStoragePolicySatisfier.java | 2 +
.../hadoop/hdfs/tools/TestDFSAdminWithHA.java | 2 +
.../org/apache/hadoop/hdfs/web/TestWebHDFS.java | 2 +
.../jsonprovider/ClassSerialisationConfig.java | 3 +-
80 files changed, 680 insertions(+), 30 deletions(-)
create mode 100644 .github/gha-tests/README.md
create mode 100644 .github/gha-tests/exclude-tests.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]