Timeline


and .

11/20/09:

17:46 Changeset [3969] by mbligh

Fixed syntax errors in oprofile.

Signed-off-by: Mihai Rusu ...

17:46 Changeset [3968] by mbligh

Fix server/frontend_unittest behavior when an AUTOTEST_WEB ...

17:46 Changeset [3967] by mbligh

Added per boot sysinfo logging of /proc/mounts as "proc_mounts" filename. ...

17:45 Changeset [3966] by mbligh

Don't even bother trying to collect sysinfo during reinstalls. It just ...

17:45 Changeset [3965] by mbligh

Fixes frontend to use getpass.getuser().

Signed-off-by: Gregory Smith ...

17:44 Changeset [3964] by mbligh

The server.frontend wrapper of the RPC interface offers object syntax ...

17:44 Changeset [3963] by mbligh

Added mirror.trigger.map_action optional upload_kernel_config flag to have ...

17:43 Changeset [3962] by mbligh

A script to start and stop programs as daemons. Creates pidfile Can ...

11/19/09:

18:09 RpcChangesDiscussion edited by showard
(diff)
18:02 RpcChangesDiscussion created by showard

11/18/09:

17:02 Changeset [3961] by showard

Support restricting access to drones by user. Administrators can put ...

17:01 Changeset [3960] by showard

add a unique key over job_id and host_id on host_queue_entries. we don't ...

17:01 Changeset [3959] by showard

Prevent duplicate hosts in job creation. * have rpc_utils.create_new_job() ...

17:01 Changeset [3958] by showard

Fix the "swap" link in TKO spreadsheet view, at least partially. It was ...

17:00 Changeset [3957] by showard

Improved job owner filtering making it easier to select "all users". ...

11:27 Changeset [3956] by lmr

Make client behavior configurable

Right now autotest will drop caches ...

11:26 Changeset [3955] by lmr

Make a standalone client to be able to use global_config.ini

In order to ...

11:22 Changeset [3954] by jadmanski

Replacing AutoservInstallError? with a slightly different ...

10:45 Changeset [3953] by lmr

Adding AutoservInstallError? to common_lib.error

server/autotest.py was ...

03:23 Changeset [3952] by lmr

KVM test: Add ks files for RHEL5, RHEL4, RHEL3 series ...

03:06 Changeset [3951] by lmr

KVM test: Fix two typos in config file

Signed-off-by: Yolkfull Chow ...

11/17/09:

17:20 Changeset [3950] by lmr

KVM test: Migration subtest: Coalescing 2 comparisons

if session2 and ...

11/15/09:

12:44 Changeset [3949] by lmr

KVM test: migration subtest: Handle case where session2 does not exist

In ...

11/13/09:

12:47 Changeset [3948] by jadmanski

Fix a regression from the big job refactoring. The refactoring introduced ...

12:46 Changeset [3947] by showard

File got left out of rev 3943.

12:45 Changeset [3946] by showard

Special tasks show "Failed" as their status instead of "Completed" if they ...

12:45 Changeset [3945] by showard

Address shutil.copy() failure when running a scheduler instance ...

12:45 Changeset [3944] by showard

Fix kernel_unittest breakage from SVN rev 3905.

Signed-off-by: Steve ...

12:44 Changeset [3943] by showard

Fix a bug where hosts in a cloned job weren't removed when deselecting the ...

12:44 Changeset [3942] by showard

In HostDetailView?, move code that fills in "type" on host queue entries to ...

12:44 Changeset [3941] by showard

Modify DynamicTableSelectionListener? so that when select "none" is ...

11/12/09:

17:16 DiagnosingFailures edited by showard
(diff)
00:11 Changeset [3940] by lmr

Get rid of the job.libdir and test.libdir attributes

Get rid of the ...

11/11/09:

15:39 Changeset [3939] by jadmanski

Reverting revision 3917. This introduces problems since the global ...

11/10/09:

08:56 Changeset [3938] by lmr

KVM test: minor pci_hotplug fixes

- Put the PCI device removal code in a ...

08:52 Changeset [3937] by lmr

KVM test: remove monitor socket file when destroying a VM

This should ...

08:46 Changeset [3936] by lmr

KVM test: kvm_config.py: match(): put filter inside parentheses

This ...

08:41 Changeset [3935] by lmr

KVM test: kvm_vm.py: fix typos in the code that compares -cdrom ...

08:35 Changeset [3934] by lmr

KVM test: kvm_vm.py: use 'is None' instead of '== None'

Signed-off-by: ...

08:33 Changeset [3933] by lmr

KVM test: kvm_vm.py: use kvm_utils.get_path() for floppy and ...

08:32 Changeset [3932] by lmr

KVM test: make all tests depend on install, setup & ...

08:30 Changeset [3931] by lmr

KVM test: add -o PreferredAuthentications?=password to SSH options

This ...

08:28 Changeset [3930] by lmr

KVM test: kvm_subprocess.py: avoid double-closing file descriptors

Also, ...

08:27 Changeset [3929] by lmr

KVM test: fix WinVista? setup step files

Use the file browser to run ...

08:25 Changeset [3928] by lmr

KVM test: migration: rely on background process instead of timing

1. Run ...

08:24 Changeset [3927] by lmr

KVM test: fix 2 barriers in WinXP-32.steps

Don't select the "start" word, ...

08:23 Changeset [3926] by lmr

KVM test: disable password prompt on resume for Windows guests

Add a ...

05:19 Changeset [3925] by lmr

KVM test: Seperate smp from extra_params and add into default VM ...

11/09/09:

17:30 Changeset [3924] by showard

Removed uses of deprecated method ...

17:30 Changeset [3923] by showard

Removed use of deprecated method Event.cancelBubble()

Signed-off-by: ...

