348 Commits

Author SHA1 Message Date
alexjacks92
a128f4a526 Code cleanup. 2014-04-30 10:43:02 -04:00
alexjacks92
91fd8a6891 Merge remote-tracking branch 'upstream/develop' into IdsToPaths 2014-04-29 16:53:32 -04:00
alexjacks92
a0b4a2d32f Replacing more IDs with file paths - now tsk_files_path and tsk_objects tables as well. 2014-04-29 16:53:15 -04:00
alexjacks92
cbb8cc1a3f First pass at id/path swapping. 2014-04-28 16:43:53 -04:00
Richard Cordovano
71d5e7bf2a Merge pull request #691 from alexjacks92/JenkinsExitCodes
Exit codes for use with jenkins
2014-04-25 12:52:47 -04:00
alexjacks92
7451fd9fef Clean up attachments regardless of success or failure. 2014-04-25 11:17:18 -04:00
alexjacks92
1facc62c3e Diff ordering fix. 2014-04-25 11:14:15 -04:00
alexjacks92
f2476de2db Exiting regression test with exit code 1 on failed tests. 2014-04-24 13:23:16 -04:00
alexjacks92
f4bc376d21 Close database connections before exiting methods. 2014-04-23 11:18:30 -04:00
alexjacks92
fcd7c3cdd7 Typo fix. 2014-04-22 13:48:06 -04:00
alexjacks92
1e943b1f2d Added a comment for the potentially confusing dictionary creation code. 2014-04-22 13:47:26 -04:00
alexjacks92
d3c0b6d4dd DB dumps will now show file paths instead of object ids. 2014-04-22 13:44:16 -04:00
alexjacks92
d1fee32f54 Updating example test configuration file to not include emailing. 2014-04-21 15:39:35 -04:00
alexjacks92
3b32ad6fc9 More unneeded logging. 2014-04-17 10:54:00 -04:00
alexjacks92
cc4be6a075 Excess logging removed. 2014-04-17 10:52:57 -04:00
alexjacks92
950f735f8c Fixing a bug in the diffing script so that files certain files aren't excluded entirely. 2014-04-17 10:17:36 -04:00
alexjacks92
e55378e68f Removed object id from diffing. Addresses issues with nondeterminism. 2014-04-15 11:21:28 -04:00
alexjacks92
bbf0012224 Removing unneeded print. 2014-04-15 10:30:07 -04:00
alexjacks92
402d3651cc Cleaning up code to work when you aren't running a jenkins job. 2014-04-08 11:56:14 -04:00
alexjacks92
50f49c529a Removing existing diff files before writing them out to the jenkins attachment location. 2014-04-07 15:56:47 -04:00
alexjacks92
feaf2c1409 JavaIO flushing error fix and ensuring regression test diffs are added as email attachments. 2014-04-01 17:20:45 -04:00
alexjacks92
e712ad8a82 Fixed an issue searching through logs for strings that aren't there. 2014-03-28 17:14:44 -04:00
alexjacks92
d510842034 Fixing index out of bounds error. 2014-03-13 14:42:49 -04:00
alexjacks92
6bc39c885c Added branch information to build failure emails. 2014-02-07 12:57:37 -05:00
alexjacks92
883636510d Added reset command before checkout. 2014-01-27 16:11:05 -05:00
Richard Cordovano
d0ff0151a0 Fixed: adding python changes to master. 2014-01-27 14:20:06 -05:00
alexjacks92
e8d265102c Revert "Adding python changes to master branch."
This reverts commit 372d29e736516213967675f89d702edcee74d56f.
2014-01-27 14:13:42 -05:00
Richard Cordovano
372d29e736 Adding python changes to master branch. 2014-01-27 14:12:34 -05:00
alexjacks92
dce2811acb Wrong commit last time. Fixing that. 2014-01-14 16:39:56 -05:00
alexjacks92
1a1d4daed1 Added ability to choose either master or develop branch for Jenkins testing. 2014-01-14 16:31:16 -05:00
Jeff Wallace
1a8cf1817c give solr time to die after each test. 2013-12-20 13:00:11 -05:00
Jeff Wallace
dfd6a966da Fixed timeout exception. 2013-12-18 10:13:28 -05:00
Jeff Wallace
947e4372b7 Fixed change that was missed during merge 2013-12-12 15:14:27 -05:00
Jeff Wallace
5b7f705682 Merge branch 'master' of https://github.com/sleuthkit/autopsy into testing
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle.properties
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/docs/keywordsearch-about.html
	test/script/regression.py
	test/script/srcupdater.py
2013-12-12 14:40:51 -05:00
Jeff Wallace
d31ed4a82d line endings. 2013-12-11 15:57:19 -05:00
Brian Carrier
cc85120678 normalized line endings 2013-11-19 13:36:53 -05:00
Jeff Wallace
c697f0458f cleanup of tskdbdiff and srcupdater. 2013-10-30 10:33:59 -04:00
jawallace
a8f0c6cc68 Small testing tweaks. 2013-08-23 07:40:19 -04:00
Jeff Wallace
26b43162bb Changed return type of run_diff to allow more descriptive diff results 2013-07-25 12:37:48 -04:00
Jeff Wallace
31d93f0d11 Added main function to tskdbdiff so it can be called directly. 2013-07-23 15:21:10 -04:00
Jeff Wallace
e440da75c6 Moved TskDbDiff to a separate file. 2013-07-23 10:22:28 -04:00
Jeff Wallace
317a31b47f Updated function calls in srcupdater 2013-07-19 08:15:25 -04:00
Jeff Wallace
dc7fcb3790 Changed except statements to be more specific. Changed places where files are opened to use the safer with statement. 2013-07-17 11:39:55 -04:00
Jeff Wallace
f180665333 Updated documentation of functions and classes. 2013-07-16 15:18:03 -04:00
Jeff Wallace
65471d726a Removed global variable test_config, updated appropriate references 2013-07-16 14:20:14 -04:00
Jeff Wallace
9f2015e4ce Removed global variable failedbool, updated overall pass/fail output message 2013-07-16 13:34:23 -04:00
Jeff Wallace
62087cdc5b Added email data to test configuration, modified Emailer.py so it doesn't need a configuration file to send an email. 2013-07-16 12:54:01 -04:00
Jeff Wallace
625c7c8c3b Database dump function now takes paths as arguments intstead of TestData 2013-07-16 11:38:50 -04:00
Jeff Wallace
c103c1ac62 Replaced imgfail globabl variable with a TestData attribute. 2013-07-16 10:03:54 -04:00
Jeff Wallace
c03872b5d9 Replaced accidental deletion in previous commit. 2013-07-15 14:14:56 -04:00