Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

LocationNotes
test/target/surefire-reports/testName${testClass}-output.txt

Main testng log. It will contain any code executed directly from the test Java Class - helper methods creating or inserting data to databases will log here

In addition this log will contain logs from MiniClusters - e.g. logs from HDFS/Mapreduce/YARN daemons.

  
  
test/target/sqoop-cargo-tests/${testClass}/${testName}/sqoop-mini-cluster/log/tomcat.log
Tomcat log's, on production system this might be called catalina.log
test/target/sqoop-cargo-tests/${testClass}/${testName}/sqoop-mini-cluster/log/sqoop.log
Sqoop server logs (what the server is logging out)
test/target/MiniMRCluster_${randomNumber}/
Logs from Yarn containers (and hence mapreduce tasks). Usually it's useful to look for "syslog", "stdin", "stdout" and "stderr" files.  

I'm running tests on Mac computer and my focus is stolen several times during the test execution

...