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
curl https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20150319/Git-1.9.5-preview20150319.exe -OutFile install-git.exe | |
.\install-git.exeA | |
go to https://www.python.org/downloads/ and click around until it's in there |
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
http://cstar.datastax.com/tests/id/1811a45c-19d5-11e5-83af-42010af0688f |
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
def test_test(self): | |
self.prepare() | |
self.node2.stop() | |
self.cursor1.execute(""" | |
INSERT INTO ttl_table (key, col1) VALUES (1, 1); | |
""") | |
self.cursor1.execute(""" | |
INSERT INTO ttl_table (key, col1) VALUES (2, 2); | |
""") |
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
INFO:benchmark:Started cassandra on 3 nodes with git SHA: a66863861136a29dc04d7bc3b319f9f8fae0f49f | |
INFO:stress_compare:Running stress operation : write n=3M -rate threads=10 -col n=FIXED\(1000\) -node blade-11-8a,blade-11-7a,blade-11-6a ... | |
INFO:benchmark:Running stress from '/home/ryan/fab/stress/default/tools/bin/cassandra-stress' : write n=3M -rate threads=10 -col n=FIXED\(1000\) -node blade-11-8a,blade-11-7a,blade-11-6a | |
INFO 16:43:00 Did not find Netty's native epoll transport in the classpath, defaulting to NIO. | |
Exception in thread "main" java.lang.RuntimeException: java.lang.IllegalArgumentException: No enum constant com.datastax.driver.core.ColumnMetadata.Raw.Kind.CLUSTERING | |
at org.apache.cassandra.stress.settings.StressSettings.getJavaDriverClient(StressSettings.java:198) | |
at org.apache.cassandra.stress.settings.SettingsSchema.createKeySpacesNative(SettingsSchema.java:79) | |
at org.apache.cassandra.stress.settings.SettingsSchema.createKeySpaces(SettingsSchema.java:69) | |
at org.apache.cassandra.stress. |
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
build-project: | |
[echo] apache-cassandra: /home/ryan/fab/stress/b512f07478c936467cbecf7892b5598900bb7d10/build.xml | |
[javac] Compiling 45 source files to /home/ryan/fab/stress/b512f07478c936467cbecf7892b5598900bb7d10/build/classes/thrift | |
[javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.openjdk.jmh.generators.BenchmarkProcessor' less than -source '1.8' | |
[javac] Note: /home/ryan/fab/stress/b512f07478c936467cbecf7892b5598900bb7d10/interface/thrift/gen-java/org/apache/cassandra/thrift/Cassandra.java uses or overrides a deprecated API. | |
[javac] Note: Recompile with -Xlint:deprecation for details. | |
[javac] Note: Some input files use unchecked or unsafe operations. | |
[javac] Note: Recompile with -Xlint:unchecked for details. | |
[javac] 1 warning | |
[javac] Compiling 1169 source files to /home/ryan/fab/stress/b512f07478c936467cbecf7892b5598900bb7d10/build/classes/main |
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
(cstar_te)❯ python udf_failure.py [93/1861] | |
TEST PATH: /tmp/dtest-JU3YGF | |
http://git-wip-us.apache.org/repos/asf/cassandra.git git:cassandra-2.2 | |
stopping node 0 | |
stopping node 1 | |
stopping node 2 | |
stopping node 3 | |
upgrading and starting node 0 | |
http://git-wip-us.apache.org/repos/asf/cassandra.git git:cassandra-3.0 | |
upgrading and starting node 1 |
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
gen-cql3-grammar: | |
[echo] Building Grammar /home/ryan/fab/stress/df4f316db8f2953291d926a072e19a751b3d7eae/src/java/org/apache/cassandra/cql3/Cql.g ... | |
build-project: | |
[echo] apache-cassandra: /home/ryan/fab/stress/df4f316db8f2953291d926a072e19a751b3d7eae/build.xml | |
[javac] Compiling 45 source files to /home/ryan/fab/stress/df4f316db8f2953291d926a072e19a751b3d7eae/build/classes/thrift | |
[javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.openjdk.jmh.generators.BenchmarkProcessor' less than -source '1.8' | |
[javac] Note: /home/ryan/fab/stress/df4f316db8f2953291d926a072e19a751b3d7eae/interface/thrift/gen-java/org/apache/cassandra/thrift/Cassandra.java uses or overrides a deprecated API. | |
[javac] Note: Recompile with -Xlint:deprecation for details. | |
[javac] Note: Some input files use unchecked or unsafe operations. |
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
( | |
wget https://github.com/jemalloc/jemalloc/releases/download/4.0.3/jemalloc-4.0.3.tar.bz2 -O /tmp/jemalloc-4.0.3.tar.bz2 | |
cd /tmp/ | |
tar -xjf /tmp/jemalloc-4.0.3.tar.bz2 | |
cd /tmp/jemalloc-4.0.3 | |
./configure && make | |
) | |
export CASSANDRA_LIBJEMALLOC='/tmp/jemalloc-4.0.3/lib/libjemalloc.so' |
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
require "spec" | |
module ReturnsStringList | |
def self.get_string_list | |
[] of String | |
end | |
end | |
describe ReturnsStringList do | |
describe "#get_string_list" do |
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
====================================================================== | |
FAIL: consistency_test.py:TestAccuracy.test_network_topology_strategy_users | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/mambocab/cstar_src/cassandra-dtest/consistency_test.py", line 622, in test_network_topology_strategy_users | |
self._run_test_function_in_parallel(TestAccuracy.Validation.validate_users, self.nodes, self.rf.values(), combinations), | |
File "/home/mambocab/cstar_src/cassandra-dtest/consistency_test.py", line 539, in _run_test_function_in_parallel | |
assert False, err.message | |
AssertionError: Got [] from ['127.0.0.1'], expected [[14, 38]] at ALL | |
-------------------- >> begin captured logging << -------------------- |