Home | History | Annotate | Download | only in resources

Lines Matching refs:merged

41   Returns dict with merged test output on success or None on failure. Emits
56 merged = {
84 merged[key].update(json_data.get(key), [])
86 # 'per_iteration_data' is a list of dicts. Dicts should be merged
88 merged['per_iteration_data'] = merge_list_of_dicts(
89 merged['per_iteration_data'],
96 merged['missing_shards'].append(index)
101 if merged['missing_shards']:
102 as_str = ', '.join(map(str, merged['missing_shards']))
107 merged['global_tags'].add('UNRELIABLE_RESULTS')
111 merged[key] = sorted(merged[key])
112 return merged