Skip to content

Commit 4c0fc07

Browse files
committed
[Test] In test_fsx_lustre_dra, remove unnecessary update of DRA1 that may cause cluster update failure.
In fact, there is a known FSx limitation that can cause FSx timeout when multiple DRAs are updated concurrently.
1 parent 52247f5 commit 4c0fc07

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/integration-tests/tests/storage/test_fsx_lustre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def test_fsx_lustre_dra(
210210

211211
check_dra(cluster, region, 1, "test1", mount_dir)
212212

213-
# Add a second DRA and modify a parameter of the first DRA
213+
# Add a second DRA
214214
cluster_update_config = pcluster_config_reader(
215215
config_file="pcluster.config.update.yaml",
216216
mount_dir=mount_dir,

tests/integration-tests/tests/storage/test_fsx_lustre/test_fsx_lustre_dra/pcluster.config.update.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ SharedStorage:
4343
FileSystemPath: /test1
4444
ImportedFileChunkSize: 1024
4545
AutoExportPolicy: [ NEW, CHANGED, DELETED ]
46-
AutoImportPolicy: [ NEW, CHANGED ]
4746
- Name: dra_2
4847
BatchImportMetaDataOnCreate: True
4948
DataRepositoryPath: s3://{{ bucket_name }}/test2

0 commit comments

Comments
 (0)