Skip to content

Fix broken test #4213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ydb/core/fq/libs/compute/common/ut/resources/stat.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"ResultSet":{"Tasks":{"sum":2,"count":2,"avg":1,"max":1,"min":1},"CpuTimeUs":{"sum":"3ms","count":2,"avg":"1ms","max":"2ms","min":"965us"},"IngressBytes":{"sum":6333256,"count":1,"avg":6333256,"max":6333256,"min":6333256},"IngressRows":{"sum":200026,"count":1,"avg":200026,"max":200026,"min":200026},"InputBytes":{"sum":1044,"count":1,"avg":1044,"max":1044,"min":1044},"InputRows":{"sum":10,"count":1,"avg":10,"max":10,"min":10},"OutputBytes":{"sum":2088,"count":2,"avg":1044,"max":1044,"min":1044},"OutputRows":{"sum":20,"count":2,"avg":10,"max":10,"min":10},"ResultBytes":{"sum":1044,"count":1,"avg":1044,"max":1044,"min":1044},"ResultRows":{"sum":10,"count":1,"avg":10,"max":10,"min":10}}}
{"ResultSet":{"Tasks":{"sum":2,"count":2,"avg":1,"max":1,"min":1},"CpuTimeUs":{"sum":"3ms","count":2,"avg":"1ms","max":"2ms","min":"965us"},"IngressBytes":{"sum":6333256,"count":1,"avg":6333256,"max":6333256,"min":6333256},"IngressRows":{"sum":200026,"count":1,"avg":200026,"max":200026,"min":200026},"InputBytes":{"sum":1044,"count":1,"avg":1044,"max":1044,"min":1044},"InputRows":{"sum":10,"count":1,"avg":10,"max":10,"min":10},"OutputBytes":{"sum":2088,"count":2,"avg":1044,"max":1044,"min":1044},"OutputRows":{"sum":20,"count":2,"avg":10,"max":10,"min":10},"ResultBytes":{"sum":1044,"count":1,"avg":1044,"max":1044,"min":1044},"ResultRows":{"sum":10,"count":1,"avg":10,"max":10,"min":10},"MaxMemoryUsage":{"sum":272629760,"count":2,"avg":136314880,"max":241172480,"min":31457280}}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

и насколько стабильной будет статистика по памяти? она не будет плавать и приводить к фейлам теста?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это выхлоп обработки соседнего файла, тут всё должно быть стабильно

Loading