[
https://issues.apache.org/jira/browse/BEAM-4225?focusedWorklogId=128475&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-128475
]
ASF GitHub Bot logged work on BEAM-4225:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jul/18 18:29
Start Date: 28/Jul/18 18:29
Worklog Time Spent: 10m
Work Description: Ardagan commented on issue #4976: [BEAM-4225] Add
Nexmark PostCommit runs for spark, flink and direct runner and export to
Bigquery
URL: https://github.com/apache/beam/pull/4976#issuecomment-408626655
I see. Thank you for explaining.
I believe this PR is not the best place to do design discussion, but will
still leave some ideas here. If you find any of these useful, we can move
discussion to dev list.
I believe we should follow the common pattern of sandboxing our pre/post
commit tests to the state when we can run the same set of tests in parallel. It
brings some of extra complication of implementation, but brings big benefits,
of which these I find the biggest:
1. we can run tests in parallel
2. If test cases have dependencies, it becomes really hard to maintain state
properly as amount of tests grows.
I wonder if we can change the test to create BQ table with unique name when
we start the test(test set) and remove it once test(test set) completes. This
will decouple tests to the state of allowing independent parallel execution of
test sets.
And if these tests do want to aggregate performance statistics, then we
should look to renaming job to PerformanceTests or have a separate job that
does this work. I know that Alan Myrvold is working on dashboarding tools and
aggregates Jenkins jobs statistics into BQ table. You might want to sync with
him, probably tools he adds can be reused/generalized for this case.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 128475)
Time Spent: 11h 40m (was: 11.5h)
> Integrate Nexmark with perfkit dashboards
> -----------------------------------------
>
> Key: BEAM-4225
> URL: https://issues.apache.org/jira/browse/BEAM-4225
> Project: Beam
> Issue Type: Improvement
> Components: examples-nexmark
> Reporter: Etienne Chauchot
> Assignee: Etienne Chauchot
> Priority: Major
> Fix For: Not applicable
>
> Time Spent: 11h 40m
> Remaining Estimate: 0h
>
> The aim is to run Nexmark as post-commits and export the results to the
> performance dashboards:
> see the threads:
> [https://lists.apache.org/thread.html/9f8fe1c6df7d8bfe2697332e69722ca4edd2810adc6a914cdf32da29@%3Cdev.beam.apache.org%3E]
> https://lists.apache.org/thread.html/701196efd6e74b7715785d43019a4a73e8a093997f59662fdadf8f2a@%3Cdev.beam.apache.org%3E
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)