Skip to content

Commit

Permalink
Merge pull request #3 from marcosgopen/JBTM-3926
Browse files Browse the repository at this point in the history
JBTM-3926 leftover
  • Loading branch information
marcosgopen authored Nov 13, 2024
2 parents 5f4daad + 8d38ab1 commit b9c197c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<testLogToFile>true</testLogToFile>
<version.com.github.spotbugs.spotbugs-maven-plugin>4.8.3.1</version.com.github.spotbugs.spotbugs-maven-plugin>
<version.com.h2database>2.2.224</version.com.h2database>
<version.doxia>1.8.1</version.doxia>

<version.hamcrest>2.2</version.hamcrest>
<version.httpcomponents>4.5.14</version.httpcomponents>
Expand Down
4 changes: 2 additions & 2 deletions scripts/hudson/narayana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function build_narayana {

echo "Using MAVEN_OPTS: $MAVEN_OPTS"

./build.sh -B -Prelease,community$OBJECT_STORE_PROFILE $ORBARG "$@" $NARAYANA_ARGS $IPV6_OPTS $CODE_COVERAGE_ARGS clean install
./build.sh -B -Prelease$OBJECT_STORE_PROFILE $ORBARG "$@" $NARAYANA_ARGS $IPV6_OPTS $CODE_COVERAGE_ARGS clean install

[ $? -eq 0 ] || fatal "narayana build failed"

Expand Down Expand Up @@ -354,7 +354,7 @@ function lra_tests {
echo "#0. LRA Test"
echo "#0. Running LRA tests using $ARQ_PROF profile"
# Ideally the following target would be test and integration-test but that doesn't seem to shutdown the server each time
PRESERVE_WORKING_DIR=true ./build.sh -fae -B -Pcommunity -P$ARQ_PROF $CODE_COVERAGE_ARGS $ENABLE_LRA_TRACE_LOGS -Dlra.test.timeout.factor="${LRA_TEST_TIMEOUT_FACTOR:-1.5}" "$@" install
PRESERVE_WORKING_DIR=true ./build.sh -fae -B -P$ARQ_PROF $CODE_COVERAGE_ARGS $ENABLE_LRA_TRACE_LOGS -Dlra.test.timeout.factor="${LRA_TEST_TIMEOUT_FACTOR:-1.5}" "$@" install
lra_arq=$?
if [ $lra_arq != 0 ] ; then fatal "LRA Test failed with failures in $ARQ_PROF profile" ; fi
}
Expand Down

0 comments on commit b9c197c

Please sign in to comment.