17:29 Changeset [3922] by showard

Fix some max_length fields. Django no longer allows unique char ...

17:29 Changeset [3921] by showard

Remove the synch_job_start_timeout_minutes scheduler "feature" as it ...

16:46 Changeset [3920] by showard

Added a upload_kernel_config (default False) keyword parameter ...

16:46 Changeset [3919] by showard

Do not overwrite the per kernel config_file value if it has been provided ...

11/06/09:

07:20 Changeset [3918] by jadmanski

Added a couple of files that were missed in the r3916 commit.

11/05/09:

19:15 Changeset [3917] by mbligh

Right now autotest will drop caches between:

  • Test executions
  • Same ...
19:15 Changeset [3916] by mbligh

Create a base_job class in the common library as a location to refactor ...

19:12 Changeset [3915] by mbligh

Autotest has 2 implementations of SSH based hosts, the default, that uses ...

19:12 Changeset [3914] by mbligh

Yet another grep adjustment for process_is_alive() Allow case of no ...

19:11 Changeset [3913] by mbligh

On the server side profilers.delete shouldn't fail just because ...

19:09 Changeset [3912] by mbligh

Update the Systemtap tests to allow a user to test any version ...

19:09 Changeset [3911] by mbligh

Adding a copy of functools-0.5 to our repo for use by unittest.py. It is ...

19:09 Changeset [3910] by mbligh

Changed mirror.trigger.map_action to use generate_control_file RPC instead ...

19:08 Changeset [3909] by mbligh

Fixed support for source kernels in generated control files (using ...

19:07 Changeset [3908] by mbligh

Fixed the "with" workaround code of the unittest backport ...

19:02 Changeset [3907] by mbligh

Added common_lib.hosts.Host.cleanup_kernels and some functions it's ...

19:02 Changeset [3906] by mbligh

Added a backport of the Python 2.7/3.1 unittest module to ...

19:01 Changeset [3905] by mbligh

Recent improvements to kbuild infrastructure included in linux-next tree ...

19:01 Changeset [3904] by mbligh

Update the release script to use the new GWT compilation ...

19:00 Changeset [3903] by mbligh

Improve error message when a disk is low on space.

Signed-off-by: Gregory ...

19:00 Changeset [3902] by mbligh

Clarify logging messages for wait_for_machine_to_recover. Risk(Medium): ...

18:59 Changeset [3901] by mbligh

* Add ability to CLI job_stat to display only a list of hosts for a given

...

18:58 Changeset [3900] by mbligh

Fix previous change so it doesn't break parsers of oprofile output ...

18:48 Changeset [3899] by mbligh

Update oprofile profiler to include timestamps at start and ...

18:42 Changeset [3898] by mbligh

Speed up drop_caches() by eliminating unnecessary 2nd sync. This ...

11/04/09:

12:44 Changeset [3897] by showard

Remove uses of deprecated class HistoryListener?

Signed-off-by: James Ren ...

12:43 Changeset [3896] by showard

Added functional test for recovering jobs with atomic hosts, with HQEs in ...

12:42 Changeset [3895] by showard

Add a mechanism for site-specific overrides of console warning patterns, ...

11/03/09:

04:18 Changeset [3894] by lmr

Fix kvm_config.py -f <filename> mode

kvm_config.py supports specifying a ...

10/30/09:

15:14 Changeset [3893] by jadmanski

Change the tsc test to log the stdout of checktsc in results/checktsc so ...

15:12 Changeset [3892] by jadmanski

Tweak the stubbing in mock.py to handle a very subtle case. When you stub ...

15:10 Changeset [3891] by lmr

KVM test: Change the way subtests are loaded

Recently autoserv changed ...

10/28/09:

12:54 Changeset [3890] by showard

* impose prioritization on SpecialTasks? based on task type: Repair, then ...

12:54 Changeset [3889] by showard

Expose locked_by and lock_time on AFE host detail page.

Signed-off-by: ...

12:54 Changeset [3888] by showard

Fixed why_isnt_my_job_running.py failing when used on a job with ...

12:53 Changeset [3887] by showard

Use "," for separating the list components of the client_autodir_paths ...

12:53 Changeset [3886] by showard

Upgrade to Django 1.0.4. In the course of normal development I ran into ...

12:53 Changeset [3885] by showard

We never considered the handling of DO_NOT_VERIFY hosts in certain ...

12:52 Changeset [3884] by showard

Fix the SCP fallback path in AbstractSSHHost.get_file(). We were passing ...

09:53 Changeset [3883] by lmr

KVM Test: Add re.IGNORECASE to re.compile to verify_ip_address_ in ...

10/27/09:

05:00 Changeset [3882] by lmr

KVM-test: Add execute permission to qemu-ifup script

qemu-ifup is a ...

10/26/09:

16:29 Changeset [3881] by lmr

KVM test: Add new program cd_hash.py

A new program that evaluates hash ...

07:22 Changeset [3880] by lmr

KVM test: Unattended install: Mount isos as read only

Sometimes CD images ...

10/23/09:

05:55 Changeset [3879] by lmr

Fix a bug in build_externals, it wasn't updating PYTHONPATH

Fix a bug in ...

05:48 Changeset [3878] by lmr

SystemTap? Test: Use installcheck for test execution

According to ...

05:39 Changeset [3877] by lmr

KVM test: Leave image_boot=yes only for virtio drives

Much shorter and ...

05:14 Changeset [3876] by lmr

KVM test: Fixing small bug on unattended install cfg

As in other tests, ...

05:12 Changeset [3875] by lmr

KVM test: Add 'downscript=no' into kvm command line

If no downscript is ...

05:07 Changeset [3874] by lmr

KVM test: Add new utility functions to kvm_utils

Some distributors ship ...

Note: See TracTimeline for information about the timeline view.