Chris
Chris
What would be really cool is to show this log broken down by test. So, a view like: file:///private/tmp/samza-tests/zopkio_20150222_153852/reports/tests_20150222_153852/resources/single%20execution/test_container_performance_report.html Might have the log snippet for all logs between the start...
It would also be useful to allow users to filter the files that are shown in the merged view. For example, I might not want to see the GC logs,...
Might also want to take @fintler's domain (https://github.com/linkedin/Zopkio/issues/1).
Also: http://paramiko-docs.readthedocs.org/en/latest/api/client.html#paramiko.client.SSHClient
On Linux, I can't get the SSH fix to work. I get: ``` Traceback (most recent call last): File "/tmp/samza-tests/samza-integration-tests/lib/python2.6/site-packages/zopkio/test_runner.py", line 106, in run self.deployment_module.setup_suite() File "/tmp/samza-tests/scripts/deployment.py", line 76, in...
This looks useful. http://stackoverflow.com/questions/14326665/ssh-python-with-paramiko-issue
Great, thanks! I'll take a look tomorrow. One thing I noticed in the website PR was that it seems like you might be modifying the CST to add an "unknown"...
No worries, there's nothing pressing on my end.
Ok, so I sniffed around the Flink catalog stuff a bit. tl;dr This looks doable, but with some (potentially significant) caveats. A few notes/questions/thoughts: 1. Can the catalog impl to...
> Good question; how do you model this for Postgres today The registry does not impose any structure. The API just takes a "path" (foo/bar/baz). The path structure is up...