This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git.
from eae2cbe Merge pull request #653 from HiromuHota/HOP-2564
new adfd849 HOP-2582: add default config and env to integration-testing
projects
new 20253ab HOP-2582
new 404d493 HOP-2582
new bce48e7 Merge pull request #659 from hansva/HOP-2582
The 1705 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 3 +-
.../dev-env-config.json | 0
integration-tests/database/hop-config.json | 237 +++++++++++++++++++++
.../parameters_and_variables/hop-config.json | 237 +++++++++++++++++++++
.../parameters_and_variables/hop-config.json.old | 237 +++++++++++++++++++++
.../dev-env-config.json | 0
integration-tests/partitioning/hop-config.json | 237 +++++++++++++++++++++
.../dev-env-config.json | 0
integration-tests/scripting/hop-config.json | 237 +++++++++++++++++++++
integration-tests/scripting/hop-config.json.old | 232 ++++++++++++++++++++
.../metadata/rdbms/testdb.json | 0
.../{xml => scripts}/main-0001-xml-join-test.hwf | 0
integration-tests/scripts/run-tests.sh | 18 +-
.../dev-env-config.json | 0
integration-tests/sort_and_unique/hop-config.json | 237 +++++++++++++++++++++
.../dev-env-config.json | 0
integration-tests/spreadsheet/hop-config.json | 237 +++++++++++++++++++++
.../dev-env-config.json | 0
integration-tests/transforms/hop-config.json | 237 +++++++++++++++++++++
integration-tests/transforms/hop-config.json.old | 232 ++++++++++++++++++++
.../dev-env-config.json | 0
integration-tests/xml/hop-config.json | 237 +++++++++++++++++++++
pom.xml | 2 +
23 files changed, 2611 insertions(+), 9 deletions(-)
copy integration-tests/{parameters_and_variables =>
database}/dev-env-config.json (100%)
create mode 100644 integration-tests/database/hop-config.json
create mode 100644 integration-tests/parameters_and_variables/hop-config.json
create mode 100644
integration-tests/parameters_and_variables/hop-config.json.old
copy integration-tests/{parameters_and_variables =>
partitioning}/dev-env-config.json (100%)
create mode 100644 integration-tests/partitioning/hop-config.json
copy integration-tests/{parameters_and_variables =>
scripting}/dev-env-config.json (100%)
create mode 100644 integration-tests/scripting/hop-config.json
create mode 100644 integration-tests/scripting/hop-config.json.old
copy integration-tests/{parameters_and_variables =>
scripting}/metadata/rdbms/testdb.json (100%)
copy integration-tests/{xml => scripts}/main-0001-xml-join-test.hwf (100%)
copy integration-tests/{parameters_and_variables =>
sort_and_unique}/dev-env-config.json (100%)
create mode 100644 integration-tests/sort_and_unique/hop-config.json
copy integration-tests/{parameters_and_variables =>
spreadsheet}/dev-env-config.json (100%)
create mode 100644 integration-tests/spreadsheet/hop-config.json
copy integration-tests/{parameters_and_variables =>
transforms}/dev-env-config.json (100%)
create mode 100644 integration-tests/transforms/hop-config.json
create mode 100644 integration-tests/transforms/hop-config.json.old
copy integration-tests/{parameters_and_variables => xml}/dev-env-config.json
(100%)
create mode 100644 integration-tests/xml/hop-config.json