From 8517b6c1a879e43f1acbeccaf74065b982ab47c5 Mon Sep 17 00:00:00 2001 From: Dmitry Sherstobitov Date: Tue, 7 Nov 2023 12:57:15 +0400 Subject: [PATCH] WIP --- yugabyte/src/yugabyte/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yugabyte/src/yugabyte/core.clj b/yugabyte/src/yugabyte/core.clj index 9906536b8..5ff84a28d 100644 --- a/yugabyte/src/yugabyte/core.clj +++ b/yugabyte/src/yugabyte/core.clj @@ -314,7 +314,7 @@ "Final phase where we define global cluster configuration parameters" [opts] (let [packed-columns-enabled (> (rand) 0.5) - colocated (and (not (utils/is-test-geo-partitioned? test)) (> (rand) 0.5))] + colocated (and (not (utils/is-test-geo-partitioned? opts)) (> (rand) 0.5))] (assoc opts :yb-packed-columns-enabled packed-columns-enabled :yb-colocated colocated))) (defn yb-test