-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9166/
-----------------------------------------------------------
(Updated Jan. 31, 2013, 1:37 a.m.)
Review request for bigtop and Roman Shaposhnik.
Changes
-------
Fix the backward compatibility issues by getting rid of polymorphism, since var
args can wreak havoc on polymorphic methods.
Description
-------
Added new methods which can execute a script for a specified timeout and can
also execute in the background.
This addresses bug BIGTOP-835.
https://issues.apache.org/jira/browse/BIGTOP-835
Diffs (updated)
-----
bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/shell/Shell.groovy
ae3da68
bigtop-test-framework/src/test/groovy/org/apache/bigtop/itest/shell/ShellTest.groovy
1571e10
Diff: https://reviews.apache.org/r/9166/diff/
Testing
-------
Added unit tests for new functionality. Current unit tests pass
Thanks,
Hari Shreedharan