You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
107224: compose: Deflake testComposeCompare r=Xiang-Gu a=Xiang-Gu
We identified the fixed the following issues concerning test testComposeCompare:
1. Disallow several functions because they're not supported in Postgist
2. Disable random generation of `OID` type because it's natural to have the same OIDs assigned to different objects between CRDB and Postgist.
3. Disable using index hints because Postgist does not support this feature.
4. Disable locales because Postgist requires them to be double-quoted
and it's not feasible to change locale name formatting to be double-quoted.
5. Fixed a test bug where we'd mistakenly allow generation of stmts like `CREATE TABLE t (... inverted index (...))` in our test against Postgist.
6. Make this test a "enormous" test which has an 1-hour timeout because it executes two subtests sequentially for 10m each.
Inform cockroachdb#82867
Epic: None
Release note: None
107301: storage,clusterversion: Bump pebble FormatMajorVersion for VSSTs r=dt a=itsbilal
This change bumps Pebble's FormatMajorVersion used with CockroachDB to ExperimentalFormatVirtualSSTables. This doesn't do anything right off the bat, however it enables future work to land that will create virtual sstables (eg. disaggregated storage, online restore, ingest-time splits).
Epic: none
Release note: None
Co-authored-by: Xiang Gu <[email protected]>
Co-authored-by: Bilal Akhtar <[email protected]>
Copy file name to clipboardExpand all lines: docs/generated/settings/settings-for-tenants.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -303,4 +303,4 @@ trace.opentelemetry.collector string address of an OpenTelemetry trace collecto
303
303
trace.snapshot.rate duration 0s if non-zero, interval at which background trace snapshots are captured tenant-rw
304
304
trace.span_registry.enabled boolean true if set, ongoing traces can be seen at https://<ui>/#/debug/tracez tenant-rw
305
305
trace.zipkin.collector string the address of a Zipkin instance to receive traces, as <host>:<port>. If no port is specified, 9411 will be used. tenant-rw
306
-
version version 1000023.1-14 set the active cluster version in the format '<major>.<minor>' tenant-rw
306
+
version version 1000023.1-16 set the active cluster version in the format '<major>.<minor>' tenant-rw
Copy file name to clipboardExpand all lines: docs/generated/settings/settings.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -259,6 +259,6 @@
259
259
<tr><td><divid="setting-trace-span-registry-enabled" class="anchored"><code>trace.span_registry.enabled</code></div></td><td>boolean</td><td><code>true</code></td><td>if set, ongoing traces can be seen at https://<ui>/#/debug/tracez</td><td>Serverless/Dedicated/Self-Hosted</td></tr>
260
260
<tr><td><divid="setting-trace-zipkin-collector" class="anchored"><code>trace.zipkin.collector</code></div></td><td>string</td><td><code></code></td><td>the address of a Zipkin instance to receive traces, as <host>:<port>. If no port is specified, 9411 will be used.</td><td>Serverless/Dedicated/Self-Hosted</td></tr>
261
261
<tr><td><divid="setting-ui-display-timezone" class="anchored"><code>ui.display_timezone</code></div></td><td>enumeration</td><td><code>etc/utc</code></td><td>the timezone used to format timestamps in the ui [etc/utc = 0, america/new_york = 1]</td><td>Dedicated/Self-Hosted</td></tr>
262
-
<tr><td><divid="setting-version" class="anchored"><code>version</code></div></td><td>version</td><td><code>1000023.1-14</code></td><td>set the active cluster version in the format '<major>.<minor>'</td><td>Serverless/Dedicated/Self-Hosted</td></tr>
262
+
<tr><td><divid="setting-version" class="anchored"><code>version</code></div></td><td>version</td><td><code>1000023.1-16</code></td><td>set the active cluster version in the format '<major>.<minor>'</td><td>Serverless/Dedicated/Self-Hosted</td></tr>
0 commit comments