Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
qvad committed Nov 7, 2023
1 parent 767570a commit 8517b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yugabyte/src/yugabyte/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8517b6c

Please sign in to comment.