influxdb/query
Owen Nelson eada36bd97
test: remove group skips (#23720)
* test: remove group skips

* test: inline previously extended testcases that broke with added sort

Some tests had a sort added so they'd pass in cloud, vanilla, and OSS.
This also broke some extended testcases here in OSS since pushdown rules
no longer match the plan.

This diff "inlines" the testcase body for each of these so we get our
coverage back, but leaves a FIXME to note that it would be better if we
could somehow thread the needle and retain the extension.
2022-09-27 12:04:36 -07:00
..
benchmarks/flux fix(tsdb): never use an inmem index (#20313) 2020-12-23 07:46:57 -08:00
control fix(query/control): add all of the statistics from flux statistics instead of only metadata (#23375) 2022-05-26 09:28:18 -05:00
fluxlang build(flux): update flux to v0.180.1 (#23666) 2022-08-24 11:59:16 -07:00
mock feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
stdlib test: remove group skips (#23720) 2022-09-27 12:04:36 -07:00
bridges.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
bridges_test.go feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
dependency.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
dependency_test.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
encode.go feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
encode_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
logger.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
logging.go feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
logging_test.go build: upgrade to Go 1.18.1 (#23252) 2022-04-13 15:24:27 -05:00
query.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
request.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
service.go refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00
service_test.go feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
storage.go refactor(flux): convert the allocator into an interface (#23214) 2022-03-22 12:33:52 -05:00