Daniel Moran
29ef6dc562
test: skip HoltWinters tests when GOARCH != amd64 ( #22414 )
2021-09-07 16:15:31 -04:00
Paul Hummer
aab53c3d2f
build(flux): update flux to v0.112.0 ( #21150 )
2021-04-06 12:19:19 -06:00
Paul Hummer
a0dc56f6b2
build(flux): update flux to v0.107.0
2021-03-09 13:25:39 -07:00
Sean Brickley
a0d962cc23
chore(flux): Upgrade Flux to v0.104.0
2021-02-02 16:35:33 -05:00
Jonathan A. Sternberg
719c8495f2
feat(fluxtest): add support for testing/expect planner rules ( #20662 )
2021-02-01 15:53:05 -06:00
jl
fbe85ef548
feat: enable window pushdowns
2020-10-30 18:09:38 -07:00
Christopher M. Wolff
5a60488729
fix: make tagKeys and tagValues work for edge cases involving _field ( #19856 )
2020-10-30 10:37:08 -07:00
Paul Hummer
4da32637ed
build(flux): update Flux to v0.89.0
2020-10-14 10:51:01 -06:00
Faith Chikwekwe
47ed97c3fa
Merge pull request #19683 from influxdata/test/unskip-agg-med
...
feat(query/stdlib): unskip agg window median test
2020-10-05 07:50:04 -07:00
Faith Chikwekwe
a68fc740b7
feat(query/stdlib): unskip agg window median test
2020-10-02 13:45:24 -07:00
Adrian Thurston
feb41819ec
fix: convert flux e2e test harness to two-pass ( #19672 )
...
It appears that the double write caused by using to() inside a separate
execution environment (experimental.chain) causes flux e2e tests to behave
unpredictably, when coupled with the 1.x storage engine. Removing the second
write by using two passes, one to write to the db, then another to run the
test, eliminates the flakiness. Verified by running e2e tests in parallel times
8 for 12 hours without any flakiness observed. Before the fix, the flakiness
would take approx 30 minutes on avgerage to exhibit.
This commit also removes universe/to_time from the skipped tests because it was
added when this flakiness was discovered.
2020-10-01 16:38:21 -07:00
Jonathan A. Sternberg
bde1209349
fix(tsdb): exclude the stop time from the array cursor ( #19622 )
...
This is a backport of #14262 to the 1.x storage engine. The 1.x storage
engine is now the primary engine for open source so when we switched we
regressed to the old behavior.
This also fixes `go generate` for the tsm1 package by running `tmpl`
with `go run` instead of assuming the correct one is installed in the
path.
2020-09-28 12:04:30 -05:00
Christopher M. Wolff
e7cbbaa722
feat: upgrade Flux to v0.83.2 ( #19569 )
2020-09-16 17:59:15 -07:00
Stuart Carnie
31f4b1a403
fix(flux): Fix broken tests merged from master
2020-08-26 09:44:45 -07:00
Stuart Carnie
39ab4a10c5
Merge remote-tracking branch 'origin/master' into sgc/tsm1
...
# Conflicts:
# cmd/influxd/launcher/query_test.go
# go.mod
# go.sum
# query/promql/internal/promqltests/go.mod
# task/backend/executor/executor.go
# task/backend/executor/support_test.go
2020-08-26 09:26:43 -07:00
Paul Hummer
df41d42457
build(flux): update Flux to v0.82.2
2020-08-25 08:04:28 -06:00
Stuart Carnie
56e27b8893
Merge remote-tracking branch 'origin/master' into sgc/tsm1
...
# Conflicts:
# go.mod
# go.sum
# query/promql/internal/promqltests/go.mod
2020-08-12 09:07:30 -07:00
Paul Hummer
9d7330a1c1
build(flux): update Flux to v0.79.0
2020-08-11 10:27:12 -06:00
jlapacik
46c7345dae
feat: enable pushdowns for sum, count, min, and max by default ( #19227 )
2020-08-05 12:06:35 -07:00
Stuart Carnie
81e3a017de
fix(testing): Fix compilation errors
2020-08-03 09:21:04 -07:00
Stuart Carnie
a97ec1f34e
feat: Initial commit with working reads
2020-08-03 09:18:34 -07:00
Jonathan A. Sternberg
8678a22ee3
feat(storage/flux): add tests for min/max pushdowns ( #19028 )
2020-07-23 16:07:30 -05:00
Christopher M. Wolff
8b106bcee1
feat(storage): add mean aggregate array cursor and tests ( #19019 )
2020-07-23 09:49:53 -07:00
yukta
6448a155c3
feat(query/stdlib): update flags.yml with mergleFilterRule and add mergeFilterRule to rules.go with corresponding unit tests.
2020-07-22 08:16:35 -07:00
Paul Hummer
21a1faac6e
chore: fix accidental typo
2020-07-14 11:20:42 -06:00
Paul Hummer
ed66937378
chore: skip unbounded tests
2020-07-14 10:30:47 -06:00
jlapacik
3246b3c7ad
refactor: remove feature flag for certain pushdowns
2020-07-01 12:59:39 -07:00
Adrian Thurston
5d1a759170
feat: annotate context with feature flags when handling flux queries ( #18506 )
...
Annotate the context with feature flags when handling flux queries in influxdb.
Taking advantage of this in flux end-to-end tests. Using a custom flagger that
can set overrides based on the test case that is about to be run, allowing us
to enable features in the end-to-end tests.
2020-06-17 16:55:29 +03:00
Johnny Steenbergen
b1c7800bbe
chore(query): skip flakey test
...
references: #18463
2020-06-11 11:26:38 -07:00
jlapacik
c6ffeac22b
test: skip flux end to end test for writing null values
2020-04-22 14:58:58 -07:00
jlapacik
63fd3655be
Merge branch 'master' into chore/merge-master-into-algo-w
2020-04-22 14:52:59 -07:00
Paul Hummer
724e624970
chore: update flux 0.66.1
2020-04-20 12:36:53 -06:00
Jonathan A. Sternberg
469c5849c4
Merge branch 'master' into feat/use-algo-w
2020-04-03 09:30:04 -05:00
Yiqun (Ethan) Zhang
48efdb52ea
build(flux): update Flux to v0.65.0 ( #17484 )
2020-03-27 18:42:19 -04:00
jlapacik
7d885fb2c6
chore: update flux
...
Closes https://github.com/influxdata/influxdb/issues/17065 .
2020-03-26 10:07:17 -07:00
jlapacik
07c9a7c921
fix(stdlib): unskip stateChanges end to end test
...
Closes https://github.com/influxdata/influxdb/issues/17064 .
2020-03-12 15:44:56 -07:00
Jonathan A. Sternberg
0d6e4e310b
Merge branch 'master' into feat/use-algo-w
2020-03-06 16:46:49 -06:00
jlapacik
3250fb1453
fix(stdlib): update flux dependency and unskip test
2020-03-05 08:24:51 -08:00
Christopher M. Wolff
027d29dd30
chore: update to Flux version v0.63.0 ( #17083 )
2020-03-03 13:17:37 -08:00
jlapacik
03cfdba832
fix(stdlib): unskip flux end to end tests
...
Closes https://github.com/influxdata/influxdb/issues/16812 .
2020-03-02 13:47:03 -08:00
Christopher M. Wolff
2535d54087
chore: update to Flux v0.60.0 ( #16936 )
2020-02-19 15:02:21 -08:00
Jonathan A. Sternberg
9194d89bbc
feat(query/stdlib): prevent a filter push down if the filter needs to keep empty tables ( #16295 )
...
The storage engine isn't capable of sending back empty tables when a
series is empty. Because of this, we disable the push down and let flux
do the filtering in the case where there is a filter and it is specified
to keep the empty tables.
2020-01-06 12:23:31 -06:00
Christopher Wolff
51c92fd0ed
test(query): reskip flakey test
...
https://github.com/influxdata/influxdb/issues/15667
2019-10-30 14:22:59 -07:00
Christopher Wolff
7aa1fccee0
test(query): unskip skipped PromQL transpiler end-to-end .flux tests
2019-10-30 10:40:03 -07:00
Jonathan A. Sternberg
f82e6b2626
chore(query/stdlib): skip flaky tests regarding storage meta queries ( #15451 )
2019-10-17 09:54:44 -07:00
Jonathan A. Sternberg
74829b025c
refactor(query/stdlib): update flux end to end tests for package subtests ( #15392 )
2019-10-15 09:18:21 -05:00
Lorenzo Affetti
9532c9d170
fix(testing): skip unbounded e2e test
2019-09-19 17:51:45 +02:00
Lorenzo Affetti
7102febafd
fix(testing): skip promql e2e tests
2019-09-13 18:49:00 +02:00
Nathaniel Cook
454003841a
build(flux): upgrade to Flux v0.42.0
...
Skips a test that requires special dependencies to pass.
2019-08-30 13:02:30 -06:00
Nathaniel Cook
6b54abb51e
test(query): skip holt_winters_panic test
2019-08-22 13:11:13 -06:00