This is an automated email from the ASF dual-hosted git repository.

wyk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git


The following commit(s) were added to refs/heads/master by this push:
     new b7107abf2d [NO ISSUE][TEST] Change cloud test cache policy to selective
b7107abf2d is described below

commit b7107abf2d2e1f241b8c7529464cca745823daca
Author: Wail Alkowaileet <[email protected]>
AuthorDate: Mon Jun 17 07:34:23 2024 -0700

    [NO ISSUE][TEST] Change cloud test cache policy to selective
    
    Change-Id: Ic2f7ce91d241b730fc3bb6a895cf121bc8985e09
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18381
    Integration-Tests: Jenkins <[email protected]>
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Wail Alkowaileet <[email protected]>
    Reviewed-by: Murtadha Hubail <[email protected]>
---
 asterixdb/asterix-app/src/test/resources/cc-cloud-storage-gcs.conf | 2 +-
 asterixdb/asterix-app/src/test/resources/cc-cloud-storage.conf     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/asterixdb/asterix-app/src/test/resources/cc-cloud-storage-gcs.conf 
b/asterixdb/asterix-app/src/test/resources/cc-cloud-storage-gcs.conf
index ccb7f9da0a..3c883a86c1 100644
--- a/asterixdb/asterix-app/src/test/resources/cc-cloud-storage-gcs.conf
+++ b/asterixdb/asterix-app/src/test/resources/cc-cloud-storage-gcs.conf
@@ -69,4 +69,4 @@ cloud.storage.bucket=cloud-storage-container
 cloud.storage.region=us-west2
 cloud.storage.endpoint=http://127.0.0.1:4443
 cloud.storage.anonymous.auth=true
-cloud.storage.cache.policy=lazy
\ No newline at end of file
+cloud.storage.cache.policy=selective
diff --git a/asterixdb/asterix-app/src/test/resources/cc-cloud-storage.conf 
b/asterixdb/asterix-app/src/test/resources/cc-cloud-storage.conf
index 6a1fedd6ef..6ea8308a4f 100644
--- a/asterixdb/asterix-app/src/test/resources/cc-cloud-storage.conf
+++ b/asterixdb/asterix-app/src/test/resources/cc-cloud-storage.conf
@@ -69,4 +69,4 @@ cloud.storage.bucket=cloud-storage-container
 cloud.storage.region=us-west-2
 cloud.storage.endpoint=http://127.0.0.1:8001
 cloud.storage.anonymous.auth=true
-cloud.storage.cache.policy=lazy
+cloud.storage.cache.policy=selective

Reply via email to