Nia
d5da6e229c
Merge branch 'master' into external-lookup
2021-03-31 08:12:18 -04:00
Maxton Huff
ff82447647
Merge branch 'master' into percentile
2021-03-30 08:20:45 -05:00
Maxton Huff
13ec97abf5
add new test cases for limits and clarify error messages
2021-03-29 16:55:50 -05:00
Nia Weiss
9bc1b23b7e
change "External" DB to "Lookup" DB
2021-03-29 12:54:29 -04:00
Kuba Podgórski
9a02004a4f
Move vprint to separate pakage
2021-03-29 14:29:19 +02:00
Maxton Huff
4ce71eeddf
change nth value limit message and number of test int64 nth values
2021-03-26 16:54:44 -05:00
Maxton Huff
87412068f1
add new test to account for int64 nth values
2021-03-26 13:01:31 -05:00
Antonio Navarro Perez
79c6493d9a
Fix executor test.
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2021-03-26 13:21:56 +01:00
Antonio Navarro Perez
7ec85a1c0f
Add at least 3 nodes on test clusters.
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2021-03-26 10:16:41 +01:00
Nia Weiss
e9b92e1cd4
add ExternalLookup query
2021-03-25 13:21:28 -04:00
Maxton Huff
d3438e8a80
correct k calculation and change test nth values
2021-03-24 10:58:47 -05:00
Maxton Huff
40e3acc3e4
change percentile value ranges from 0-1 to 0-100
2021-03-23 16:57:37 -05:00
Nia Weiss
6f421dad69
handle translation errors when using keys against an unkeyed index
...
This also adds tests for our error outputs.
2021-03-17 12:02:29 -04:00
Kuba Podgórski
1dac4c7622
Consistency with aggregate functions
2021-03-16 15:02:40 +01:00
Matt Jaffee
f97ac4928c
add test for pilosa.Message issue
...
this doesn't quite work as-is, but I verified that it reproduced/fixed
the issue by adding a panic where the problem log statement
is. There's a follow up ticket to fix the test... it's just a bit open
ended as to the best way to do that.
2021-03-05 14:16:52 -06:00
Travis
ea8b07d380
Merge branch 'master' into disco
2021-03-02 22:11:04 -06:00
Matt Jaffee
1e4cc12bd0
handle 0th percentile properly
2021-03-02 21:47:27 -06:00
Matt Jaffee
b1f9e6ad05
turn off parallel for variousQueries
2021-03-02 20:36:54 -06:00
Matt Jaffee
ad88f4fac8
refactor tests to reuse clusters more
2021-03-02 20:36:54 -06:00
nagamocha3000
7da218727d
Separate out tests on Percentile to top level
2021-03-02 20:36:53 -06:00
nagamocha3000
832c6f1a71
Restore filter argument
2021-03-02 20:36:53 -06:00
nagamocha3000
66d12f88e2
Remove filter to check if it's cause of leaks
2021-03-02 20:36:53 -06:00
nagamocha3000
abe8e61539
Remove check for basic response
2021-03-02 20:36:53 -06:00
nagamocha3000
4e81fd8101
Limit size of nums to 100
2021-03-02 20:36:53 -06:00
nagamocha3000
4be9ac7554
Remove percentile tests temporarily to see if they are the cause
2021-03-02 20:36:53 -06:00
nagamocha3000
1947325e00
Fix error on index name for Percentile query
2021-03-02 20:36:53 -06:00
nagamocha3000
2de543bc55
Rename index to avoid possible conflict
2021-03-02 20:36:52 -06:00
nagamocha3000
a6c157d5db
Fix errenous estimation that caused infinite loop
2021-03-02 20:36:52 -06:00
nagamocha3000
ef58b66e2c
Add ability to compose filter Row Call with Percentile
2021-03-02 20:36:52 -06:00
nagamocha3000
131d4fd97c
Make tests for median more extensive
2021-03-02 20:36:52 -06:00
nagamocha3000
3fb79b4d97
Fix errors on creating pql Call
2021-03-02 20:36:52 -06:00
nagamocha3000
d740a0cda7
Add execution for median
2021-03-02 20:36:52 -06:00
nagamocha3000
26fd199716
Add basic test for Percentile query
2021-03-02 20:36:51 -06:00
Maxton Huff
6f76767841
add test in executor.go to compare results of query w/without field=
2021-02-26 12:06:25 -06:00
Maxton Huff
ab41d0492c
add more tests for TopK, Rows, and SetRowAttrs
2021-02-25 16:04:31 -06:00
Seebs
2ee589ae1d
reduce goroutine spam during TestVariousQueries
...
etcd runs a LOT more goroutines during server startup. Fix a
goroutine/for loop bug causing us to run four 7-node clusters
instead of 1/3/4/7-node clusters, also have the test/cluster
code reduce import workers. We can't do much about the spamminess
of the Raft stuff, but this should tone it down some.
2021-02-24 11:25:46 -06:00
Travis
2bbe1fdde0
remove remaining references to "coordinator"
2021-02-23 17:23:09 -06:00
Alan Bernstein
f228a35d52
Add ignoreLimit argument to executeGroupByShard
2021-02-22 16:16:11 -06:00
Travis
9f14415b58
Merge branch 'master' into disco
2021-02-20 10:28:38 -06:00
Travis
0d08a68c28
fix test expected error message
2021-02-16 21:59:35 -06:00
nagamocha3000
0927240956
Add parsing for partial time inputs
2021-02-15 22:55:35 +03:00
Kuba Podgórski
37b309be16
Move schemator from API to index. Fix TestExecutor_Execute_SetRow
2021-02-08 21:54:39 +01:00
Antonio Navarro Perez
b1ff8e55cd
Unify state
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2021-02-06 16:53:42 -06:00
Travis
d192c1f24f
Merge branch 'master' into disco
2021-02-05 15:58:36 -06:00
Kuba Podgórski
a16a83445b
Apply stator
2021-02-02 19:36:34 +01:00
Travis
4811958de4
add AwaitState to test which re-opens node
2021-02-01 17:34:12 -06:00
Nia
2961a69bd2
Merge branch 'master' into count-global
2021-01-29 11:14:02 -05:00
Alan Bernstein
c4455acbd8
Use inconsistent JSON schema to reach Distinct translation error condition
2021-01-29 09:39:31 -06:00
Travis
58ff92d3d6
Fix Groupby test which uses RowKey instead of RowID
...
This commit introduces a CheckGroupByOnKey function which acts like the
CheckGroupBy function, but it only ensures equality on RowKey, not
RowID.
2021-01-28 21:12:02 -06:00
Travis
1c0b926eae
Merge master into disco
2021-01-28 18:03:38 -06:00