mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Re-enable BitcoindComparisonTool:
* Use the latest version, with limited memory usage, and path to on-disk db (try mouting qa/tmp on a tmpfs)\ * enable -debug=net * re-enable BitcoindComparisonTool in pull-tester
This commit is contained in:
parent
b33b9a6fef
commit
95fa14da69
@ -118,7 +118,8 @@ test_bitcoin_filtered.info: test_bitcoin.info
|
|||||||
$(LCOV) -r $< "/usr/include/*" -o $@
|
$(LCOV) -r $< "/usr/include/*" -o $@
|
||||||
|
|
||||||
block_test.info: test_bitcoin_filtered.info
|
block_test.info: test_bitcoin_filtered.info
|
||||||
-@TIMEOUT=15 qa/pull-tester/run-bitcoind-for-test.sh $(JAVA) -Xmx2G -jar $(JAVA_COMPARISON_TOOL) 1 18444
|
$(MKDIR_P) qa/tmp
|
||||||
|
-@TIMEOUT=15 qa/pull-tester/run-bitcoind-for-test.sh $(JAVA) -jar $(JAVA_COMPARISON_TOOL) qa/tmp/compTool 1 18444
|
||||||
$(LCOV) -c -d $(abs_builddir)/src --t BitcoinJBlockTest -o $@
|
$(LCOV) -c -d $(abs_builddir)/src --t BitcoinJBlockTest -o $@
|
||||||
$(LCOV) -z -d $(abs_builddir)/src
|
$(LCOV) -z -d $(abs_builddir)/src
|
||||||
$(LCOV) -z -d $(abs_builddir)/src/leveldb
|
$(LCOV) -z -d $(abs_builddir)/src/leveldb
|
||||||
@ -146,7 +147,8 @@ endif
|
|||||||
|
|
||||||
if USE_COMPARISON_TOOL
|
if USE_COMPARISON_TOOL
|
||||||
check-local:
|
check-local:
|
||||||
@qa/pull-tester/run-bitcoind-for-test.sh $(JAVA) -Xmx2G -jar $(JAVA_COMPARISON_TOOL) 1 18444
|
$(MKDIR_P) qa/tmp
|
||||||
|
@qa/pull-tester/run-bitcoind-for-test.sh $(JAVA) -jar $(JAVA_COMPARISON_TOOL) qa/tmp/compTool 1 18444
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/pull-tester.sh $(WINDOWS_PACKAGING) $(OSX_PACKAGING)
|
EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/pull-tester.sh $(WINDOWS_PACKAGING) $(OSX_PACKAGING)
|
||||||
|
@ -32,10 +32,7 @@ cd @abs_top_srcdir@
|
|||||||
make distdir
|
make distdir
|
||||||
mv $DISTDIR linux-build
|
mv $DISTDIR linux-build
|
||||||
cd linux-build
|
cd linux-build
|
||||||
# TODO: re-enable blockchain tester tool, as of 11 Oct 2013 is it not working properly
|
./configure --disable-silent-rules --disable-ccache --with-comparison-tool="$JAVA_COMPARISON_TOOL"
|
||||||
# on the pull-tester machine.
|
|
||||||
#./configure --disable-silent-rules --disable-ccache --with-comparison-tool="$JAVA_COMPARISON_TOOL"
|
|
||||||
./configure --disable-silent-rules --disable-ccache
|
|
||||||
make -j$JOBS
|
make -j$JOBS
|
||||||
|
|
||||||
# link interesting binaries to parent out/ directory, if it exists. Do this before
|
# link interesting binaries to parent out/ directory, if it exists. Do this before
|
||||||
|
@ -5,7 +5,7 @@ mkdir -p "$DATADIR"/regtest
|
|||||||
touch "$DATADIR/regtest/debug.log"
|
touch "$DATADIR/regtest/debug.log"
|
||||||
tail -q -n 1 -F "$DATADIR/regtest/debug.log" | grep -m 1 -q "Done loading" &
|
tail -q -n 1 -F "$DATADIR/regtest/debug.log" | grep -m 1 -q "Done loading" &
|
||||||
WAITER=$!
|
WAITER=$!
|
||||||
"@abs_top_builddir@/src/bitcoind@EXEEXT@" -connect=0.0.0.0 -datadir="$DATADIR" -rpcuser=user -rpcpassword=pass -listen -keypool=3 -debug -logtimestamps -port=18444 -regtest &
|
"@abs_top_builddir@/src/bitcoind@EXEEXT@" -connect=0.0.0.0 -datadir="$DATADIR" -rpcuser=user -rpcpassword=pass -listen -keypool=3 -debug -debug=net -logtimestamps -port=18444 -regtest &
|
||||||
BITCOIND=$!
|
BITCOIND=$!
|
||||||
|
|
||||||
#Install a watchdog.
|
#Install a watchdog.
|
||||||
|
Loading…
Reference in New Issue
Block a user