mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-04-05 06:48:45 +00:00
Ignore test seed used in test system properties (#58789)
This commit is contained in:
parent
3acabf250b
commit
1fcaec7dfc
@ -63,7 +63,7 @@ integTest {
|
|||||||
dependsOn repositoryPlugin.bundlePlugin
|
dependsOn repositoryPlugin.bundlePlugin
|
||||||
runner {
|
runner {
|
||||||
systemProperty 'test.azure.container', azureContainer
|
systemProperty 'test.azure.container', azureContainer
|
||||||
systemProperty 'test.azure.base_path', azureBasePath + "_searchable_snapshots_tests_" + BuildParams.testSeed
|
nonInputProperties.systemProperty 'test.azure.base_path', azureBasePath + "_searchable_snapshots_tests_" + BuildParams.testSeed
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ integTest {
|
|||||||
dependsOn repositoryPlugin.bundlePlugin
|
dependsOn repositoryPlugin.bundlePlugin
|
||||||
runner {
|
runner {
|
||||||
systemProperty 'test.gcs.bucket', gcsBucket
|
systemProperty 'test.gcs.bucket', gcsBucket
|
||||||
systemProperty 'test.gcs.base_path', gcsBasePath + "_searchable_snapshots_tests" + BuildParams.testSeed
|
nonInputProperties.systemProperty 'test.gcs.base_path', gcsBasePath + "_searchable_snapshots_tests" + BuildParams.testSeed
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ integTest {
|
|||||||
dependsOn repositoryPlugin.bundlePlugin
|
dependsOn repositoryPlugin.bundlePlugin
|
||||||
runner {
|
runner {
|
||||||
systemProperty 'test.s3.bucket', s3Bucket
|
systemProperty 'test.s3.bucket', s3Bucket
|
||||||
systemProperty 'test.s3.base_path', s3BasePath ? s3BasePath + "_searchable_snapshots_tests" + BuildParams.testSeed : 'base_path'
|
nonInputProperties.systemProperty 'test.s3.base_path', s3BasePath ? s3BasePath + "_searchable_snapshots_tests" + BuildParams.testSeed : 'base_path'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user