1. 26ccd94 Add a new conmux driver for lantronix RPMs by mbligh · 16 years ago
  2. 82648e5 Revert accidental double-patching of last change by mbligh · 16 years ago
  3. 92c0fc2 Change autoserv to replace stdin with /dev/null. by mbligh · 16 years ago
  4. 8b1bb8c Export data to wooden shoes. by mbligh · 16 years ago
  5. 550fdc2 Fix some issues with the new Host.__del__ -> Host.close changes. by jadmanski · 16 years ago
  6. d8c89a4 Add functional test for cpuset tasks bug which causes read on tasks by mbligh · 16 years ago
  7. 982170a Increase the timeout for job creation by mbligh · 16 years ago
  8. 5cc6463 Add SATA errors issuing CommandAbort to the drives to the warning by mbligh · 16 years ago
  9. 8493be4 Move routine rounded_memtotal() from client/bin/cpuset.py to autotest_utils.py. by mbligh · 16 years ago
  10. 1e87039 Functional test for the shrink_slab so that it only reclaims from the by mbligh · 16 years ago
  11. be15443 Blank change to test commits list by mbligh · 16 years ago
  12. 504378f If someone passes iterations=0 then we need to leave that in, not by jadmanski · 16 years ago
  13. 87181c0 Eliminate duplicate exception messages for non-requested only_if_needed labels. Need to use distinct() on the query since we're doing joins. by showard · 16 years ago
  14. cbd7461 When aborting a running job, write an INFO line to the status.log. by showard · 16 years ago
  15. 869806f When reading machine label values from history, ensure they get stored correctly and used. by showard · 16 years ago
  16. 0d39007 Make sure the profilers are always stopped and reported on, even when by jadmanski · 16 years ago
  17. 043e113 This depends on Martin's "run autoserv without a results dir" patch by jadmanski · 16 years ago
  18. 5b2844f by mbligh · 16 years ago
  19. 4e7224b Support for site specific scenerios. by mbligh · 16 years ago
  20. 80e1eba Enable autoserv to operate without a results directory by mbligh · 16 years ago
  21. 9846795 Add recursive strip_unicode function to utils.py by mbligh · 16 years ago
  22. 83fd1c5 umount shouldn't attempt to unmount unless the device is actually by mbligh · 16 years ago
  23. 1071763 Revert previous change to move results arg processing later down by mbligh · 16 years ago
  24. 6764715 Add a frontend service to autoserv to enable jobs to manipulate by mbligh · 16 years ago
  25. d6c56a9 Throw an exception if the specified results directory already exists. by mbligh · 16 years ago
  26. f38f8cc Give umount a bigger hammer (and better logging) by mbligh · 16 years ago
  27. df75f8b Add list printing functions. by mbligh · 16 years ago
  28. a58594a Don't reset active bit when setting status to "Abort". The scheduler needs that information to know if the queue entry was active before being aborted. by showard · 16 years ago
  29. 8fe93b5 Make CleanupTask copy results to job dir on failure. Did this by extracting code from VerifyTask into a common superclass. by showard · 16 years ago
  30. 70b9bf4 Add an option (-N, --hostnames-only) to host_list to only return hostnames. by mbligh · 16 years ago
  31. e39c3c0 Adds the ability for the client.bin.base_job class to keep track of run by mbligh · 16 years ago
  32. f396438 Parser regression testing support. by mbligh · 16 years ago
  33. 33a8a7e Allow the username to be overridden in the cli rpc lib. by mbligh · 16 years ago
  34. 2f63ea3 Conmux consumes Bladecenter event logs with repeated login attempts. by mbligh · 16 years ago
  35. e788ea6 -make get_group_entries() return a list instead of a generator, since all callers want it that way anyway by showard · 16 years ago
  36. 9f7dd11 Move the temporary sysinfo files from /tmp to /tmp/sysinfo. This makes the actual location more configurable (e.g. you can add a symlink to redirect it). by jadmanski · 16 years ago
  37. 53aaf38 Add a hosts attribute to server jobs for accessing all the hosts in by jadmanski · 16 years ago
  38. 3aba439 Server-side tests that attempt to use run_once will always fail due by jadmanski · 16 years ago
  39. 4e16fee We have a silly assertion in the parser that doesn't really matter by jadmanski · 16 years ago
  40. 15fe995 Fix server side control files generated by the autotest front end. kernel is no longer defined, kernel_list is. by mbligh · 16 years ago
  41. 61cf6e7 Looking at the client/profilers.py code to start making it useable from the by jadmanski · 16 years ago
  42. 7bce102 Make job create CLI parse synch_count as an int instead of a string. by showard · 16 years ago
  43. e77ac67 Set queue entries to "Starting" when the VerifyTask is created for them. This perennial source of problems cropped up again in the latest change to the job.run() code (as part of the synch_count changes). by showard · 16 years ago
  44. e42e0cd Fix job detail tab to point to the right place for status and debug log links for single-host results. by showard · 16 years ago
  45. 3f15eed Fix bug in generation of error message for unauthorized abort that occurs when aborting an unassigned metahost entry. by showard · 16 years ago
  46. 1429e7f Don't include a kernel version tag prefix when only one kernel was given. by mbligh · 16 years ago
  47. a772fcf Fix the frontend unittests for the previous change. by mbligh · 16 years ago
  48. 150c6ba Fix a short indent and update documentation. by mbligh · 16 years ago
  49. a9a9101 Remove some dead code that was apparently left in database_connection.py. by showard · 16 years ago
  50. 0174619 Fix a typo in rpc_utils.py by showard · 16 years ago
  51. f7eac6f Handle the case where there are no only_if_needed labels in host filtering code. by showard · 16 years ago
  52. 74354f7 Use quotes instead of underscores in the UI because underscores are ugly. by showard · 16 years ago
  53. 6d2a6f9 The kernel global needs to be set properly for many existing control files to by mbligh · 16 years ago
  54. 31369a2 add missing __init__.py file by mbligh · 16 years ago
  55. 206d50a Fix the CLI job abort to use new RPC. Worth noting that the new RPC by mbligh · 16 years ago
  56. fb8f0ab * Add job cloning functionality to the CLI by mbligh · 16 years ago
  57. ab2174d Expose ParamikoHost.get_user_key as part of the interface, usable by jadmanski · 16 years ago
  58. 97db5ba Add a user preference for showing experimental tests, disabled by default, and add code to obey it in TestSelector. by showard · 16 years ago
  59. 43a3d26 Add a checkbox 'exclude "only if needed" labels' to host lists in AFE, checked by default in the create job view. by showard · 16 years ago
  60. dc81751 allow users to abort other users' jobs, but only for machines that are both ACL-accessible and *not* in the "Everyone" ACL. by showard · 16 years ago
  61. be3ec04 Return an actually useful error when one of the bulk RPCs is called (i.e. label_add_hosts) and some of the objects (hosts in this case) do not exist. by showard · 16 years ago
  62. 2bab8f4 Implement sync_count. The primary change here is replacing the job.synch_type field with a synch_count field. There is no longer just a distinction between synchronous and asynchronous jobs. Instead, every job as a synch_count, with synch_count = 1 corresponding to the old concept of synchronous jobs. This required: by showard · 16 years ago
  63. 87529d1 Adds support for excluding swap partitions and non linux (type 83) partitions. by mbligh · 16 years ago
  64. 51eb7f2 Disable test type selector when "edit control file" mode is entered. by showard · 16 years ago
  65. fc8c6ae Add a include_labels option in the TestView model. This works by showard · 16 years ago
  66. af959a4 Disable netconsole monitoring. We're running into kernel issues by jadmanski · 16 years ago
  67. 79ab928 Make sure that when a client-side reboot fails the server properly by jadmanski · 16 years ago
  68. 036e4be This file no longer serves a purpose. The rest of the old scheduler by mbligh · 16 years ago
  69. e48bcfb Refactor of dmesg to more general monitoring of any log file. by mbligh · 16 years ago
  70. 8e9c257 Fix the parsing script so that if you have multiple levels of by jadmanski · 16 years ago
  71. 9d9ffd5 don't reboot hosts when aborting inactive jobs. by showard · 16 years ago
  72. ef30f5c Add timestamps to console log lines. by mbligh · 16 years ago
  73. 228591c Fix up out of scope output variable, whilst retaining the by mbligh · 16 years ago
  74. bbadb52 Add libcap library dependency by mbligh · 16 years ago
  75. 67b8fbd Fix up broken unittests, etc. by mbligh · 16 years ago
  76. 4f2a2cb make unittests executable in svn by mbligh · 16 years ago
  77. bac1d2f Remove base64 garbage from atest by mbligh · 16 years ago
  78. 5161900 These little control segments shouldn't be using any of the console by jadmanski · 16 years ago
  79. 6198f1d When a synch job fails and we stop other entries, set the host back to "Ready" if it was "Pending". Otherwise it'll sit in state "Pending" forever. by showard · 16 years ago
  80. 8b71d01 Fixed a unit test broken by 2383. by jadmanski · 16 years ago
  81. b3400e0 Currently when using the make options. (i.e. make allyesconfig,allnoconfig, by mbligh · 16 years ago
  82. 12eafff Add support for running a test over a sequence of multiple kernels. by mbligh · 16 years ago
  83. 1264b51 Move the actual content of the cleanup code into Host.cleanup methods. by mbligh · 16 years ago
  84. d0b2296 Fix the group tag to include the test name, so results in backend by mbligh · 16 years ago
  85. 79a2ee1 Create a verify test so that its possible to see the results of verify in TKO. by mbligh · 16 years ago
  86. f1d5392 The server side sleeptest should be importing server.test not client.test! by mbligh · 16 years ago
  87. 45ae819 Add a formal cleanup phase to the scheduler flow. by showard · 16 years ago
  88. 49acee5 Revert previous change to move results arg processing later down by mbligh · 16 years ago
  89. 5deb677 Add two missing status descriptions to the AFE dictionary of status messages, for "Parsing" and "Stopped". by showard · 16 years ago
  90. 8ebca79 -fix running process accounting in scheduler. Dispatcher.num_running_processes() already excludes Agents that are done, so we don't need to subtract their processes off. by showard · 16 years ago
  91. 49d39f6 Clean up partition.py by mbligh · 16 years ago
  92. 066b0eb We really need a way for users to check their control file when it by mbligh · 16 years ago
  93. f6ff3a0 sysinfo-uname test attribute should exclude hostname. by mbligh · 16 years ago
  94. 531d597 When building a kernel we will use the first build, build.2, build.3, and by mbligh · 16 years ago
  95. b600a99 Fix run_group. There's no point in it creating a directory, by mbligh · 16 years ago
  96. fa8629c -ensure Django connection is autocommit enabled, when used from monitor_db by showard · 16 years ago
  97. 97aed50 Rewrite final reparse code in scheduler. the final reparse is now handled by a separate AgentTask, and there's a "Parsing" status for queue entries. This is a cleaner implementation that allows us to still implement parse throttling with ease and get proper recovery of reparses after a system crash fairly easily. by showard · 16 years ago
  98. a6fe9c6 fix usage of set.union() to make test dependenceis work from CLI. set.union() does not mutate the set, it returns a new one. also throw in a sorted() call to ensure testability. by showard · 16 years ago
  99. a3ab0d5 -change AFE abort code to always set to "Abort" status and never skip straight to "Aborted". Doing so is prone to a race condition with the scheduler. The scheduler handles a non-active "Abort" entries perfectly already, setting them immediately to "Aborted" without trying to kill anything. by showard · 16 years ago
  100. 91217c2 In paramiko Transport.atfork() doesn't work properly. It mostly does, but it by jadmanski · 16 years ago