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/Diagnostics
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/Diagnostics')
-rw-r--r--plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php b/plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php
index 5cf65dc4b3..bfc7c901af 100644
--- a/plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php
+++ b/plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php
@@ -43,7 +43,7 @@ Statistics for the archive_numeric_2010_03 and archive_blob_2010_03 tables:
+-------------------------------------------+------------+---------------+-------------+---------+-----------+----------------+-------------+-------------+
| week[2010-03-01 - 2010-03-07] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 74 | 97 | %d |
| month[2010-03-01 - 2010-03-31] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 74 | 97 | %d |
-| day[2010-03-06 - 2010-03-06] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 74 | 73 | %d |
+| day[2010-03-06 - 2010-03-06] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 74 | 73 | %d |
+-------------------------------------------+------------+---------------+-------------+---------+-----------+----------------+-------------+-------------+
Total # Archives: 21
@@ -51,7 +51,7 @@ Total # Invalidated Archives: 0
Total # Temporary Archives: 0
Total # Error Archives: 0
Total # Segment Archives: 18
-Total Size of Blobs: 31.%d K
+Total Size of Blobs: 30.%d K
OUTPUT;