Skip to content

Commit

Permalink
ADBDEV-6454: Allure integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Viacheslav Vasiliev committed Dec 13, 2024
1 parent 19e186e commit 01ad29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions automation/arenadata/run_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ start_copy_artifacts() {
docker-compose cp $run_test_service_name:/home/gpadmin/workspace/pxf/automation/target/surefire-reports ./$test_dir
docker-compose cp $run_test_service_name:/home/gpadmin/workspace/pxf/automation/sqlrepo ./$test_dir
docker-compose cp $run_test_service_name:/home/gpadmin/workspace/pxf/automation/automation_logs ./$test_dir
docker-compose cp $run_test_service_name:/home/gpadmin/workspace/pxf/automation/target/allure-results ./$test_dir
if [ "$test" = "arenadata" ]; then
docker-compose cp $run_test_service_name:/tmp/pxf ./$test_dir
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public void stopHiveServer() throws Exception {
}

@Override
@Step("Fetch PXF configuration to targetDirectory")
@Step("Fetch PXF configuration to target directory")
public void fetchConfiguration(String targetDirectory) throws Exception {
ReportUtils.startLevel(report, getClass(), "Fetch Configuration from Cluster to " + targetDirectory);
// currently copy only the pxf-conf content to the temp directory
Expand Down

0 comments on commit 01ad29c

Please sign in to comment.