This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Recording test results | |
ERROR: Build step failed with exception | |
java.lang.RuntimeException: Error occurred while creating connection to database. | |
at org.jenkinsci.plugins.jirafa.service.FoundIssueService.<init>(FoundIssueService.java:48) | |
at org.jenkinsci.plugins.jirafa.JirafaPrecomputer.contributeTestData(JirafaPrecomputer.java:51) | |
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:183) | |
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78) | |
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) | |
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782) | |
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<infinispan | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="urn:infinispan:config:7.0 http://www.infinispan.org/schemas/infinispan-config-7.0.xsd" | |
xmlns="urn:infinispan:config:7.0"> | |
<jgroups> | |
<stack-file name="jgroupsStack" path="default-configs/default-jgroups-udp.xml"/> | |
</jgroups> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<benchmark xmlns="urn:radargun:benchmark:3.0"> | |
<master bindAddress="${master.address:127.0.0.1}" port="${master.port:2103}"/> | |
<clusters> | |
<scale from="3" to="3" inc="1"> | |
<cluster /> | |
</scale> | |
</clusters> | |
<configurations> | |
<config name="ispn tx"> | |
<setup plugin="infinispan90"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo ifconfig enp0s25:1 192.168.11.101 netmask 255.255.255.0 | |
sudo ifconfig enp0s25:2 192.168.11.102 netmask 255.255.255.0 | |
sudo ifconfig enp0s25:3 192.168.11.103 netmask 255.255.255.0 | |
sudo ifconfig enp0s25:4 192.168.11.104 netmask 255.255.255.0 | |
sudo ifconfig enp0s25:5 192.168.11.105 netmask 255.255.255.0 | |
sudo ifconfig enp0s25:6 192.168.11.106 netmask 255.255.255.0 | |
sudo ifconfig enp0s25:7 192.168.11.107 netmask 255.255.255.0 | |
sudo ifconfig enp0s25:8 192.168.11.108 netmask 255.255.255.0 | |
sudo ifconfig enp0s25:9 192.168.11.109 netmask 255.255.255.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13:22:03,191 INFO [org.radargun.Master] (main) Running reporter org.radargun.reporting.html.HtmlReporter@28e8dde3 | |
PerNodeRollingFileAppender::Not using file prefix. | |
13:22:05,047 ERROR [org.radargun.Master] (main) Error in reporter org.radargun.reporting.html.HtmlReporter@28e8dde3 | |
java.lang.IllegalArgumentException: No operation for ID 16 | |
at org.radargun.Operation.getById(Operation.java:69) ~[radargun-core-3.0.0-SNAPSHOT.jar:?] | |
at org.radargun.stats.BasicStatistics.ensure(BasicStatistics.java:103) ~[radargun-core-3.0.0-SNAPSHOT.jar:?] | |
at org.radargun.stats.BasicStatistics.registerOperationsGroup(BasicStatistics.java:57) ~[radargun-core-3.0.0-SNAPSHOT.jar:?] | |
at org.radargun.stats.MultiStatistics.registerOperationsGroup(MultiStatistics.java:117) ~[radargun-core-3.0.0-SNAPSHOT.jar:?] | |
at org.radargun.reporting.commons.TestAggregations.addIteration(TestAggregations.java:105) ~[?:?] | |
at org.radargun.reporting.commons.TestAggregations.<init>(TestAggregations.java:52) ~[ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13:22:03,191 INFO [org.radargun.Master] (main) Running reporter org.radargun.reporting.html.HtmlReporter@28e8dde3 | |
PerNodeRollingFileAppender::Not using file prefix. | |
13:22:05,047 ERROR [org.radargun.Master] (main) Error in reporter org.radargun.reporting.html.HtmlReporter@28e8dde3 | |
java.lang.IllegalArgumentException: No operation for ID 16 | |
at org.radargun.Operation.getById(Operation.java:69) ~[radargun-core-3.0.0-SNAPSHOT.jar:?] | |
at org.radargun.stats.BasicStatistics.ensure(BasicStatistics.java:103) ~[radargun-core-3.0.0-SNAPSHOT.jar:?] | |
at org.radargun.stats.BasicStatistics.registerOperationsGroup(BasicStatistics.java:57) ~[radargun-core-3.0.0-SNAPSHOT.jar:?] | |
at org.radargun.stats.MultiStatistics.registerOperationsGroup(MultiStatistics.java:117) ~[radargun-core-3.0.0-SNAPSHOT.jar:?] | |
at org.radargun.reporting.commons.TestAggregations.addIteration(TestAggregations.java:105) ~[?:?] | |
at org.radargun.reporting.commons.TestAggregations.<init>(TestAggregations.java:52) ~[ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.apache.commons.io.IOUtils; | |
import org.radargun.Service; | |
import org.radargun.config.Property; | |
import org.radargun.traits.Lifecycle; | |
import org.radargun.traits.ProvidesTrait; | |
import org.radargun.utils.Utils; | |
import redis.embedded.RedisExecProvider; | |
import redis.embedded.RedisServer; | |
import redis.embedded.util.OS; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<config xmlns="urn:org:jgroups" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups-4.0.xsd"> | |
<TCP | |
bind_port="${jgroups.tcp.port:7800}" | |
enable_diagnostics="false" | |
thread_naming_pattern="pl" | |
send_buf_size="640k" | |
sock_conn_timeout="300" | |
bundler_type="no-bundler" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<infinispan | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="urn:infinispan:config:9.0 http://www.infinispan.org/schemas/infinispan-config-9.0.xsd" | |
xmlns="urn:infinispan:config:9.0"> | |
<jgroups> | |
<stack-file name="jgroupsStack" path="ec2-jgroups.xml"/> | |
</jgroups> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.8.xsd" | |
xmlns="http://www.hazelcast.com/schema/config" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<group> | |
<name>dev</name> | |
<password>dev-pass</password> | |
</group> |
NewerOlder