Added back unnecessary changes.
This commit is contained in:
parent
851ee20c1a
commit
f293666028
|
@ -59,7 +59,7 @@ _java_cmd = 'java -ea -cp %s:%s com.apple.foundationdb.test.' % (
|
|||
testers = {
|
||||
'python': Tester('python', 'python ' + _absolute_path('python/tests/tester.py'), 2040, 23, MAX_API_VERSION, types=ALL_TYPES),
|
||||
'python3': Tester('python3', 'python3 ' + _absolute_path('python/tests/tester.py'), 2040, 23, MAX_API_VERSION, types=ALL_TYPES),
|
||||
# 'ruby': Tester('ruby', _absolute_path('ruby/tests/tester.rb'), 2040, 23, MAX_API_VERSION),
|
||||
'ruby': Tester('ruby', _absolute_path('ruby/tests/tester.rb'), 2040, 23, MAX_API_VERSION),
|
||||
'java': Tester('java', _java_cmd + 'StackTester', 2040, 510, MAX_API_VERSION, types=ALL_TYPES),
|
||||
'java_async': Tester('java', _java_cmd + 'AsyncStackTester', 2040, 510, MAX_API_VERSION, types=ALL_TYPES),
|
||||
'go': Tester('go', _absolute_path('go/build/bin/_stacktester'), 2040, 200, MAX_API_VERSION, types=ALL_TYPES),
|
||||
|
|
|
@ -21,7 +21,7 @@ function scripted() {
|
|||
function run_scripted() {
|
||||
scripted python
|
||||
scripted python3
|
||||
# scripted ruby
|
||||
scripted ruby
|
||||
scripted java
|
||||
scripted java_async
|
||||
scripted go
|
||||
|
@ -36,7 +36,7 @@ while `true`; do
|
|||
i=$((i+1))
|
||||
run python
|
||||
run python3
|
||||
# run ruby
|
||||
run ruby
|
||||
run java
|
||||
run java_async
|
||||
run go
|
||||
|
|
Loading…
Reference in New Issue