[OpenAFS-devel] Buildbot progress - test run

Jason Edgecombe jason@rampaginggeek.com
Sun, 25 Jul 2010 17:56:01 -0400


On 07/25/2010 05:52 PM, Jason Edgecombe wrote:
> Hi everyone,
>
> I have buildbot working.
>
> Please see http://gerrit.openafs.org/#change,2395 for an example of 
> the output. So far, I have been unsuccessful in creating more 
> meaningful gerrit messages.
>
> I have started a batch of the following 10 patches:
> I0491bf4f945c372d7ddbafb7a43390821c95a0c1 2471 Unix CM: Remove 
> erroneous comment
> I12542353cd9ee028776414ea607f354d9a693029 2344 viced install signal 
> handler earlier
> I128f6c175bb93b1fb5a4d531f64aa81bd2841ce7 2279 Include user and build 
> host in version string
> I196c3a82d36e60f62b8c2d72588a4f8129c0bbd9 1742 Make -printuuid an 
> option for all vos commands
> I22d5e1c26b711fc0f880f4659c474ee84031ca39 2455 Avoid buffer overflow 
> while copying volume name pattern
> I245ebfc74ad1e8bd2fcd235a00f000d29229668d 2368 viced: Ignore client 
> loopback alternate addresses
> I24bd5495539057d169aef4b5b0b6850b77172cab 2105 vlserver: Access cache 
> via vl_ctx
> I29a9d830872cb920e8ed5820e33d3cbcb7247460 1562 ihandle positional read 
> and write
> I2b11c740172951e1fe5fee2e5613fe76be0f635d 2451 afsio: rewrite using 
> libafscp
> I320e95abb8ebb561c3e5fc568e7670af4f4f82c8 2288 Fast restart for Ubik 
> database servers
> I392653670378dbca3007e98a0cb09fe4474dd262 1864 Parallel I/O extensions 
> to namei backend
> I39605aae3bce1a859d7066664d4a57470c2c440f 2312 print assertion expression
> I3d5a5d73ce78db216400cab45a651fd8a49ea0c3 1001 return an error from 
> afs_readdir when out of buffers
> I414b3adfadc0bb506b98e8677ec5dfbb269e0129 2107 ubik: Drop dbase 
> versionLock during I/O and sleeps
> I43377725ccf46637eab2b4468e986aa1136157c8 2395 Hudson failure test
> I456cd4ef71d153d9e49fa0fd745b5d59c8436f85 1191 runningCalls: 
> VOL_COUNT_LOCK vs VTRANS_LOCK
> I45764d8112201025f79e5e658ab17109c5becd6a 2049 Add documentation for 
> AFS::ukernel
> I49e050fe9ec08c83f8371536984f5a37a62f73e6 2372 libafscp: code cleanup
> I5ab03f29468577b62dacab41a67eadfd8c43f812 2463 death to trailing 
> whitespace
> I5ce480944a8c97cbca72c80e79fc40c0edb0962f 2048 Add AFS::ukernel 
> libuafs perl bindings
>
> If these go well, I'll probably queue up the rest of the changes tonight.

I forgot to mention that the build commands are the following:
     sh regen.sh
     ./configure --enable-checking --enable-supergroups 
--enable-namei-fileserver
     make
     make dest

Jason