Skip to content

Commit caf6e8f

Browse files
Fix logging test (#299)
# Description Fix logging test Only 10 out of 12 containers were checked because the query result was limited to 10 by default.
1 parent c343124 commit caf6e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/logging/test_log_aggregation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def check_processed_events():
88
json={
99
'query': """
1010
{
11-
transforms {
11+
transforms(first:100) {
1212
nodes {
1313
componentId
1414
metrics {

0 commit comments

Comments
 (0)