We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468ef2e commit 9e1fe71Copy full SHA for 9e1fe71
tests/integration/testdata/sorting/timestamp.test.yaml
@@ -1,7 +1,9 @@
1
-schemaID: timestamps.cattle.io.singlecols
2
-tests: []
3
-# FIXME: Disabled test because columns bug. See https://github.com/rancher/rancher/issues/52774.
4
-# - query: sort=metadata.fields[1]
5
-# expected: [c, a, b]
6
-# - query: sort=-metadata.fields[1]
7
+schemaID: timestamps.cattle.io.dates
+tests:
+# oldest to newest
+- query: sort=date
+ expected: [b, c, a]
+
+# newest to oldest
8
+- query: sort=-date
9
+ expected: [a, c, b]
0 commit comments