1. 6d08b3c Make a standalone client to be able to use global_config.ini by lmr · 15 years ago
  2. c1dda21 Replacing AutoservInstallError with a slightly different version. by jadmanski · 15 years ago
  3. 9fa2afc Adding AutoservInstallError to common_lib.error by lmr · 15 years ago
  4. 8b4f82c KVM test: Add ks files for RHEL5, RHEL4, RHEL3 series products by lmr · 15 years ago
  5. 720b49a KVM test: Fix two typos in config file by lmr · 15 years ago
  6. 36545b1 KVM test: Migration subtest: Coalescing 2 comparisons by lmr · 15 years ago
  7. 45d66b4 KVM test: migration subtest: Handle case where session2 does not exist by lmr · 15 years ago
  8. 02a3ba2 Fix a regression from the big job refactoring. The refactoring by jadmanski · 15 years ago
  9. 3696d5b File got left out of rev 3943. by showard · 15 years ago
  10. e60e44e Special tasks show "Failed" as their status instead of "Completed" if by showard · 15 years ago
  11. 1b0ffc3 Address shutil.copy() failure when running a scheduler instance without by showard · 15 years ago
  12. 1104cd1 Fix kernel_unittest breakage from SVN rev 3905. by showard · 15 years ago
  13. 4879914 Fix a bug where hosts in a cloned job weren't removed when deselecting the host from the "browse hosts" table. This again turned out to be a relatively large change for the size of the problem, because I chose to make some refactorings to attack some of the design problems the were behind the issue in the first place. by showard · 15 years ago
  14. b5611a8 In HostDetailView, move code that fills in "type" on host queue entries to the data source itself, so that the objects always have the variable. Without this, the select all link was broken because it'd fetch items outside of the table but then expect this attribute to be present. by showard · 15 years ago
  15. b9c6617 Modify DynamicTableSelectionListener so that when select "none" is clicked, only deselect items matching the current filters. This turned out to be considerably trickier than i thought, because in order to do this properly and efficiently, it has to work like this: when "none" is clicked, make an RPC call for all the currently filtered items that fall within the currently selected set. We do this by making a new request to the table's active DataSource with the current filtering params plus a list of selected item IDs. There are two problems here: by showard · 15 years ago
  16. c4e4bd2 Get rid of the job.libdir and test.libdir attributes by lmr · 15 years ago
  17. 6f6afd1 Reverting revision 3917. This introduces problems since the global config by jadmanski · 15 years ago
  18. 96a874c KVM test: minor pci_hotplug fixes by lmr · 15 years ago
  19. 4dcc007 KVM test: remove monitor socket file when destroying a VM by lmr · 15 years ago
  20. 14095c8 KVM test: kvm_config.py: match(): put filter inside parentheses by lmr · 15 years ago
  21. ea1266e KVM test: kvm_vm.py: fix typos in the code that compares -cdrom hashes by lmr · 15 years ago
  22. e45a1f2 KVM test: kvm_vm.py: use 'is None' instead of '== None' by lmr · 15 years ago
  23. f69f6b1 KVM test: kvm_vm.py: use kvm_utils.get_path() for floppy and tftp by lmr · 15 years ago
  24. d9179dc KVM test: make all tests depend on install, setup & unattended_install by lmr · 15 years ago
  25. 1b7e170 KVM test: add -o PreferredAuthentications=password to SSH options by lmr · 15 years ago
  26. 04d5b01 KVM test: kvm_subprocess.py: avoid double-closing file descriptors by lmr · 15 years ago
  27. 3e73645 KVM test: fix WinVista setup step files by lmr · 15 years ago
  28. 7d888b3 KVM test: migration: rely on background process instead of timing by lmr · 15 years ago
  29. 2473aa7 KVM test: fix 2 barriers in WinXP-32.steps by lmr · 15 years ago
  30. 555b94c KVM test: disable password prompt on resume for Windows guests by lmr · 15 years ago
  31. c43bf37 KVM test: Seperate smp from extra_params and add into default VM params by lmr · 15 years ago
  32. b584458 Removed uses of deprecated method ListBox.setMultipleSelect() by showard · 15 years ago
  33. d2ef409 Removed use of deprecated method Event.cancelBubble() by showard · 15 years ago
  34. 356d237 Fix some max_length fields. Django no longer allows unique char fields by showard · 15 years ago
  35. 7ca9e01 Remove the synch_job_start_timeout_minutes scheduler "feature" as it is by showard · 15 years ago
  36. 232b7ae Added a upload_kernel_config (default False) keyword parameter to by showard · 15 years ago
  37. 39c843b Do not overwrite the per kernel config_file value if it has been by showard · 15 years ago
  38. da2f143 Added a couple of files that were missed in the r3916 commit. by jadmanski · 15 years ago
  39. 38b2a85 Right now autotest will drop caches between: by mbligh · 15 years ago
  40. 0d0f67d Create a base_job class in the common library as a location to by mbligh · 15 years ago
  41. 55552bf Autotest has 2 implementations of SSH based hosts, the default, by mbligh · 15 years ago
  42. e6bc5b9 Yet another grep adjustment for process_is_alive() by mbligh · 15 years ago
  43. 30cf9dd On the server side profilers.delete shouldn't fail just because the by mbligh · 15 years ago
  44. 49440ea Update the Systemtap tests to allow a user to test any version of by mbligh · 15 years ago
  45. 2b33aa0 Adding a copy of functools-0.5 to our repo for use by unittest.py. It by mbligh · 15 years ago
  46. b8f5b70 Changed mirror.trigger.map_action to use generate_control_file RPC by mbligh · 15 years ago
  47. eaa75e5 Fixed support for source kernels in generated control files (using the by mbligh · 15 years ago
  48. d794048 Fixed the "with" workaround code of the unittest backport module by mbligh · 15 years ago
  49. 3c0ea96 Added common_lib.hosts.Host.cleanup_kernels and some functions it's using. by mbligh · 15 years ago
  50. 6f7d363 Added a backport of the Python 2.7/3.1 unittest module to Autotest's by mbligh · 15 years ago
  51. 508cbf6 Recent improvements to kbuild infrastructure included in linux-next tree moves by mbligh · 15 years ago
  52. a766c2b Update the release script to use the new GWT compilation script. by mbligh · 15 years ago
  53. 6d7c565 Improve error message when a disk is low on space. by mbligh · 15 years ago
  54. 67429f4 Clarify logging messages for wait_for_machine_to_recover. by mbligh · 15 years ago
  55. fca5ed1 * Add ability to CLI job_stat to display only a list of hosts for a given by mbligh · 15 years ago
  56. eb9b876 Fix previous change so it doesn't break parsers of oprofile output data. by mbligh · 15 years ago
  57. 599c598 Update oprofile profiler to include timestamps at start and stop. by mbligh · 15 years ago
  58. 55e2d63 Speed up drop_caches() by eliminating unnecessary 2nd sync. by mbligh · 15 years ago
  59. f541a0a Remove uses of deprecated class HistoryListener by showard · 15 years ago
  60. a21b949 Added functional test for recovering jobs with atomic hosts, with HQEs by showard · 15 years ago
  61. abb0855 Add a mechanism for site-specific overrides of console warning patterns, and add some unit tests. by showard · 15 years ago
  62. 2c8f9ce Fix kvm_config.py -f <filename> mode by lmr · 15 years ago
  63. 262fa26 Change the tsc test to log the stdout of checktsc in results/checktsc by jadmanski · 15 years ago
  64. aea51cc Tweak the stubbing in mock.py to handle a very subtle case. When you by jadmanski · 15 years ago
  65. 5fb2f05 KVM test: Change the way subtests are loaded by lmr · 15 years ago
  66. 65db393 * impose prioritization on SpecialTasks based on task type: Repair, then Cleanup, then Verify. remove prioritization of STs with queue entry over those without. this leads to more sane ordering of execution in certain unusual contexts -- the added functional test cases illustrate a few (in some cases, it's not just more sane, it eliminates bugs as well). by showard · 15 years ago
  67. 42d4d62 Expose locked_by and lock_time on AFE host detail page. by showard · 15 years ago
  68. 8c905dc Fixed why_isnt_my_job_running.py failing when used on a job with atomic by showard · 15 years ago
  69. a0e38ea Use "," for separating the list components of the client_autodir_paths setting by showard · 15 years ago
  70. b2649f9 Upgrade to Django 1.0.4. In the course of normal development I ran into this Django bug: by showard · 15 years ago
  71. 7b2d7cb We never considered the handling of DO_NOT_VERIFY hosts in certain situations. This adds handling of those cases to the scheduler and adds tests to the scheduler functional test. by showard · 15 years ago
  72. 56176ec Fix the SCP fallback path in AbstractSSHHost.get_file(). We were passing the globbing paths to utils.scp_remote_escape(), which would then helpfully escape the globbing characters, making them useless. This avoids that by escape the path earlier, then attaching the globbing pattern, and then avoiding the later escape. I also had to change the "ls" glob check to put the globbing pattern outside the quotes, since ls will otherwise treat the globbing pattern as a literal (whereas scp won't). by showard · 15 years ago
  73. e35507b KVM Test: Add re.IGNORECASE to re.compile to verify_ip_address_ in kvm_utils.py by lmr · 15 years ago
  74. be55961 KVM-test: Add execute permission to qemu-ifup script by lmr · 15 years ago
  75. 306273c KVM test: Add new program cd_hash.py by lmr · 15 years ago
  76. 39abded KVM test: Unattended install: Mount isos as read only by lmr · 15 years ago
  77. 7ebba66 Fix a bug in build_externals, it wasn't updating PYTHONPATH by lmr · 15 years ago
  78. ac59f04 SystemTap Test: Use installcheck for test execution by lmr · 15 years ago
  79. c6ffbea KVM test: Leave image_boot=yes only for virtio drives by lmr · 15 years ago
  80. c14bd4b KVM test: Fixing small bug on unattended install cfg by lmr · 15 years ago
  81. 620b8bc KVM test: Add 'downscript=no' into kvm command line by lmr · 15 years ago
  82. 03ba22e KVM test: Add new utility functions to kvm_utils by lmr · 15 years ago
  83. 4b97607 make the code that calls client/tools/make_clean a bit safer. by showard · 15 years ago
  84. ad812bf Cleanups to code controlling where Autotest clients get installed and used by Autoserv. by showard · 15 years ago
  85. 4a60479 add a bunch of tests to the scheduler functional test to cover pre- and post-job cleanup, including failure cases by showard · 15 years ago
  86. ed9f6fb Fixed reversed logic in GWT client compile script by showard · 15 years ago
  87. 853d8f4 if install_client not if not install_client. Fixes clients not being installed when running with -a option. by showard · 15 years ago
  88. 546c861 Explicitly make the global config option rpc_num_old_logs an integer by showard · 15 years ago
  89. 37757f3 Change "unrecovered active host queue entries" to be a more accurate by showard · 15 years ago
  90. d2b0c88 Add almost everything necessary for UI support for including test attributes in table view. by showard · 15 years ago
  91. ac5b000 * get rid of the code to create the drone temp dir in drones.py. This used to be necessary because we needed that directory just to run drone_utility (so we could put the pickle file there). But now we use stdin, so we don't need this anymore. (drone_utility still initializes the temp dir for its own use.) by showard · 15 years ago
  92. bd45064 Move autodir_client_paths defaults into global_config.ini. Typically when we add default to the global_config that users should be aware of we remove them from the code so the code fails if the value is not specified. So that is what i did here by showard · 15 years ago
  93. c48b26d KVM test: modify messages in kvm_test_utils.wait_for_login() by lmr · 15 years ago
  94. fa06b72 KVM test: corrections to guest_s4 by lmr · 15 years ago
  95. bcd2083 KVM test: VM.send_monitor_cmd() minor cleanup by lmr · 15 years ago
  96. e6faac2 update crackerjack URL by mbligh · 15 years ago
  97. 202343e On the results drone, execute code from the results dir. by showard · 15 years ago
  98. 2aafd90 Need to get the drone temporary directory under the results dir as well. Added unit tests to check this and to check the behavior of attach_file_to_execution, which was being affected by this bug (but wasn't actually buggy itself). by showard · 15 years ago
  99. c75fded Fix the drone results dir computation. I forgot that the results don't just go under the drone_installation_directory, they go under "results" in there. by showard · 15 years ago
  100. 97b7f5a Create a compile script for our GWT clients. There are now 4 different bash by showard · 15 years ago