Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2021-08-20 01:01:12 +0300
committerGitHub <noreply@github.com>2021-08-20 01:01:12 +0300
commit18d04c139a8a28e08d394c9afbf2b15ec8162ec0 (patch)
treeeebb6659a43414c302e61f520043699232151821 /plugins/Contents
parent9d26506c1d005f1c480325b0e5f2a5046a96f9dd (diff)
When aggregating reports, inflate one expanded datatable at a time (#17817)
* datatable should always be a map here * rewrite datatable aggregation to inflate a single expanded table at a time, rather than all at once * when adding a new row, make sure we do not share row instances between datatables (as this will mean sharing subtable instances as well) * support deleting datatables between specific range of IDs * fix datatable aggregation code that expands one datatable at a time * fix parameter issue * fix one type of test failure * undo last change, variation in precision is expected in column values * remove plugin submodule update * debugging change * change * debug changes * undo some debug changes, metadata changes are expected * small refactor * decimal and actions metadata changes expected * lat long changes are for duplicates, expected * correctly set metadata on created table * fix test * update expected screenshots * revert debugging changes * change modifier back * update more tests * fix UI test
Diffstat (limited to 'plugins/Contents')
-rw-r--r--plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml b/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml
index d6a5388c25..d3bd972e6b 100644
--- a/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml
@@ -6,23 +6,23 @@
<nb_hits>2</nb_hits>
<sum_time_spent>540</sum_time_spent>
<nb_hits_with_time_network>2</nb_hits_with_time_network>
- <min_time_network>0.0330</min_time_network>
- <max_time_network>0.0330</max_time_network>
+ <min_time_network>0.033</min_time_network>
+ <max_time_network>0.033</max_time_network>
<nb_hits_with_time_server>2</nb_hits_with_time_server>
- <min_time_server>0.3250</min_time_server>
- <max_time_server>0.3250</max_time_server>
+ <min_time_server>0.325</min_time_server>
+ <max_time_server>0.325</max_time_server>
<nb_hits_with_time_transfer>2</nb_hits_with_time_transfer>
- <min_time_transfer>0.1240</min_time_transfer>
- <max_time_transfer>0.1240</max_time_transfer>
+ <min_time_transfer>0.124</min_time_transfer>
+ <max_time_transfer>0.124</max_time_transfer>
<nb_hits_with_time_dom_processing>2</nb_hits_with_time_dom_processing>
- <min_time_dom_processing>0.3560</min_time_dom_processing>
- <max_time_dom_processing>0.3560</max_time_dom_processing>
+ <min_time_dom_processing>0.356</min_time_dom_processing>
+ <max_time_dom_processing>0.356</max_time_dom_processing>
<nb_hits_with_time_dom_completion>2</nb_hits_with_time_dom_completion>
- <min_time_dom_completion>0.2150</min_time_dom_completion>
- <max_time_dom_completion>0.2150</max_time_dom_completion>
+ <min_time_dom_completion>0.215</min_time_dom_completion>
+ <max_time_dom_completion>0.215</max_time_dom_completion>
<nb_hits_with_time_on_load>2</nb_hits_with_time_on_load>
- <min_time_on_load>0.0990</min_time_on_load>
- <max_time_on_load>0.0990</max_time_on_load>
+ <min_time_on_load>0.099</min_time_on_load>
+ <max_time_on_load>0.099</max_time_on_load>
<sum_bandwidth>0</sum_bandwidth>
<nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
<min_bandwidth />