Skip to content

Commit

Permalink
Adding extra logging to determine presto failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgpai committed Mar 8, 2024
1 parent c1e4a21 commit f81f05d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,13 @@ jobs:
ls -lR $PRESTO_HOME/etc
/opt/start-prestojava.sh > /tmp/server.log 2>&1 &
# Sleep for 60 seconds to allow Presto server to start.
sleep 60
sleep 60
echo "Creating hive.tpch schema.."
/opt/presto-cli --server 127.0.0.1:8080 --execute 'CREATE SCHEMA hive.tpch;'
mkdir -p /tmp/aggregate_fuzzer_repro/
rm -rfv /tmp/aggregate_fuzzer_repro/*
chmod -R 777 /tmp/aggregate_fuzzer_repro
echo "Running aggregation fuzzer.."
_build/debug/velox/functions/prestosql/fuzzer/velox_aggregation_fuzzer_test \
--seed ${RANDOM} \
--duration_sec 3600 \
Expand Down

0 comments on commit f81f05d

Please sign in to comment.