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
expected:
[...]
ALTER PARTITION p1 OF INDEX test.public.t@i1 CONFIGURE ZONE USING
gc.ttlseconds = 15210;
ALTER PARTITION p2 OF INDEX test.public.t@i1 CONFIGURE ZONE USING
gc.ttlseconds = 15213;
ALTER PARTITION p3 OF INDEX test.public.t@i2 CONFIGURE ZONE USING
gc.ttlseconds = 15411;
ALTER PARTITION p4 OF INDEX test.public.t@i2 CONFIGURE ZONE USING
gc.ttlseconds = 15418
but found (query options: "") :
[...]
ALTER PARTITION p3 OF INDEX test.public.t@i2 CONFIGURE ZONE USING
gc.ttlseconds = 15411;
ALTER PARTITION p4 OF INDEX test.public.t@i2 CONFIGURE ZONE USING
gc.ttlseconds = 15418;
ALTER PARTITION p1 OF INDEX test.public.t@i1 CONFIGURE ZONE USING
gc.ttlseconds = 15210;
ALTER PARTITION p2 OF INDEX test.public.t@i1 CONFIGURE ZONE USING
gc.ttlseconds = 15213
Observe: the partitions are reported in a different order. This suggests that the output of SHOW CREATE is non-determinisitc when there are partitions.
The text was updated successfully, but these errors were encountered:
knz
added
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
A-testing
Testing tools and infrastructure
labels
Feb 1, 2021
Found in https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_UnitTests/2628156?
Observe: the partitions are reported in a different order. This suggests that the output of SHOW CREATE is non-determinisitc when there are partitions.
cc @RaduBerinde @otan for triage.
The text was updated successfully, but these errors were encountered: