eolivelli commented on code in PR #3608:
URL: https://github.com/apache/celeborn/pull/3608#discussion_r2838157560
##########
tests/spark-it/src/test/scala/org/apache/celeborn/tests/spark/s3/BasicEndToEndTieredStorageTest.scala:
##########
@@ -67,9 +68,9 @@ class BasicEndToEndTieredStorageTest extends AnyFunSuite
val s3url = container.getS3URL
val augmentedConfiguration = Map(
- CelebornConf.ACTIVE_STORAGE_TYPES.key -> "MEMORY,S3",
Review Comment:
I changed this existing test that I contribute some time ago to test only
"S3", MEMORY was not really meant to be tested, it is better to make the test
simpler in order to prevent confusion to readers
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]