|
1 | 1 | /*
|
2 |
| - * Copyright 2024 Crown Copyright |
| 2 | + * Copyright 2024-2025 Crown Copyright |
3 | 3 | *
|
4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License");
|
5 | 5 | * you may not use this file except in compliance with the License.
|
@@ -48,15 +48,10 @@ public class FederatedStoreITs extends AbstractStoreITs {
|
48 | 48 | new SimpleEntry<>("shouldGetAllElementsWithFilterWithoutSummarisation",
|
49 | 49 | "GetAllElementsIT - count value is duplicated, elements correct otherwise"),
|
50 | 50 | new SimpleEntry<>("shouldImportFromFileThenCorrectlyExportToFile", "ImportExportCsvIT - Investigate further"),
|
51 |
| - new SimpleEntry<>("shouldRightKeyOuterJoin", "JoinIT - Missing results"), |
52 |
| - new SimpleEntry<>("shouldLeftKeyInnerJoin", "JoinIT - Missing results"), |
53 |
| - new SimpleEntry<>("shouldRightKeyInnerJoin", "JoinIT - Missing results"), |
54 |
| - new SimpleEntry<>("shouldRightKeyFullJoin", "JoinIT - Missing results"), |
55 |
| - new SimpleEntry<>("shouldLeftKeyOuterJoin", "JoinIT - Missing results"), |
56 | 51 | new SimpleEntry<>("shouldReturnDuplicateEdgesWhenNoAggregationIsUsed",
|
57 |
| - "NoAggregationIT - Need to ensure that when schema has aggregation false that this is applied"), |
| 52 | + "NoAggregationIT - Will return one from each graph as they contain the exact same elements"), |
58 | 53 | new SimpleEntry<>("shouldReturnDuplicateEntitiesWhenNoAggregationIsUsed",
|
59 |
| - "NoAggregationIT - Need to ensure that when schema has aggregation false that this is applied"), |
| 54 | + "NoAggregationIT - Will return one from each graph as they contain the exact same elements"), |
60 | 55 | new SimpleEntry<>("shouldAggregateOnlyRequiredGroupsWithQueryTimeAggregation", "PartAggregationIT - Investigate further"),
|
61 | 56 | new SimpleEntry<>("shouldAggregateOnlyRequiredGroups", "PartAggregationIT - Investigate further"),
|
62 | 57 | new SimpleEntry<>("shouldApplyPostOpAggregation", "SchemaMigrationIT - Need to apply schema aggregation choices"))
|
|
0 commit comments