[Gluster-devel] mempool disabling for regression tests
Kaushal M
kshlmster at gmail.com
Fri May 23 17:26:29 UTC 2014
On Fri, May 23, 2014 at 6:02 PM, Justin Clift <justin at gluster.org> wrote:
> Hi Pranith,
>
> You don't have an account on build.gluster.org yet do you?
>
> It's where the current (not my stuff) regression tests are run.
>
> This is the script presently used to build the regression
> tests:
>
> $ more /opt/qa/build.sh
> #!/bin/bash
>
> set -e
>
> SRC=$(pwd);
> rpm -qa | grep glusterfs | xargs --no-run-if-empty rpm -e
> ./autogen.sh;
> P=/build;
> rm -rf $P/scratch;
> mkdir -p $P/scratch;
> cd $P/scratch;
> sudo rm -rf $P/install;
> $SRC/configure --prefix=$P/install --with-mountutildir=$P/install/sbin --with-initdir=$P/install/etc --enable-bd-xlator=yes --silent
A --enable-debug flag to configure should enable the debug build.
> make install CFLAGS="-g -O0 -Wall -Werror" -j 4 >/dev/null
> cd $SRC;
>
> What needs to be done, so that the mempool change is in effect
> when the master branch is being compiled?
>
> (note, my regression testing uses a slightly different version
> of this stuff, here: https://forge.gluster.org/gluster-patch-acceptance-tests)
>
> + Justin
>
> --
> Open Source and Standards @ Red Hat
>
> twitter.com/realjustinclift
>
> _______________________________________________
> Gluster-devel mailing list
> Gluster-devel at gluster.org
> http://supercolony.gluster.org/mailman/listinfo/gluster-devel
More information about the Gluster-devel
mailing list