++ dirname ./run.sh
+ cd .
+ echo 1271
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sun Jun 14 16:53:16 UTC 2026
+ uptime
16:53:16 up 1 min, 0 users, load average: 0.75, 0.32, 0.11
+ head=git@github.com:yegor256/factbase.git
+ ff=default
+ image=yegor256/ruby
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.19.12
+ vars=('--env=head=git@github.com:yegor256/factbase.git' '--env=tag=0.19.12' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/factbase.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.19.12'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''set -x'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lib/factbase/version.rb'\'' '\'';'\'' '\''git add lib/factbase/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build factbase.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/factbase.git'\''' ';' 'export '\''tag=0.19.12'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' 'set -x' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'bundle exec rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/factbase/version.rb' ';' 'git add lib/factbase/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build factbase.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';')
+ directory=
+ container=yegor256_factbase_633
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-20-185
+ pwd
/tmp/rultor-p5Nt
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone --recurse-submodules git@github.com:yegor256/factbase.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email gpg@rultor.com
+ git config user.name Rultor.com
+ '[' -z 'export '\''head=git@github.com:yegor256/factbase.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/factbase.git'\''' ';' 'export '\''tag=0.19.12'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' 'set -x' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'bundle exec rake' ';' 'rm -rf *.gem' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/factbase/version.rb' ';' 'git add lib/factbase/version.rb' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build factbase.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';'
+ sensitive=()
+ set -ex -o pipefail
+ '[' -z 0.19.12 ']'
+ [[ 0.19.12 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.19.12"'
tag name is valid: "0.19.12"
+ cd repo
++ git tag -l 0.19.12
+ '[' -n '' ']'
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH_NAME
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.12
++ bc
++ echo 0.12 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.12, low enough to run a new Docker container'
load average is 0.12, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/ruby
+ docker pull yegor256/ruby
Using default tag: latest
latest: Pulling from yegor256/ruby
cb259a83ac3d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
50778be6ae7c: Pulling fs layer
c64f1ad49f2f: Pulling fs layer
2dae3dae39d6: Pulling fs layer
1e2c7031206a: Pulling fs layer
4d892ad9c006: Pulling fs layer
204e584f0ddc: Pulling fs layer
7a458e15c06e: Pulling fs layer
c64f1ad49f2f: Waiting
2dae3dae39d6: Waiting
1e2c7031206a: Waiting
4d892ad9c006: Waiting
204e584f0ddc: Waiting
7a458e15c06e: Waiting
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
50778be6ae7c: Verifying Checksum
50778be6ae7c: Download complete
cb259a83ac3d: Verifying Checksum
cb259a83ac3d: Download complete
1e2c7031206a: Verifying Checksum
1e2c7031206a: Download complete
4d892ad9c006: Verifying Checksum
4d892ad9c006: Download complete
204e584f0ddc: Verifying Checksum
204e584f0ddc: Download complete
7a458e15c06e: Verifying Checksum
7a458e15c06e: Download complete
2dae3dae39d6: Verifying Checksum
2dae3dae39d6: Download complete
c64f1ad49f2f: Verifying Checksum
c64f1ad49f2f: Download complete
cb259a83ac3d: Pull complete
4f4fb700ef54: Pull complete
50778be6ae7c: Pull complete
c64f1ad49f2f: Pull complete
2dae3dae39d6: Pull complete
1e2c7031206a: Pull complete
4d892ad9c006: Pull complete
204e584f0ddc: Pull complete
7a458e15c06e: Pull complete
Digest: sha256:67c048e49cc8977ff025f4169d86a730db7e227a8eb44df0d17d5789a0070070
Status: Downloaded newer image for yegor256/ruby:latest
docker.io/yegor256/ruby:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_factbase_633\s*$'
+ ls -al .
total 48
drwx------ 3 ubuntu ubuntu 4096 Jun 14 16:53 .
drwxrwxrwt 12 root root 4096 Jun 14 16:53 ..
-rwxrwxr-x 1 ubuntu ubuntu 666 Jun 14 16:53 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Jun 14 16:53 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Jun 14 16:53 pid
drwxrwxr-x 9 ubuntu ubuntu 4096 Jun 14 16:53 repo
-rw-rw-r-- 1 ubuntu ubuntu 81 Jun 14 16:53 rubygems.yml
-rwxrwxr-x 1 ubuntu ubuntu 6649 Jun 14 16:53 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 699 Jun 14 16:53 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 5628 Jun 14 16:53 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-p5Nt:/main --env=head=git@github.com:yegor256/factbase.git --env=tag=0.19.12 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/factbase.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.19.12'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''set -x'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lib/factbase/version.rb'\'' '\'';'\'' '\''git add lib/factbase/version.rb'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build factbase.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-p5Nt/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_factbase_633 yegor256/ruby /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G ubuntu r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-journal r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G _ssh r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G polkitd r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssh r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G docker r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.gemrc /root/.profile /root/.ssh /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rubygems.yml ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/usr/bin/env bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:yegor256/factbase.git' ; export 'tag=0.19.12' ; export 'head_branch=master' ; export 'author=yegor256' ; pdd -f /dev/null ; bundle install --no-color ; set -x ; [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 ; bundle exec rake ; rm -rf *.gem ; sed -i "s/0\.0\.0/${tag}/g" lib/factbase/version.rb ; git add lib/factbase/version.rb ; git commit -m "version set to ${tag}" ; gem build factbase.gemspec ; chmod 0600 ../rubygems.yml ; gem push *.gem --config-file ../rubygems.yml ;
+ su --login r --command /home/r/script.sh
Found 7 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.4.9 at x86_64-linux
Reading from root dir .
Excluding target/**/*
Excluding coverage/**/*
/usr/local/bundle/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/home/r/repo/renovate.json is a binary file (183 bytes)
Reading .0pdd.yml ...
Reading .gitattributes ...
Reading .github/publish-benchmark.sh ...
Reading .github/workflows/actionlint.yml ...
Reading .github/workflows/benchmark.yml ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/copyrights.yml ...
Reading .github/workflows/flamegraph.yml ...
Reading .github/workflows/markdown-lint.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/rake.yml ...
Reading .github/workflows/reuse.yml ...
Reading .github/workflows/typos.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/yamllint.yml ...
Reading .gitignore ...
Reading .pdd ...
Reading .rubocop.yml ...
Reading .rultor.yml ...
Reading Gemfile ...
Reading Gemfile.lock ...
Reading LICENSE.txt ...
Reading LICENSES/MIT.txt ...
Reading README.md ...
Reading REUSE.toml ...
Reading Rakefile ...
Reading benchmark/bench_empty.rb ...
Reading benchmark/bench_indexed_txn.rb ...
Reading benchmark/bench_indexes_terms.rb ...
Reading benchmark/bench_large_query.rb ...
Reading benchmark/bench_query.rb ...
Reading benchmark/bench_serialization.rb ...
Reading benchmark/bench_slow_query.rb ...
Reading benchmark/bench_taped.rb ...
Reading benchmark/bench_txns.rb ...
Reading factbase.gemspec ...
Reading fixtures/stories/agg.yml ...
Reading fixtures/stories/always.yml ...
Reading fixtures/stories/and.yml ...
Reading fixtures/stories/as.yml ...
Reading fixtures/stories/assert.yml ...
Reading fixtures/stories/count.yml ...
Reading fixtures/stories/empty.yml ...
Reading fixtures/stories/eq.yml ...
Reading fixtures/stories/exists.yml ...
Reading fixtures/stories/gt.yml ...
Reading fixtures/stories/gte.yml ...
Reading fixtures/stories/head.yml ...
Reading fixtures/stories/inverted.yml ...
Reading fixtures/stories/join.yml ...
Reading fixtures/stories/lte.yml ...
Reading fixtures/stories/max.yml ...
Reading fixtures/stories/min.yml ...
Reading fixtures/stories/nth.yml ...
Reading fixtures/stories/one.yml ...
Reading fixtures/stories/or.yml ...
Reading fixtures/stories/sorted.yml ...
Reading fixtures/stories/sprintf.yml ...
Reading fixtures/stories/sum.yml ...
Reading fixtures/stories/unique-many.yml ...
Reading fixtures/stories/unique.yml ...
Reading lib/factbase/accum.rb ...
Reading lib/factbase/cached/cached_fact.rb ...
Reading lib/factbase/cached/cached_factbase.rb ...
Reading lib/factbase/cached/cached_query.rb ...
Reading lib/factbase/cached/cached_term.rb ...
Reading lib/factbase/churn.rb ...
Reading lib/factbase/fact.rb ...
Reading lib/factbase/fact_as_yaml.rb ...
Reading lib/factbase/flatten.rb ...
Reading lib/factbase/impatient.rb ...
Reading lib/factbase/indexed/indexed_absent.rb ...
Reading lib/factbase/indexed/indexed_and.rb ...
Reading lib/factbase/indexed/indexed_eq.rb ...
Reading lib/factbase/indexed/indexed_exists.rb ...
Reading lib/factbase/indexed/indexed_fact.rb ...
Reading lib/factbase/indexed/indexed_factbase.rb ...
Reading lib/factbase/indexed/indexed_gt.rb ...
Reading lib/factbase/indexed/indexed_gte.rb ...
Reading lib/factbase/indexed/indexed_lt.rb ...
Reading lib/factbase/indexed/indexed_lte.rb ...
Reading lib/factbase/indexed/indexed_not.rb ...
Reading lib/factbase/indexed/indexed_one.rb ...
Reading lib/factbase/indexed/indexed_or.rb ...
Reading lib/factbase/indexed/indexed_query.rb ...
Reading lib/factbase/indexed/indexed_term.rb ...
Reading lib/factbase/indexed/indexed_unique.rb ...
Reading lib/factbase/inv.rb ...
Reading lib/factbase/lazy_taped.rb ...
Reading lib/factbase/lazy_taped_array.rb ...
Reading lib/factbase/lazy_taped_hash.rb ...
Reading lib/factbase/light.rb ...
Reading lib/factbase/logged.rb ...
Reading lib/factbase/pre.rb ...
Reading lib/factbase/query.rb ...
Reading lib/factbase/rules.rb ...
Reading lib/factbase/sync/sync_factbase.rb ...
Reading lib/factbase/sync/sync_query.rb ...
Reading lib/factbase/syntax.rb ...
Reading lib/factbase/tallied.rb ...
Reading lib/factbase/taped.rb ...
Reading lib/factbase/tee.rb ...
Reading lib/factbase/term.rb ...
Reading lib/factbase/terms/absent.rb ...
Reading lib/factbase/terms/agg.rb ...
Reading lib/factbase/terms/always.rb ...
Reading lib/factbase/terms/and.rb ...
Reading lib/factbase/terms/arithmetic.rb ...
Reading lib/factbase/terms/as.rb ...
Reading lib/factbase/terms/assert.rb ...
Reading lib/factbase/terms/base.rb ...
Reading lib/factbase/terms/best.rb ...
Reading lib/factbase/terms/boolean.rb ...
Reading lib/factbase/terms/compare.rb ...
Reading lib/factbase/terms/concat.rb ...
Reading lib/factbase/terms/contains.rb ...
Reading lib/factbase/terms/count.rb ...
Reading lib/factbase/terms/defn.rb ...
Reading lib/factbase/terms/div.rb ...
Reading lib/factbase/terms/either.rb ...
Reading lib/factbase/terms/empty.rb ...
Reading lib/factbase/terms/ends_with.rb ...
Reading lib/factbase/terms/env.rb ...
Reading lib/factbase/terms/eq.rb ...
Reading lib/factbase/terms/exists.rb ...
Reading lib/factbase/terms/first.rb ...
Reading lib/factbase/terms/gt.rb ...
Reading lib/factbase/terms/gte.rb ...
Reading lib/factbase/terms/head.rb ...
Reading lib/factbase/terms/inverted.rb ...
Reading lib/factbase/terms/join.rb ...
Reading lib/factbase/terms/lt.rb ...
Reading lib/factbase/terms/lte.rb ...
Reading lib/factbase/terms/many.rb ...
Reading lib/factbase/terms/matches.rb ...
Reading lib/factbase/terms/max.rb ...
Reading lib/factbase/terms/min.rb ...
Reading lib/factbase/terms/minus.rb ...
Reading lib/factbase/terms/never.rb ...
Reading lib/factbase/terms/nil.rb ...
Reading lib/factbase/terms/not.rb ...
Reading lib/factbase/terms/nth.rb ...
Reading lib/factbase/terms/one.rb ...
Reading lib/factbase/terms/or.rb ...
Reading lib/factbase/terms/plus.rb ...
Reading lib/factbase/terms/prev.rb ...
Reading lib/factbase/terms/simplified.rb ...
Reading lib/factbase/terms/size.rb ...
Reading lib/factbase/terms/sorted.rb ...
Reading lib/factbase/terms/sprintf.rb ...
Reading lib/factbase/terms/starts_with.rb ...
Reading lib/factbase/terms/sum.rb ...
Reading lib/factbase/terms/times.rb ...
Reading lib/factbase/terms/to_float.rb ...
Reading lib/factbase/terms/to_integer.rb ...
Reading lib/factbase/terms/to_string.rb ...
Reading lib/factbase/terms/to_time.rb ...
Reading lib/factbase/terms/traced.rb ...
Reading lib/factbase/terms/type.rb ...
Reading lib/factbase/terms/undef.rb ...
Reading lib/factbase/terms/unique.rb ...
Reading lib/factbase/terms/when.rb ...
Reading lib/factbase/terms/zero.rb ...
Reading lib/factbase/to_json.rb ...
Reading lib/factbase/to_xml.rb ...
Reading lib/factbase/to_yaml.rb ...
Reading lib/factbase/version.rb ...
Reading lib/factbase.rb ...
Reading lib/fuzz.rb ...
Reading test/factbase/cached/test_cached_factbase.rb ...
Reading test/factbase/cached/test_cached_query.rb ...
Reading test/factbase/cached/test_cached_term.rb ...
Reading test/factbase/indexed/test_incremental_indexing.rb ...
Reading test/factbase/indexed/test_indexed_absent.rb ...
Reading test/factbase/indexed/test_indexed_and.rb ...
Reading test/factbase/indexed/test_indexed_eq.rb ...
Reading test/factbase/indexed/test_indexed_exists.rb ...
Reading test/factbase/indexed/test_indexed_fact.rb ...
Reading test/factbase/indexed/test_indexed_factbase.rb ...
Reading test/factbase/indexed/test_indexed_gt.rb ...
Reading test/factbase/indexed/test_indexed_lt.rb ...
Reading test/factbase/indexed/test_indexed_not.rb ...
Reading test/factbase/indexed/test_indexed_one.rb ...
Reading test/factbase/indexed/test_indexed_or.rb ...
Reading test/factbase/indexed/test_indexed_query.rb ...
Reading test/factbase/indexed/test_indexed_term.rb ...
Reading test/factbase/indexed/test_indexed_unique.rb ...
Reading test/factbase/sync/test_sync_factbase.rb ...
Reading test/factbase/sync/test_sync_query.rb ...
Reading test/factbase/terms/test_absent.rb ...
Reading test/factbase/terms/test_agg.rb ...
Reading test/factbase/terms/test_always.rb ...
Reading test/factbase/terms/test_and.rb ...
Reading test/factbase/terms/test_as.rb ...
Reading test/factbase/terms/test_assert.rb ...
Reading test/factbase/terms/test_best.rb ...
Reading test/factbase/terms/test_boolean.rb ...
Reading test/factbase/terms/test_compare.rb ...
Reading test/factbase/terms/test_concat.rb ...
Reading test/factbase/terms/test_contains.rb ...
Reading test/factbase/terms/test_count.rb ...
Reading test/factbase/terms/test_defn.rb ...
Reading test/factbase/terms/test_div.rb ...
Reading test/factbase/terms/test_either.rb ...
Reading test/factbase/terms/test_empty.rb ...
Reading test/factbase/terms/test_ends_with.rb ...
Reading test/factbase/terms/test_env.rb ...
Reading test/factbase/terms/test_eq.rb ...
Reading test/factbase/terms/test_exists.rb ...
Reading test/factbase/terms/test_first.rb ...
Reading test/factbase/terms/test_gt.rb ...
Reading test/factbase/terms/test_gte.rb ...
Reading test/factbase/terms/test_inverted.rb ...
Reading test/factbase/terms/test_join.rb ...
Reading test/factbase/terms/test_logical.rb ...
Reading test/factbase/terms/test_lt.rb ...
Reading test/factbase/terms/test_lte.rb ...
Reading test/factbase/terms/test_many.rb ...
Reading test/factbase/terms/test_matches.rb ...
Reading test/factbase/terms/test_math.rb ...
Reading test/factbase/terms/test_max.rb ...
Reading test/factbase/terms/test_min.rb ...
Reading test/factbase/terms/test_minus.rb ...
Reading test/factbase/terms/test_never.rb ...
Reading test/factbase/terms/test_nil.rb ...
Reading test/factbase/terms/test_not.rb ...
Reading test/factbase/terms/test_nth.rb ...
Reading test/factbase/terms/test_one.rb ...
Reading test/factbase/terms/test_or.rb ...
Reading test/factbase/terms/test_plus.rb ...
Reading test/factbase/terms/test_prev.rb ...
Reading test/factbase/terms/test_simplified.rb ...
Reading test/factbase/terms/test_size.rb ...
Reading test/factbase/terms/test_sorted.rb ...
Reading test/factbase/terms/test_sprintf.rb ...
Reading test/factbase/terms/test_starts_with.rb ...
Reading test/factbase/terms/test_sum.rb ...
Reading test/factbase/terms/test_times.rb ...
Reading test/factbase/terms/test_to_float.rb ...
Reading test/factbase/terms/test_to_integer.rb ...
Reading test/factbase/terms/test_to_string.rb ...
Reading test/factbase/terms/test_to_time.rb ...
Reading test/factbase/terms/test_traced.rb ...
Reading test/factbase/terms/test_type.rb ...
Reading test/factbase/terms/test_undef.rb ...
Reading test/factbase/terms/test_unique.rb ...
Reading test/factbase/terms/test_when.rb ...
Reading test/factbase/terms/test_zero.rb ...
Reading test/factbase/test_accum.rb ...
Reading test/factbase/test_churn.rb ...
Reading test/factbase/test_fact.rb ...
Reading test/factbase/test_fact_as_yaml.rb ...
Reading test/factbase/test_flatten.rb ...
Reading test/factbase/test_impatient.rb ...
Reading test/factbase/test_inv.rb ...
Reading test/factbase/test_lazy_taped.rb ...
Reading test/factbase/test_lazy_taped_array.rb ...
Reading test/factbase/test_lazy_taped_hash.rb ...
Reading test/factbase/test_logged.rb ...
Reading test/factbase/test_pre.rb ...
Reading test/factbase/test_query.rb ...
Reading test/factbase/test_rules.rb ...
Reading test/factbase/test_syntax.rb ...
Reading test/factbase/test_tallied.rb ...
Reading test/factbase/test_taped.rb ...
Reading test/factbase/test_tee.rb ...
Reading test/factbase/test_term.rb ...
Reading test/factbase/test_to_json.rb ...
Reading test/factbase/test_to_xml.rb ...
Reading test/factbase/test_to_yaml.rb ...
Reading test/test__helper.rb ...
Reading test/test_factbase.rb ...
Reading test/test_fuzz.rb ...
Reading test/test_no_useless_conditional_assignment.rb ...
Reading test/test_rakefile.rb ...
Bundler 2.6.9 is running, but your lockfile was generated with 2.6.8. Installing Bundler 2.6.8 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
Fetching bundler 2.6.8
Installing bundler 2.6.8
Fetching gem metadata from https://rubygems.org/........
Fetching rake 13.4.2
Installing rake 13.4.2
Fetching ansi 1.6.0
Installing ansi 1.6.0
Fetching ast 2.4.3
Installing ast 2.4.3
Fetching backtrace 0.4.1
Installing backtrace 0.4.1
Fetching benchmark 0.5.0
Installing benchmark 0.5.0
Fetching builder 3.3.0
Installing builder 3.3.0
Fetching concurrent-ruby 1.3.6
Installing concurrent-ruby 1.3.6
Fetching date 3.5.1
Installing date 3.5.1 with native extensions
Fetching decoor 0.1.0
Installing decoor 0.1.0
Fetching docile 1.4.1
Installing docile 1.4.1
Fetching drb 2.2.3
Installing drb 2.2.3
Fetching ellipsized 0.3.0
Installing ellipsized 0.3.0
Fetching logger 1.7.0
Installing logger 1.7.0
Fetching loog 0.8.0
Installing loog 0.8.0
Fetching tago 0.7.0
Installing tago 0.7.0
Fetching elapsed 0.3.1
Installing elapsed 0.3.1
Fetching erb 6.0.4
Installing erb 6.0.4 with native extensions
Fetching json 2.19.5
Installing json 2.19.5 with native extensions
Fetching others 0.1.1
Installing others 0.1.1
Fetching yaml 0.4.0
Installing yaml 0.4.0
Fetching language_server-protocol 3.17.0.5
Installing language_server-protocol 3.17.0.5
Fetching lint_roller 1.1.0
Installing lint_roller 1.1.0
Fetching prism 1.9.0
Installing prism 1.9.0 with native extensions
Fetching minitest 6.0.6
Installing minitest 6.0.6
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching minitest-reporters 1.8.0
Installing minitest-reporters 1.8.0
Fetching os 1.1.4
Installing os 1.1.4
Fetching parallel 2.1.0
Installing parallel 2.1.0
Fetching parser 3.3.11.1
Installing parser 3.3.11.1
Fetching stringio 3.2.0
Installing stringio 3.2.0 with native extensions
Fetching psych 5.3.1
Installing psych 5.3.1 with native extensions
Fetching qbash 0.8.4
Installing qbash 0.8.4
Fetching tsort 0.2.0
Installing tsort 0.2.0
Fetching rdoc 7.1.0
Installing rdoc 7.1.0
Fetching regexp_parser 2.12.0
Installing regexp_parser 2.12.0
Fetching rubocop-ast 1.49.1
Installing rubocop-ast 1.49.1
Fetching unicode-emoji 4.2.0
Installing unicode-emoji 4.2.0
Fetching unicode-display_width 3.2.0
Installing unicode-display_width 3.2.0
Fetching rubocop 1.86.2
Installing rubocop 1.86.2
Fetching rubocop-elegant 0.5.1
Installing rubocop-elegant 0.5.1
Fetching rubocop-minitest 0.39.1
Installing rubocop-minitest 0.39.1
Fetching rubocop-performance 1.26.1
Installing rubocop-performance 1.26.1
Fetching rubocop-rake 0.7.1
Installing rubocop-rake 0.7.1
Fetching simplecov-html 0.13.2
Installing simplecov-html 0.13.2
Fetching simplecov_json_formatter 0.1.4
Installing simplecov_json_formatter 0.1.4
Fetching simplecov 0.22.0
Installing simplecov 0.22.0
Fetching simplecov-cobertura 3.1.0
Installing simplecov-cobertura 3.1.0
Fetching stackprof 0.2.27
Installing stackprof 0.2.27 with native extensions
Fetching threads 0.5.0
Installing threads 0.5.0
Fetching yard 0.9.38
Installing yard 0.9.38
Bundle complete! 19 Gemfile dependencies, 56 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
+ [[ 0.19.12 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ bundle exec rake
warning: parser/current is loading parser/ruby34, which recognizes 3.4.0-dev-compliant syntax, but you are running 3.4.9.
Please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
Started with run options --seed 13577
TestAnd
test_and_false 32m PASS0m (0.00s)
test_and_true 32m PASS0m (0.00s)
TestContains
test_string_substring 32m PASS0m (0.00s)
test_via_query_dispatch 32m PASS0m (0.00s)
test_multi_value_property 32m PASS0m (0.00s)
TestIndexedGt
test_predicts_on_gt 32m PASS0m (0.00s)
test_predicts_on_gt_with_missing_parameter 32m PASS0m (0.00s)
test_predicts_on_gt_below_threshold 32m PASS0m (0.00s)
test_predict_decorator_persistence 32m PASS0m (0.00s)
test_predicts_on_gt_with_floats 32m PASS0m (0.00s)
TestSimplified
test_unique_operands_complex 32m PASS0m (0.00s)
test_unique_operands_simple 32m PASS0m (0.00s)
TestNth
test_nth 32m PASS0m (0.00s)
test_nth_out_of_bounds 32m PASS0m (0.00s)
TestIncrementalIndexing
test_gt_term_after_delete 32m PASS0m (0.00s)
test_cached_query_sees_fresh_fact 32m PASS0m (0.00s)
test_query_correct_after_adding_property 32m PASS0m (0.00s)
test_incremental_indexing_on_insert 32m PASS0m (0.00s)
test_query_consistency_after_property_update 32m PASS0m (0.00s)
test_transaction_clears_index_on_delete 32m PASS0m (0.00s)
test_fresh_fact_does_not_clear_index 32m PASS0m (0.00s)
test_transaction_clears_fresh 32m PASS0m (0.00s)
test_and_term_incremental 32m PASS0m (0.00s)
test_delete_then_insert_same_count 32m PASS0m (0.00s)
test_delete_clears_fresh 32m PASS0m (0.00s)
test_not_term_after_modification 32m PASS0m (0.00s)
test_delete_clears_index 32m PASS0m (0.00s)
TestToFloat
test_to_float 32m PASS0m (0.00s)
TestIndexedAnd
test_feed_accumulates_facts 32m PASS0m (0.05s)
test_predicts_on_and 32m PASS0m (0.00s)
test_predicts_on_single_and 32m PASS0m (0.00s)
test_predicts_on_and_returns_nil 32m PASS0m (0.00s)
test_make_generates_default_size 32m PASS0m (0.31s)
test_contains_all_required_fields 32m PASS0m (0.04s)
test_make_with_custom_size 32m PASS0m (0.04s)
TestCachedFactbase
test_prints_fact_correctly 32m PASS0m (0.00s)
test_fresh_fact_modification_invalidates_index 32m PASS0m (0.00s)
test_query_after_txn_sees_new_facts 32m PASS0m (0.00s)
test_queries_after_update_in_txn 32m PASS0m (0.00s)
test_inserts_and_queries 32m PASS0m (0.00s)
test_insert_after_one_returns_new_value 32m PASS0m (0.00s)
test_fresh_fact_modification_invalidates_cache_for_one_queries 32m PASS0m (0.00s)
test_insert_after_query_returns_new_facts 32m PASS0m (0.00s)
TestLazyTaped
test_disjoins_with_empty 32m PASS0m (0.00s)
test_tracks_insertion 32m PASS0m (0.00s)
test_tracks_addition_uniquely 32m PASS0m (0.00s)
test_to_a_after_modification 32m PASS0m (0.00s)
test_disjoins_with_non_empty 32m PASS0m (0.00s)
test_modifying_txn_copies_lazily 32m PASS0m (0.00s)
test_copies_on_array_append 32m PASS0m (0.00s)
test_read_only_txn_does_not_copy 32m PASS0m (0.00s)
test_find_by_object_id 32m PASS0m (0.00s)
test_joins_with_non_empty 32m PASS0m (0.00s)
test_array_index_access 32m PASS0m (0.00s)
test_copies_on_delete 32m PASS0m (0.00s)
test_does_not_copy_on_insert 32m PASS0m (0.00s)
test_does_not_copy_on_read 32m PASS0m (0.00s)
test_array_each_enumerable 32m PASS0m (0.00s)
test_hash_keys 32m PASS0m (0.00s)
test_enumerable_without_block 32m PASS0m (0.00s)
test_unsafe_each_in_txn 32m PASS0m (0.00s)
test_delete_in_txn 32m PASS0m (0.00s)
test_hash_map 32m PASS0m (0.00s)
test_copied_state 32m PASS0m (0.00s)
test_to_a_without_copy 32m PASS0m (0.00s)
test_joins_with_empty 32m PASS0m (0.00s)
test_rollback_does_not_modify 32m PASS0m (0.00s)
test_copies_on_property_set 32m PASS0m (0.00s)
test_array_any 32m PASS0m (0.00s)
test_array_uniq_triggers_copy 32m PASS0m (0.00s)
test_insert_in_txn 32m PASS0m (0.00s)
test_safe_each_in_txn 32m PASS0m (0.01s)
test_array_to_a 32m PASS0m (0.00s)
TestLogged
test_returns_to_s_correctly 32m PASS0m (0.00s)
test_logs_when_enumerator 32m PASS0m (0.00s)
test_with_slow_txn 32m PASS0m (0.40s)
test_simple_setting 32m PASS0m (0.00s)
test_with_modifying_txn 32m PASS0m (0.00s)
test_with_txn_rollback 32m PASS0m (0.00s)
test_returns_int_when_empty 32m PASS0m (0.00s)
test_with_txn 32m PASS0m (0.00s)
test_avoid_inner_logging 32m PASS0m (0.00s)
test_returns_int 32m PASS0m (0.00s)
test_proper_logging 32m PASS0m (0.00s)
test_with_empty_txn 32m PASS0m (0.00s)
test_reading_one 32m PASS0m (0.00s)
TestIndexedUnique
test_predicts_on_unique 33m SKIP0m (0.00s)
test_predicts_on_unique_with_combinations 33m SKIP0m (0.00s)
TestTimes
test_times 32m PASS0m (0.00s)
TestRules
test_to_string 32m PASS0m (0.00s)
test_rollback_on_violation 32m PASS0m (0.00s)
test_check_with_id 32m PASS0m (0.00s)
test_query_one 32m PASS0m (0.00s)
test_simple_checking 32m PASS0m (0.00s)
test_in_combination_with_pre 32m PASS0m (0.00s)
test_defends_against_id_duplicates 32m PASS0m (0.00s)
test_check_only_when_txn_is_closed 32m PASS0m (0.00s)
test_fails_if_id_duplicates_are_there_already 32m PASS0m (0.00s)
TestSyncFactbase
test_insert_threadsafe 32m PASS0m (0.19s)
test_nested_query_each_and_insert_threadsafe 32m PASS0m (0.55s)
test_change_property_value_in_txn_threadsafe 32m PASS0m (0.82s)
test_queries_and_inserts 32m PASS0m (0.00s)
TestLazyTapedHash
test_method_missing_bang_triggers_copy 32m PASS0m (0.00s)
test_delegates_size 32m PASS0m (0.00s)
test_tracking_id 32m PASS0m (0.00s)
test_method_missing_reader_does_not_copy 32m PASS0m (0.00s)
test_reed_scalar 32m PASS0m (0.00s)
test_write_scalar 32m PASS0m (0.00s)
test_map 32m PASS0m (0.00s)
test_write_array 32m PASS0m (0.00s)
test_copying_state 32m PASS0m (0.00s)
test_keys 32m PASS0m (0.00s)
test_ensure_copied_after_ensure_copied_map 32m PASS0m (0.00s)
test_reed_array 32m PASS0m (0.00s)
test_ensure_copied_after_get_copied_array 32m PASS0m (0.00s)
TestIndexedEq
test_predicts_on_eq_with_array 32m PASS0m (0.00s)
test_predicts_on_eq_with_lazy_taped 32m PASS0m (0.00s)
test_predict_decorator_persistence 32m PASS0m (0.00s)
test_predicts_on_eq_with_taped 32m PASS0m (0.00s)
TestLogical
test_not_eq_matching 32m PASS0m (0.00s)
test_when_matching 32m PASS0m (0.00s)
test_not_matching 32m PASS0m (0.00s)
test_either 32m PASS0m (0.00s)
test_or_matching 32m PASS0m (0.00s)
TestIndexedLt
test_predicts_on_lt 32m PASS0m (0.00s)
test_predicts_on_lt_with_missing_parameter 32m PASS0m (0.00s)
test_predicts_on_lt_above_threshold 32m PASS0m (0.00s)
test_predict_decorator_persistence 32m PASS0m (0.00s)
test_predicts_on_lt_with_floats 32m PASS0m (0.00s)
TestMath
test_minus 32m PASS0m (0.00s)
test_gte 32m PASS0m (0.00s)
test_eq 32m PASS0m (0.00s)
test_minus_time_singular 32m PASS0m (0.00s)
test_lte 32m PASS0m (0.00s)
test_minus_time 32m PASS0m (0.00s)
test_zero 32m PASS0m (0.00s)
test_gt_time_string 32m PASS0m (0.00s)
test_lt 32m PASS0m (0.00s)
test_simple 32m PASS0m (0.00s)
test_div_times_not_supported 32m PASS0m (0.00s)
test_gt_time 32m PASS0m (0.00s)
test_eq_time 32m PASS0m (0.00s)
test_lt_time 32m PASS0m (0.00s)
test_gt 32m PASS0m (0.00s)
TestIndexedFactbase
test_indexed_term_and_keeps_duplicates 32m PASS0m (0.00s)
test_export_preserves_index 32m PASS0m (0.18s)
test_queries_after_insert_in_txn 32m PASS0m (0.00s)
test_queries_after_update_in_txn 32m PASS0m (0.01s)
test_indexed_term_one_keeps_duplicates_in_txn 32m PASS0m (0.00s)
test_indexed_term_and_keeps_many_duplicates_facts 32m PASS0m (0.01s)
test_term_exists_keeps_duplicates 32m PASS0m (0.00s)
test_indexed_term_gt_keeps_duplicates 32m PASS0m (0.00s)
test_export_and_import_with_index 32m PASS0m (0.00s)
test_term_eq_keeps_duplicates 32m PASS0m (0.00s)
test_indexed_term_lt_keeps_duplicates 32m PASS0m (0.00s)
test_indexed_term_eq_keeps_duplicates_in_txn 32m PASS0m (0.00s)
test_unique_and_context 32m PASS0m (0.02s)
test_insert_allows_incremental_query 32m PASS0m (0.00s)
test_indexed_term_lt_keeps_duplicates_in_txn 32m PASS0m (0.00s)
test_indexed_term_exists_keeps_duplicates 32m PASS0m (0.00s)
test_term_absent_keeps_duplicates 32m PASS0m (0.00s)
test_term_one_keeps_duplicates 32m PASS0m (0.00s)
test_indexed_term_absent_keeps_duplicates_in_txn 32m PASS0m (0.00s)
test_insert_preserves_index 32m PASS0m (0.00s)
test_import_backward_compatibility 32m PASS0m (0.00s)
test_indexed_term_exists_keeps_duplicates_in_txn 32m PASS0m (0.00s)
test_queries_after_update 32m PASS0m (0.00s)
test_indexed_term_gt_keeps_duplicates_in_txn 32m PASS0m (0.00s)
test_works_with_huge_dataset 32m PASS0m (2.90s)
test_indexed_term_eq_keeps_duplicates 32m PASS0m (0.00s)
test_indexed_term_not_keeps_duplicates 32m PASS0m (0.00s)
test_indexed_term_absent_keeps_duplicates 32m PASS0m (0.00s)
test_queries_after_update_rollback_in_txn 32m PASS0m (0.02s)
test_index_does_not_grow_unbounded_during_transactions 32m PASS0m (0.02s)
test_term_not_keeps_duplicates 32m PASS0m (0.00s)
test_indexed_term_one_keeps_duplicates 32m PASS0m (0.00s)
test_term_lt_keeps_duplicates 32m PASS0m (0.00s)
test_multiple_import_accumulates 32m PASS0m (0.00s)
test_term_gt_keeps_duplicates 32m PASS0m (0.00s)
test_indexed_term_not_keeps_duplicates_in_txn 32m PASS0m (0.00s)
test_property_modification_clears_index 32m PASS0m (0.00s)
test_import_empty_raises_error 32m PASS0m (0.00s)
TestInv
test_pre_and_inv 32m PASS0m (0.00s)
test_simple_checking 32m PASS0m (0.00s)
TestPlus
test_plus_time 32m PASS0m (0.00s)
test_plus_time_weeks 32m PASS0m (0.00s)
test_plus_time_seconds 32m PASS0m (0.00s)
test_plus_time_hoursminutes 32m PASS0m (0.00s)
test_plus 32m PASS0m (0.00s)
test_plus_time_minutesseconds 32m PASS0m (0.00s)
TestIndexedQuery
test_joins_too 32m PASS0m (4.05s)
test_finds_by_eq_with_agg 32m PASS0m (0.00s)
test_finds_by_eq_with_symbol 32m PASS0m (0.00s)
test_joins_simple_one 32m PASS0m (0.00s)
test_finds_with_conjunction 32m PASS0m (0.00s)
test_deletes_too 32m PASS0m (0.00s)
test_finds_max_value 32m PASS0m (0.00s)
test_converts_to_string 32m PASS0m (0.00s)
test_finds_by_eq_in_txn 32m PASS0m (0.00s)
test_queries_and_updates_origin 32m PASS0m (0.00s)
test_finds_with_disjunction 32m PASS0m (0.00s)
test_queries_many_times 32m PASS0m (0.00s)
test_finds_with_inversion 32m PASS0m (0.00s)
test_finds_with_disjunction_in_txn 32m PASS0m (0.00s)
test_finds_by_eq_with_array 32m PASS0m (0.00s)
test_finds_by_eq_with_formula 32m PASS0m (0.00s)
test_attaches_alias 32m PASS0m (0.01s)
test_finds_by_eq 32m PASS0m (0.00s)
test_fills_up_the_index 32m PASS0m (0.00s)
TestNever
test_never 32m PASS0m (0.00s)
test_never_with_arguments 32m PASS0m (0.00s)
TestPre
test_in_transaction 32m PASS0m (0.00s)
test_simple_setting 32m PASS0m (0.00s)
TestCachedTerm
test_does_not_cache_head 32m PASS0m (0.00s)
test_does_not_cache_unique 32m PASS0m (0.00s)
test_caches_static_terms 32m PASS0m (0.00s)
TestIndexedTerm
test_predicts_on_others 32m PASS0m (0.00s)
TestIndexedAbsent
test_predicts_on_absent_with_array 32m PASS0m (0.00s)
test_predicts_on_absent_with_lazy_taped 32m PASS0m (0.00s)
test_predict_decorator_persistence 32m PASS0m (0.00s)
test_predicts_on_absent_with_taped 32m PASS0m (0.00s)
TestToXML
test_empty_factbase 32m PASS0m (0.00s)
test_simple_rendering 32m PASS0m (0.00s)
test_to_xml_with_short_names 32m PASS0m (0.00s)
test_sorts_keys 32m PASS0m (0.00s)
test_meta_data_presence 32m PASS0m (0.00s)
test_complex_rendering 32m PASS0m (0.00s)
test_show_types_as_attributes 32m PASS0m (0.00s)
TestFlatten
test_sorts_with_incompatible_types 32m PASS0m (0.00s)
test_without_sorter 32m PASS0m (0.00s)
test_mapping 32m PASS0m (0.00s)
TestSprintf
test_rejects_missing_format_operand 32m PASS0m (0.00s)
test_sprintf 32m PASS0m (0.00s)
test_rejects_invalid_format_operand 32m PASS0m (0.00s)
TestCompare
test_evaluates_comparison_less 32m PASS0m (0.00s)
test_wraps_incompatible_time_comparison 32m PASS0m (0.00s)
test_evaluates_comparison 32m PASS0m (0.00s)
test_wraps_incompatible_type_comparison 32m PASS0m (0.00s)
TestZero
test_zero 32m PASS0m (0.00s)
TestTee
test_fetches_simply 32m PASS0m (0.00s)
test_prints_to_string 32m PASS0m (0.00s)
test_two_facts 32m PASS0m (0.00s)
test_recursively 32m PASS0m (0.00s)
test_fetches_without_conflict_with_global_name 32m PASS0m (0.00s)
test_all_properties 32m PASS0m (0.00s)
test_no_trip_to_prim_if_not_found 32m PASS0m (0.00s)
TestDefn
test_defn_undef_then_use 32m PASS0m (0.00s)
test_defn_non_symbol_argument 32m PASS0m (0.00s)
test_defn_bad_name_by_mistake 32m PASS0m (0.00s)
test_defn_eval_arbitrary_code 32m PASS0m (0.00s)
test_defn_simple 32m PASS0m (0.00s)
test_defn_bad_name_with_digits 32m PASS0m (0.00s)
test_defn_bad_name_spelling_by_mistake 32m PASS0m (0.00s)
test_defn_again_by_mistake 32m PASS0m (0.00s)
test_defn_bad_name_with_caps 32m PASS0m (0.00s)
TestTaped
test_tracks_addition_uniquely 32m PASS0m (0.00s)
test_tracks_deletion 32m PASS0m (0.00s)
test_disjoins_with_empty 32m PASS0m (0.00s)
test_tracks_insertion 32m PASS0m (0.00s)
test_tracks_addition 32m PASS0m (0.00s)
test_checks_for_emptiness 32m PASS0m (0.00s)
test_joins_with_non_empty 32m PASS0m (0.00s)
test_disjoins_with_non_empty 32m PASS0m (0.00s)
test_tracks_factbase 32m PASS0m (0.00s)
test_joins_with_empty 32m PASS0m (0.00s)
TestToYAML
test_simple_rendering 32m PASS0m (0.00s)
test_time_value 32m PASS0m (0.00s)
test_sorts_keys 32m PASS0m (0.00s)
test_empty_factbase 32m PASS0m (0.00s)
test_string_value 32m PASS0m (0.00s)
TestMax
test_not_enough_args 32m PASS0m (0.00s)
test_too_many_args 32m PASS0m (0.00s)
test_max 32m PASS0m (0.00s)
TestIndexedFact
test_invalidates_index_of_existing_fact 32m PASS0m (0.00s)
test_updates_origin 32m PASS0m (0.00s)
TestSum
test_sum_regular_values 32m PASS0m (0.00s)
test_sum_with_absent_values 32m PASS0m (0.00s)
TestBoolean
test_direct_true 32m PASS0m (0.00s)
test_nil_value 32m PASS0m (0.00s)
test_invalid_value 32m PASS0m (0.00s)
test_first_element 32m PASS0m (0.00s)
test_direct_false 32m PASS0m (0.00s)
test_first_element_false 32m PASS0m (0.00s)
TestLt
test_compares_less_than 32m PASS0m (0.00s)
test_compares_not_less_than 32m PASS0m (0.00s)
TestFact
test_fails_when_not_found 32m PASS0m (0.00s)
test_simple_resetting 32m PASS0m (0.00s)
test_keeps_values_unique 32m PASS0m (0.00s)
test_some_names_are_prohibited 32m PASS0m (0.00s)
test_time_in_utc 32m PASS0m (0.00s)
test_injects_data_correctly 32m PASS0m (0.00s)
test_set_by_name 32m PASS0m (0.00s)
test_fails_when_empty 32m PASS0m (0.00s)
test_get_all_properties 32m PASS0m (0.00s)
test_fails_when_setting_empty 32m PASS0m (0.00s)
test_set_twice_same_value 32m PASS0m (0.00s)
test_fails_when_setting_nil 32m PASS0m (0.00s)
TestIndexedOne
test_predicts_on_one_with_array 32m PASS0m (0.00s)
test_predicts_on_one_with_lazy_taped 32m PASS0m (0.00s)
test_predict_decorator_persistence 32m PASS0m (0.00s)
test_predicts_on_one_with_taped 32m PASS0m (0.00s)
TestLte
test_compares_less_than_or_equal 32m PASS0m (0.00s)
test_compares_not_greater_than 32m PASS0m (0.00s)
TestToInteger
test_to_integer 32m PASS0m (0.00s)
TestUndef
test_undef_non_symbol 32m PASS0m (0.00s)
test_undef_nonexistent 32m PASS0m (0.00s)
test_undef_defined_then_removed 32m PASS0m (0.00s)
test_undef_simple 32m PASS0m (0.00s)
TestStartsWith
test_string_prefix_matches 32m PASS0m (0.00s)
test_via_query_dispatch 32m PASS0m (0.00s)
test_any_value_in_array_matches 32m PASS0m (0.00s)
TestPrev
test_prev 32m PASS0m (0.00s)
TestSyncQuery
test_deletes_too 32m PASS0m (0.00s)
test_queries_many_times 32m PASS0m (0.00s)
TestWhen
test_negative 32m PASS0m (0.00s)
test_positive 32m PASS0m (0.00s)
TestUnique
test_unique_stops_when_all_arguments_are_duplicates 32m PASS0m (0.00s)
test_unique_with_multiple_arguments 32m PASS0m (0.00s)
test_unique 32m PASS0m (0.00s)
TestJoin
test_join 32m PASS0m (0.00s)
TestAs
test_aliases 32m PASS0m (0.00s)
TestExists
test_exists 32m PASS0m (0.00s)
TestNot
test_not_reverse 32m PASS0m (0.00s)
test_not_with_arguments 32m PASS0m (0.00s)
test_not 32m PASS0m (0.00s)
TestAlways
test_always 32m PASS0m (0.00s)
test_always_with_arguments 32m PASS0m (0.00s)
TestIndexedNot
test_predicts_on_not_returns_nil 32m PASS0m (0.00s)
test_predicts_on_not_with_taped 32m PASS0m (0.00s)
test_predicts_on_not_with_array 32m PASS0m (0.00s)
test_predict_decorator_persistence 32m PASS0m (0.00s)
test_predicts_on_not_with_lazy_taped 32m PASS0m (0.00s)
TestRakefile
test_tail_with_arguments 32m PASS0m (0.00s)
test_tail_without_arguments 32m PASS0m (0.00s)
TestNil
test_nil 32m PASS0m (0.00s)
TestToString
test_to_str 32m PASS0m (0.00s)
TestToJSON
test_empty_factbase 32m PASS0m (0.00s)
test_time_value 32m PASS0m (0.00s)
test_string_value 32m PASS0m (0.00s)
test_simple_rendering 32m PASS0m (0.00s)
test_custom_sort_key 32m PASS0m (0.00s)
test_sort_keys 32m PASS0m (0.00s)
TestCount
test_count_emptyseveral 32m PASS0m (0.00s)
test_count_several 32m PASS0m (0.00s)
TestMinus
test_minus_time 32m PASS0m (0.00s)
test_minus_time_singular 32m PASS0m (0.00s)
test_minus 32m PASS0m (0.00s)
TestEndsWith
test_string_suffix_matches 32m PASS0m (0.00s)
test_via_query_dispatch 32m PASS0m (0.00s)
test_any_value_in_array_matches 32m PASS0m (0.00s)
TestType
test_type 32m PASS0m (0.00s)
TestToTime
test_rejects_unparsable_value 32m PASS0m (0.00s)
test_to_time 32m PASS0m (0.00s)
test_rejects_out_of_range_value 32m PASS0m (0.00s)
TestTallied
test_returns_all_props 32m PASS0m (0.00s)
test_counts_size 32m PASS0m (0.00s)
test_counts_in_txn 32m PASS0m (0.00s)
test_counts_simple_changes 32m PASS0m (0.00s)
test_queries_empty_factbase 32m PASS0m (0.00s)
test_counts_in_txn_in_threads 32m PASS0m (0.00s)
test_counts_in_txn_after_rollback 32m PASS0m (0.00s)
test_counts_in_one 32m PASS0m (0.00s)
test_counts_in_txn_after_rollback_throw 32m PASS0m (0.00s)
TestGte
test_compares_greater_than_or_equal 32m PASS0m (0.00s)
test_compares_not_greater_than_or_equal 32m PASS0m (0.00s)
TestOne
test_one 32m PASS0m (0.00s)
TestMatches
test_regexp_matching 32m PASS0m (0.00s)
test_rejects_invalid_regexp 32m PASS0m (0.00s)
test_regexp_from_property 32m PASS0m (0.00s)
test_reuses_compiled_regexp 32m PASS0m (0.00s)
TestIndexedExists
test_predicts_on_exists_with_array 32m PASS0m (0.00s)
test_predicts_on_exists_with_lazy_taped 32m PASS0m (0.00s)
test_predict_decorator_persistence 32m PASS0m (0.00s)
test_predicts_on_exists_with_taped 32m PASS0m (0.00s)
TestMany
test_many 32m PASS0m (0.00s)
TestTraced
test_traced_raises 32m PASS0m (0.00s)
test_traced_raises_when_too_many_args 32m PASS0m (0.00s)
test_traced 32m PASS0m (0.00s)
TestFirst
test_first_absent 32m PASS0m (0.00s)
test_first_several 32m PASS0m (0.00s)
TestCachedQuery
test_caches_while_being_decorated 32m PASS0m (0.86s)
test_negates_correctly 32m PASS0m (0.00s)
test_works_with_logging 32m PASS0m (0.01s)
test_queries_many_times 32m PASS0m (0.00s)
test_deletes_too 32m PASS0m (0.00s)
test_aggregates_too 32m PASS0m (0.99s)
test_joins_too 32m PASS0m (0.00s)
TestNoUselessConditionalAssignment
test_lib_is_free_of_useless_conditional_assignments 32m PASS0m (1.15s)
TestFactAsYaml
test_prints_exactly 32m PASS0m (0.00s)
test_usage_example_from_issue 32m PASS0m (0.00s)
test_simple_rendering 32m PASS0m (0.00s)
test_multiple_values 32m PASS0m (0.00s)
test_sorted_keys 32m PASS0m (0.00s)
TestEmpty
test_empty_query 32m PASS0m (0.00s)
test_not_empty_directly_with_terms 32m PASS0m (0.00s)
test_empty_query_with_params 32m PASS0m (0.00s)
test_empty_directly_with_terms 32m PASS0m (0.00s)
test_empty_wrong_arguments 32m PASS0m (0.00s)
TestChurn
test_checks_for_zero 32m PASS0m (0.00s)
test_makes_a_duplicate 32m PASS0m (0.00s)
test_concatenates_with_other 32m PASS0m (0.00s)
test_appends 32m PASS0m (0.00s)
test_converts_empty_to_string 32m PASS0m (0.00s)
TestSize
test_size 32m PASS0m (0.00s)
TestMin
test_not_enough_args 32m PASS0m (0.00s)
test_too_many_args 32m PASS0m (0.00s)
test_min_success 32m PASS0m (0.00s)
TestGt
test_compares_greater_than 32m PASS0m (0.00s)
test_compares_not_greater_than 32m PASS0m (0.00s)
TestBest
test_best_always_right 32m PASS0m (0.00s)
test_best_max 32m PASS0m (0.00s)
test_best_always_left 32m PASS0m (0.00s)
test_best_min 32m PASS0m (0.00s)
TestSyntax
test_simple_matching 32m PASS0m (0.00s)
test_makes_static_terms 32m PASS0m (0.00s)
test_exact_parsing 32m PASS0m (0.00s)
test_simplification 32m PASS0m (0.00s)
test_raises_on_broken_syntax 32m PASS0m (0.01s)
test_simple_parsing 32m PASS0m (0.00s)
test_tokenizes_across_tab 32m PASS0m (0.00s)
test_makes_abstract_terms 32m PASS0m (0.00s)
test_parses_negative_exponent_float 32m PASS0m (0.00s)
test_tokenizes_across_newline 32m PASS0m (0.00s)
test_broken_syntax 32m PASS0m (0.00s)
test_fails_when_term_is_wrong_class 32m PASS0m (0.00s)
test_fails_when_term_is_incorrectly_defined_class 32m PASS0m (0.00s)
test_parses_string_right 32m PASS0m (0.00s)
test_fails_when_term_is_not_a_class 32m PASS0m (0.00s)
TestOr
test_or_false 32m PASS0m (0.00s)
test_or_true 32m PASS0m (0.00s)
TestInverted
test_inverting 32m PASS0m (0.00s)
TestSorted
test_join_and_sort 32m PASS0m (0.00s)
test_sorting 32m PASS0m (0.00s)
TestLazyTapedArray
test_append 32m PASS0m (0.00s)
test_uniq 32m PASS0m (0.00s)
test_to_a 32m PASS0m (0.00s)
test_each 32m PASS0m (0.00s)
test_any 32m PASS0m (0.00s)
test_read 32m PASS0m (0.00s)
TestEq
test_compares_equal 32m PASS0m (0.00s)
test_compares_not_equal 32m PASS0m (0.00s)
TestIndexedOr
test_predicts_on_or 32m PASS0m (0.00s)
test_predicts_on_or_with_nil 32m PASS0m (0.00s)
test_predicts_on_nested_or 32m PASS0m (0.00s)
TestEither
test_either_first_nil 32m PASS0m (0.00s)
test_either_first_not_nil 32m PASS0m (0.00s)
TestQuery
test_simple_parsing 32m PASS0m (0.00s)
test_simple_deleting 32m PASS0m (0.00s)
test_with_nil_alias 32m PASS0m (0.00s)
test_txn_performance_degradation 32m PASS0m (5.17s)
test_reading_one 32m PASS0m (0.09s)
test_to_array 32m PASS0m (0.00s)
test_scans_and_inserts_in_txn 32m PASS0m (0.72s)
test_scans_and_inserts_in_queried_txn 32m PASS0m (0.09s)
test_stories 32m PASS0m (4.46s)
test_delete_by_id 32m PASS0m (0.00s)
test_retrieves_all_facts 32m PASS0m (0.00s)
test_simple_parsing_with_time 32m PASS0m (0.00s)
test_with_params 32m PASS0m (0.00s)
test_scans_and_inserts 32m PASS0m (0.05s)
test_scans_and_appends_in_queried_txn 32m PASS0m (0.07s)
test_complex_parsing 32m PASS0m (2.38s)
test_get_all_properties 32m PASS0m (0.00s)
test_with_aliases 32m PASS0m (0.00s)
test_returns_int 32m PASS0m (0.00s)
test_compare_time_with_the_past 32m PASS0m (0.00s)
test_finds_with_substitution 32m PASS0m (0.04s)
test_turns_query_to_string 32m PASS0m (0.00s)
test_deleting_nothing 32m PASS0m (0.00s)
TestAssert
test_assert_with_false_condition 32m PASS0m (0.00s)
test_assert_with_mixed_array 32m PASS0m (0.00s)
test_assert_raises_when_second_arg_not_term 32m PASS0m (0.00s)
test_assert_with_zero_value 32m PASS0m (0.00s)
test_assert_with_array_true_condition 32m PASS0m (0.00s)
test_assert_raises_when_message_not_string 32m PASS0m (0.00s)
test_assert_with_array_false_condition 32m PASS0m (0.00s)
test_assert_raises_when_too_few_args 32m PASS0m (0.00s)
test_assert_with_true_condition 32m PASS0m (0.00s)
test_assert_raises_when_too_many_args 32m PASS0m (0.00s)
TestFactbase
test_different_properties_when_concurrent_inserts 32m PASS0m (0.00s)
test_different_values_when_concurrent_inserts 32m PASS0m (0.01s)
test_run_txn_with_inv 32m PASS0m (0.00s)
test_simple_concurrent_inserts_in_txns_with_sleep 32m PASS0m (0.25s)
test_export_import_concurrent 32m PASS0m (0.73s)
test_get_raise_for_empty_fact 32m PASS0m (0.00s)
test_empty_or_not 32m PASS0m (0.00s)
test_simple_concurrent_inserts_in_txns 32m PASS0m (0.05s)
test_query_many_times 32m PASS0m (0.00s)
test_txn_returns_boolean 32m PASS0m (0.00s)
test_txn_inside_query 32m PASS0m (0.00s)
test_concurrent_transactions_with_rollbacks 32m PASS0m (0.00s)
test_concurrent_transactions_successful 32m PASS0m (0.01s)
test_modify_via_query 32m PASS0m (0.00s)
test_appends_in_txn 32m PASS0m (0.00s)
test_run_txn_via_query 32m PASS0m (0.00s)
test_commits_on_exit_by_throw 32m PASS0m (0.00s)
test_dup_concurrent 32m PASS0m (0.22s)
test_reads_from_empty_file 32m PASS0m (0.00s)
test_evals_complex_txn 32m PASS0m (0.00s)
test_txn_with_rollback 32m PASS0m (0.00s)
test_deals_with_arrays_in_txn 32m PASS0m (0.00s)
test_import_from_indexed_factbase 32m PASS0m (0.00s)
test_concurrent_transactions_inserts 32m PASS0m (0.00s)
test_simple_setting 32m PASS0m (0.00s)
test_serialize_and_deserialize 32m PASS0m (0.00s)
test_modifies_existing_fact_in_txn 32m PASS0m (0.00s)
test_simple_concurrent_inserts 32m PASS0m (0.00s)
test_rolls_back 32m PASS0m (0.00s)
test_converts_query_to_term 32m PASS0m (0.00s)
test_all_decorators 32m PASS0m (0.01s)
test_concurrent_queries 32m PASS0m (0.00s)
test_injects_data_correctly 32m PASS0m (0.00s)
test_run_txn 32m PASS0m (0.00s)
test_concurrent_inserts 32m PASS0m (0.01s)
TestTerm
test_report_missing_term 32m PASS0m (0.00s)
test_report_other_error 32m PASS0m (0.00s)
test_at 32m PASS0m (0.00s)
test_type_matching 32m PASS0m (0.00s)
test_redresses_itself 32m PASS0m (0.00s)
test_absent_matching 32m PASS0m (0.00s)
test_past 32m PASS0m (0.00s)
test_exists_matching 32m PASS0m (0.00s)
test_size_matching 32m PASS0m (0.00s)
test_false_matching 32m PASS0m (0.00s)
TestImpatient
test_delete_timeout 32m PASS0m (0.04s)
test_returns_to_s_correctly 32m PASS0m (0.00s)
test_query_one_timeout 32m PASS0m (0.27s)
test_simple_query 32m PASS0m (0.00s)
test_with_txn 32m PASS0m (0.00s)
test_query_one 32m PASS0m (0.00s)
test_returns_int 32m PASS0m (0.00s)
test_custom_timeout 32m PASS0m (1.50s)
test_query_completes_before_timeout 32m PASS0m (0.00s)
test_enumerator_support 32m PASS0m (0.00s)
test_returns_int_when_empty 32m PASS0m (0.00s)
test_nil_factbase_raises 32m PASS0m (0.00s)
TestAbsent
test_absent 32m PASS0m (0.00s)
TestEnv
test_env 32m PASS0m (0.00s)
test_when_default_is_absent 32m PASS0m (0.00s)
test_default 32m PASS0m (0.00s)
TestConcat
test_concat 32m PASS0m (0.00s)
test_concat_empty 32m PASS0m (0.00s)
TestDiv
test_div_numbers 32m PASS0m (0.00s)
test_div_times_not_supported 32m PASS0m (0.00s)
TestAccum
test_keep_duplicates 32m PASS0m (0.00s)
test_appends_props 32m PASS0m (0.00s)
test_prints_to_string 32m PASS0m (0.00s)
test_passes_props 32m PASS0m (0.00s)
test_holds_props 32m PASS0m (0.00s)
test_empties 32m PASS0m (0.00s)
test_all_properties_includes_accumulated 32m PASS0m (0.00s)
test_fetches_without_conflict_with_global_name 32m PASS0m (0.00s)
TestAgg
test_agg_with_invalid_arguments 32m PASS0m (0.00s)
test_aggregation 32m PASS0m (0.01s)
test_agg_with_correct_arguments 32m PASS0m (0.00s)
Finished in 29.55178s
555 tests, 32389 assertions, 32m0 failures, 0 errors, 0m33m2 skips0m
Coverage report generated for test to /home/r/repo/coverage.
Line Coverage: 98.91% (1267 / 1281)
Coverage report generated for test to /home/r/repo/coverage/coverage.xml.
Line Coverage: 98.91% (1267 / 1281)
+ bundle exec ruby test/factbase/cached/test_cached_factbase.rb /#1219
#1219: Started with run options --seed 52937
#1219:
#1219: TestCachedFactbase
#1219: test_inserts_and_queries PASS (0.00s)
#1219: test_fresh_fact_modification_invalidates_cache_for_one_queries PASS (0.00s)
#1219: test_query_after_txn_sees_new_facts PASS (0.00s)
#1219: test_insert_after_query_returns_new_facts PASS (0.00s)
#1219: test_insert_after_one_returns_new_value PASS (0.00s)
#1219: test_prints_fact_correctly PASS (0.00s)
#1219: test_queries_after_update_in_txn PASS (0.00s)
#1219: test_fresh_fact_modification_invalidates_index PASS (0.00s)
#1219:
#1219: Finished in 0.01318s
#1219: 8 tests, 18 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/cached/test_cached_query.rb /#1230
#1230: Started with run options --seed 9751
#1230:
#1230: TestCachedQuery
#1230: test_works_with_logging PASS (0.01s)
#1230: test_aggregates_too PASS (0.94s)
#1230: test_joins_too PASS (0.00s)
#1230: test_queries_many_times PASS (0.00s)
#1230: test_deletes_too PASS (0.00s)
#1230: test_caches_while_being_decorated PASS (0.79s)
#1230: test_negates_correctly PASS (0.00s)
#1230:
#1230: Finished in 1.74781s
#1230: 7 tests, 30 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/cached/test_cached_term.rb /#1241
#1241: Started with run options --seed 24860
#1241:
#1241: TestCachedTerm
#1241: test_caches_static_terms PASS (0.00s)
#1241: test_does_not_cache_unique PASS (0.00s)
#1241: test_does_not_cache_head PASS (0.00s)
#1241:
#1241: Finished in 0.00434s
#1241: 3 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_incremental_indexing.rb /#1252
#1252: Started with run options --seed 50463
#1252:
#1252: TestIncrementalIndexing
#1252: test_query_consistency_after_property_update PASS (0.00s)
#1252: test_and_term_incremental PASS (0.00s)
#1252: test_transaction_clears_fresh PASS (0.00s)
#1252: test_cached_query_sees_fresh_fact PASS (0.00s)
#1252: test_delete_clears_fresh PASS (0.00s)
#1252: test_fresh_fact_does_not_clear_index PASS (0.00s)
#1252: test_gt_term_after_delete PASS (0.00s)
#1252: test_not_term_after_modification PASS (0.00s)
#1252: test_incremental_indexing_on_insert PASS (0.00s)
#1252: test_query_correct_after_adding_property PASS (0.00s)
#1252: test_delete_clears_index PASS (0.00s)
#1252: test_delete_then_insert_same_count PASS (0.00s)
#1252: test_transaction_clears_index_on_delete PASS (0.01s)
#1252:
#1252: Finished in 0.02874s
#1252: 13 tests, 44 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_absent.rb /#1263
#1263: Started with run options --seed 16455
#1263:
#1263: TestIndexedAbsent
#1263: test_predict_decorator_persistence PASS (0.00s)
#1263: test_predicts_on_absent_with_lazy_taped PASS (0.00s)
#1263: test_predicts_on_absent_with_array PASS (0.00s)
#1263: test_predicts_on_absent_with_taped PASS (0.00s)
#1263:
#1263: Finished in 0.00331s
#1263: 4 tests, 12 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_and.rb /#1274
#1274: Started with run options --seed 55092
#1274:
#1274: TestIndexedAnd
#1274: test_predicts_on_and_returns_nil PASS (0.00s)
#1274: test_predicts_on_single_and PASS (0.00s)
#1274: test_predicts_on_and PASS (0.00s)
#1274:
#1274: Finished in 0.00268s
#1274: 3 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_eq.rb /#1285
#1285: Started with run options --seed 28471
#1285:
#1285: TestIndexedEq
#1285: test_predicts_on_eq_with_lazy_taped PASS (0.00s)
#1285: test_predicts_on_eq_with_taped PASS (0.00s)
#1285: test_predict_decorator_persistence PASS (0.00s)
#1285: test_predicts_on_eq_with_array PASS (0.00s)
#1285:
#1285: Finished in 0.00303s
#1285: 4 tests, 9 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_exists.rb /#1296
#1296: Started with run options --seed 57950
#1296:
#1296: TestIndexedExists
#1296: test_predicts_on_exists_with_array PASS (0.00s)
#1296: test_predict_decorator_persistence PASS (0.00s)
#1296: test_predicts_on_exists_with_taped PASS (0.00s)
#1296: test_predicts_on_exists_with_lazy_taped PASS (0.00s)
#1296:
#1296: Finished in 0.00283s
#1296: 4 tests, 9 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_fact.rb /#1307
#1307: Started with run options --seed 61629
#1307:
#1307: TestIndexedFact
#1307: test_updates_origin PASS (0.00s)
#1307: test_invalidates_index_of_existing_fact PASS (0.00s)
#1307:
#1307: Finished in 0.00142s
#1307: 2 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_factbase.rb /#1318
#1318: Started with run options --seed 65174
#1318:
#1318: TestIndexedFactbase
#1318: test_indexed_term_eq_keeps_duplicates PASS (0.00s)
#1318: test_queries_after_update_rollback_in_txn PASS (0.02s)
#1318: test_indexed_term_exists_keeps_duplicates_in_txn PASS (0.00s)
#1318: test_term_gt_keeps_duplicates PASS (0.00s)
#1318: test_indexed_term_one_keeps_duplicates PASS (0.00s)
#1318: test_works_with_huge_dataset PASS (2.46s)
#1318: test_indexed_term_and_keeps_duplicates PASS (0.00s)
#1318: test_property_modification_clears_index PASS (0.00s)
#1318: test_indexed_term_lt_keeps_duplicates PASS (0.00s)
#1318: test_term_lt_keeps_duplicates PASS (0.00s)
#1318: test_term_absent_keeps_duplicates PASS (0.00s)
#1318: test_export_preserves_index PASS (0.13s)
#1318: test_insert_allows_incremental_query PASS (0.00s)
#1318: test_term_eq_keeps_duplicates PASS (0.00s)
#1318: test_indexed_term_exists_keeps_duplicates PASS (0.00s)
#1318: test_term_one_keeps_duplicates PASS (0.00s)
#1318: test_indexed_term_lt_keeps_duplicates_in_txn PASS (0.00s)
#1318: test_export_and_import_with_index PASS (0.00s)
#1318: test_queries_after_update PASS (0.00s)
#1318: test_term_exists_keeps_duplicates PASS (0.00s)
#1318: test_indexed_term_not_keeps_duplicates PASS (0.00s)
#1318: test_indexed_term_and_keeps_many_duplicates_facts PASS (0.01s)
#1318: test_import_empty_raises_error PASS (0.00s)
#1318: test_indexed_term_not_keeps_duplicates_in_txn PASS (0.00s)
#1318: test_queries_after_insert_in_txn PASS (0.00s)
#1318: test_queries_after_update_in_txn PASS (0.02s)
#1318: test_indexed_term_gt_keeps_duplicates PASS (0.00s)
#1318: test_insert_preserves_index PASS (0.00s)
#1318: test_indexed_term_absent_keeps_duplicates PASS (0.00s)
#1318: test_term_not_keeps_duplicates PASS (0.00s)
#1318: test_import_backward_compatibility PASS (0.00s)
#1318: test_indexed_term_one_keeps_duplicates_in_txn PASS (0.00s)
#1318: test_indexed_term_eq_keeps_duplicates_in_txn PASS (0.00s)
#1318: test_multiple_import_accumulates PASS (0.00s)
#1318: test_index_does_not_grow_unbounded_during_transactions PASS (0.02s)
#1318: test_indexed_term_absent_keeps_duplicates_in_txn PASS (0.00s)
#1318: test_unique_and_context PASS (0.02s)
#1318: test_indexed_term_gt_keeps_duplicates_in_txn PASS (0.00s)
#1318:
#1318: Finished in 2.72094s
#1318: 38 tests, 214 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_gt.rb /#1330
#1330: Started with run options --seed 59610
#1330:
#1330: TestIndexedGt
#1330: test_predicts_on_gt PASS (0.00s)
#1330: test_predict_decorator_persistence PASS (0.00s)
#1330: test_predicts_on_gt_with_missing_parameter PASS (0.00s)
#1330: test_predicts_on_gt_with_floats PASS (0.00s)
#1330: test_predicts_on_gt_below_threshold PASS (0.00s)
#1330:
#1330: Finished in 0.00292s
#1330: 5 tests, 10 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_lt.rb /#1341
#1341: Started with run options --seed 57669
#1341:
#1341: TestIndexedLt
#1341: test_predicts_on_lt PASS (0.00s)
#1341: test_predict_decorator_persistence PASS (0.00s)
#1341: test_predicts_on_lt_with_floats PASS (0.00s)
#1341: test_predicts_on_lt_with_missing_parameter PASS (0.00s)
#1341: test_predicts_on_lt_above_threshold PASS (0.00s)
#1341:
#1341: Finished in 0.00286s
#1341: 5 tests, 10 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_not.rb /#1352
#1352: Started with run options --seed 43123
#1352:
#1352: TestIndexedNot
#1352: test_predicts_on_not_with_lazy_taped PASS (0.00s)
#1352: test_predicts_on_not_returns_nil PASS (0.00s)
#1352: test_predicts_on_not_with_array PASS (0.00s)
#1352: test_predict_decorator_persistence PASS (0.00s)
#1352: test_predicts_on_not_with_taped PASS (0.00s)
#1352:
#1352: Finished in 0.00455s
#1352: 5 tests, 13 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_one.rb /#1363
#1363: Started with run options --seed 34330
#1363:
#1363: TestIndexedOne
#1363: test_predicts_on_one_with_lazy_taped PASS (0.00s)
#1363: test_predicts_on_one_with_taped PASS (0.00s)
#1363: test_predicts_on_one_with_array PASS (0.00s)
#1363: test_predict_decorator_persistence PASS (0.00s)
#1363:
#1363: Finished in 0.00392s
#1363: 4 tests, 15 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_or.rb /#1374
#1374: Started with run options --seed 55946
#1374:
#1374: TestIndexedOr
#1374: test_predicts_on_or PASS (0.00s)
#1374: test_predicts_on_or_with_nil PASS (0.00s)
#1374: test_predicts_on_nested_or PASS (0.00s)
#1374:
#1374: Finished in 0.00280s
#1374: 3 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_query.rb /#1385
#1385: Started with run options --seed 33126
#1385:
#1385: TestIndexedQuery
#1385: test_deletes_too PASS (0.00s)
#1385: test_fills_up_the_index PASS (0.00s)
#1385: test_finds_with_conjunction PASS (0.00s)
#1385: test_queries_many_times PASS (0.00s)
#1385: test_finds_by_eq_in_txn PASS (0.00s)
#1385: test_finds_by_eq_with_agg PASS (0.00s)
#1385: test_finds_by_eq PASS (0.00s)
#1385: test_finds_with_inversion PASS (0.00s)
#1385: test_finds_by_eq_with_formula PASS (0.01s)
#1385: test_attaches_alias PASS (0.00s)
#1385: test_joins_simple_one PASS (0.00s)
#1385: test_finds_with_disjunction_in_txn PASS (0.00s)
#1385: test_joins_too PASS (3.42s)
#1385: test_queries_and_updates_origin PASS (0.00s)
#1385: test_finds_max_value PASS (0.00s)
#1385: test_finds_by_eq_with_symbol PASS (0.00s)
#1385: test_converts_to_string PASS (0.00s)
#1385: test_finds_with_disjunction PASS (0.00s)
#1385: test_finds_by_eq_with_array PASS (0.00s)
#1385:
#1385: Finished in 3.46257s
#1385: 19 tests, 53 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_term.rb /#1396
#1396: Started with run options --seed 57543
#1396:
#1396: TestIndexedTerm
#1396: test_predicts_on_others PASS (0.00s)
#1396:
#1396: Finished in 0.00148s
#1396: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_unique.rb /#1407
#1407: Started with run options --seed 34732
#1407:
#1407: TestIndexedUnique
#1407: test_predicts_on_unique SKIP (0.00s)
#1407: test_predicts_on_unique_with_combinations SKIP (0.00s)
#1407:
#1407: Finished in 0.00124s
#1407: 2 tests, 0 assertions, 0 failures, 0 errors, 2 skips
+ bundle exec ruby test/factbase/sync/test_sync_factbase.rb /#1418
#1418: Started with run options --seed 26109
#1418:
#1418: TestSyncFactbase
#1418: test_insert_threadsafe PASS (0.21s)
#1418: test_nested_query_each_and_insert_threadsafe PASS (0.62s)
#1418: test_change_property_value_in_txn_threadsafe PASS (0.79s)
#1418: test_queries_and_inserts PASS (0.00s)
#1418:
#1418: Finished in 1.62327s
#1418: 4 tests, 9 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/sync/test_sync_query.rb /#1549
#1549: Started with run options --seed 46884
#1549:
#1549: TestSyncQuery
#1549: test_deletes_too PASS (0.02s)
#1549: test_queries_many_times PASS (0.00s)
#1549:
#1549: Finished in 0.01957s
#1549: 2 tests, 6 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_absent.rb /#1560
#1560: Started with run options --seed 17719
#1560:
#1560: TestAbsent
#1560: test_absent PASS (0.00s)
#1560:
#1560: Finished in 0.00298s
#1560: 1 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_agg.rb /#1571
#1571: Started with run options --seed 40626
#1571:
#1571: TestAgg
#1571: test_agg_with_correct_arguments PASS (0.00s)
#1571: test_agg_with_invalid_arguments PASS (0.00s)
#1571: test_aggregation PASS (0.01s)
#1571:
#1571: Finished in 0.01236s
#1571: 3 tests, 24 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_always.rb /#1582
#1582: Started with run options --seed 3723
#1582:
#1582: TestAlways
#1582: test_always PASS (0.00s)
#1582: test_always_with_arguments PASS (0.00s)
#1582:
#1582: Finished in 0.00254s
#1582: 2 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_and.rb /#1593
#1593: Started with run options --seed 5776
#1593:
#1593: TestAnd
#1593: test_and_false PASS (0.00s)
#1593: test_and_true PASS (0.00s)
#1593:
#1593: Finished in 0.00136s
#1593: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_as.rb /#1604
#1604: Started with run options --seed 24472
#1604:
#1604: TestAs
#1604: test_aliases PASS (0.00s)
#1604:
#1604: Finished in 0.00487s
#1604: 1 tests, 8 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_assert.rb /#1615
#1615: Started with run options --seed 287
#1615:
#1615: TestAssert
#1615: test_assert_raises_when_message_not_string PASS (0.00s)
#1615: test_assert_with_zero_value PASS (0.00s)
#1615: test_assert_raises_when_second_arg_not_term PASS (0.00s)
#1615: test_assert_with_false_condition PASS (0.00s)
#1615: test_assert_with_true_condition PASS (0.00s)
#1615: test_assert_raises_when_too_many_args PASS (0.00s)
#1615: test_assert_with_array_true_condition PASS (0.00s)
#1615: test_assert_with_array_false_condition PASS (0.00s)
#1615: test_assert_raises_when_too_few_args PASS (0.00s)
#1615: test_assert_with_mixed_array PASS (0.00s)
#1615:
#1615: Finished in 0.00303s
#1615: 10 tests, 24 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_best.rb /#1626
#1626: Started with run options --seed 48074
#1626:
#1626: TestBest
#1626: test_best_max PASS (0.00s)
#1626: test_best_always_left PASS (0.00s)
#1626: test_best_always_right PASS (0.00s)
#1626: test_best_min PASS (0.00s)
#1626:
#1626: Finished in 0.00131s
#1626: 4 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_boolean.rb /#1637
#1637: Started with run options --seed 30238
#1637:
#1637: TestBoolean
#1637: test_direct_false PASS (0.00s)
#1637: test_nil_value PASS (0.00s)
#1637: test_direct_true PASS (0.00s)
#1637: test_first_element PASS (0.00s)
#1637: test_invalid_value PASS (0.00s)
#1637: test_first_element_false PASS (0.00s)
#1637:
#1637: Finished in 0.00157s
#1637: 6 tests, 13 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_compare.rb /#1648
#1648: Started with run options --seed 64034
#1648:
#1648: TestCompare
#1648: test_evaluates_comparison PASS (0.00s)
#1648: test_wraps_incompatible_type_comparison PASS (0.00s)
#1648: test_wraps_incompatible_time_comparison PASS (0.00s)
#1648: test_evaluates_comparison_less PASS (0.00s)
#1648:
#1648: Finished in 0.00255s
#1648: 4 tests, 16 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_concat.rb /#1659
#1659: Started with run options --seed 3798
#1659:
#1659: TestConcat
#1659: test_concat_empty PASS (0.00s)
#1659: test_concat PASS (0.00s)
#1659:
#1659: Finished in 0.00136s
#1659: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_contains.rb /#1670
#1670: Started with run options --seed 5032
#1670:
#1670: TestContains
#1670: test_multi_value_property PASS (0.00s)
#1670: test_string_substring PASS (0.00s)
#1670: test_via_query_dispatch PASS (0.00s)
#1670:
#1670: Finished in 0.00448s
#1670: 3 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_count.rb /#1681
#1681: Started with run options --seed 36554
#1681:
#1681: TestCount
#1681: test_count_several PASS (0.00s)
#1681: test_count_emptyseveral PASS (0.00s)
#1681:
#1681: Finished in 0.00191s
#1681: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_defn.rb /#1692
#1692: Started with run options --seed 5914
#1692:
#1692: TestDefn
#1692: test_defn_bad_name_spelling_by_mistake PASS (0.00s)
#1692: test_defn_simple PASS (0.00s)
#1692: test_defn_bad_name_with_digits PASS (0.00s)
#1692: test_defn_bad_name_by_mistake PASS (0.00s)
#1692: test_defn_non_symbol_argument PASS (0.00s)
#1692: test_defn_eval_arbitrary_code PASS (0.00s)
#1692: test_defn_again_by_mistake PASS (0.00s)
#1692: test_defn_undef_then_use PASS (0.00s)
#1692: test_defn_bad_name_with_caps PASS (0.00s)
#1692:
#1692: Finished in 0.00306s
#1692: 9 tests, 10 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_div.rb /#1703
#1703: Started with run options --seed 11515
#1703:
#1703: TestDiv
#1703: test_div_numbers PASS (0.00s)
#1703: test_div_times_not_supported PASS (0.00s)
#1703:
#1703: Finished in 0.00292s
#1703: 2 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_either.rb /#1714
#1714: Started with run options --seed 51009
#1714:
#1714: TestEither
#1714: test_either_first_not_nil PASS (0.00s)
#1714: test_either_first_nil PASS (0.00s)
#1714:
#1714: Finished in 0.00143s
#1714: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_empty.rb /#1725
#1725: Started with run options --seed 44899
#1725:
#1725: TestEmpty
#1725: test_not_empty_directly_with_terms PASS (0.00s)
#1725: test_empty_query PASS (0.00s)
#1725: test_empty_directly_with_terms PASS (0.00s)
#1725: test_empty_query_with_params PASS (0.00s)
#1725: test_empty_wrong_arguments PASS (0.00s)
#1725:
#1725: Finished in 0.00419s
#1725: 5 tests, 8 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_ends_with.rb /#1736
#1736: Started with run options --seed 39373
#1736:
#1736: TestEndsWith
#1736: test_via_query_dispatch PASS (0.00s)
#1736: test_any_value_in_array_matches PASS (0.00s)
#1736: test_string_suffix_matches PASS (0.00s)
#1736:
#1736: Finished in 0.00442s
#1736: 3 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_env.rb /#1747
#1747: Started with run options --seed 50298
#1747:
#1747: TestEnv
#1747: test_when_default_is_absent PASS (0.00s)
#1747: test_default PASS (0.00s)
#1747: test_env PASS (0.00s)
#1747:
#1747: Finished in 0.00149s
#1747: 3 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_eq.rb /#1758
#1758: Started with run options --seed 58531
#1758:
#1758: TestEq
#1758: test_compares_equal PASS (0.00s)
#1758: test_compares_not_equal PASS (0.00s)
#1758:
#1758: Finished in 0.00136s
#1758: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_exists.rb /#1769
#1769: Started with run options --seed 55300
#1769:
#1769: TestExists
#1769: test_exists PASS (0.00s)
#1769:
#1769: Finished in 0.00133s
#1769: 1 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_first.rb /#1780
#1780: Started with run options --seed 45401
#1780:
#1780: TestFirst
#1780: test_first_several PASS (0.00s)
#1780: test_first_absent PASS (0.00s)
#1780:
#1780: Finished in 0.00134s
#1780: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_gt.rb /#1791
#1791: Started with run options --seed 6769
#1791:
#1791: TestGt
#1791: test_compares_greater_than PASS (0.00s)
#1791: test_compares_not_greater_than PASS (0.00s)
#1791:
#1791: Finished in 0.00140s
#1791: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_gte.rb /#1802
#1802: Started with run options --seed 4370
#1802:
#1802: TestGte
#1802: test_compares_not_greater_than_or_equal PASS (0.00s)
#1802: test_compares_greater_than_or_equal PASS (0.00s)
#1802:
#1802: Finished in 0.00138s
#1802: 2 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_inverted.rb /#1813
#1813: Started with run options --seed 9758
#1813:
#1813: TestInverted
#1813: test_inverting PASS (0.00s)
#1813:
#1813: Finished in 0.00289s
#1813: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_join.rb /#1824
#1824: Started with run options --seed 60059
#1824:
#1824: TestJoin
#1824: test_join PASS (0.01s)
#1824:
#1824: Finished in 0.00829s
#1824: 1 tests, 8 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_logical.rb /#1835
#1835: Started with run options --seed 21554
#1835:
#1835: TestLogical
#1835: test_not_matching PASS (0.00s)
#1835: test_not_eq_matching PASS (0.00s)
#1835: test_or_matching PASS (0.00s)
#1835: test_when_matching PASS (0.00s)
#1835: test_either PASS (0.00s)
#1835:
#1835: Finished in 0.00292s
#1835: 5 tests, 10 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_lt.rb /#1846
#1846: Started with run options --seed 62056
#1846:
#1846: TestLt
#1846: test_compares_not_less_than PASS (0.00s)
#1846: test_compares_less_than PASS (0.00s)
#1846:
#1846: Finished in 0.00139s
#1846: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_lte.rb /#1857
#1857: Started with run options --seed 2207
#1857:
#1857: TestLte
#1857: test_compares_less_than_or_equal PASS (0.00s)
#1857: test_compares_not_greater_than PASS (0.00s)
#1857:
#1857: Finished in 0.00170s
#1857: 2 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_many.rb /#1868
#1868: Started with run options --seed 65456
#1868:
#1868: TestMany
#1868: test_many PASS (0.00s)
#1868:
#1868: Finished in 0.00140s
#1868: 1 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_matches.rb /#1879
#1879: Started with run options --seed 52179
#1879:
#1879: TestMatches
#1879: test_reuses_compiled_regexp PASS (0.00s)
#1879: test_regexp_matching PASS (0.00s)
#1879: test_regexp_from_property PASS (0.00s)
#1879: test_rejects_invalid_regexp PASS (0.00s)
#1879:
#1879: Finished in 0.00156s
#1879: 4 tests, 11 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_math.rb /#1890
#1890: Started with run options --seed 27086
#1890:
#1890: TestMath
#1890: test_gt_time_string PASS (0.00s)
#1890: test_gt PASS (0.00s)
#1890: test_gt_time PASS (0.00s)
#1890: test_minus PASS (0.00s)
#1890: test_lt_time PASS (0.00s)
#1890: test_minus_time_singular PASS (0.00s)
#1890: test_eq PASS (0.00s)
#1890: test_simple PASS (0.00s)
#1890: test_lte PASS (0.00s)
#1890: test_gte PASS (0.00s)
#1890: test_eq_time PASS (0.00s)
#1890: test_zero PASS (0.00s)
#1890: test_lt PASS (0.00s)
#1890: test_div_times_not_supported PASS (0.00s)
#1890: test_minus_time PASS (0.00s)
#1890:
#1890: Finished in 0.00582s
#1890: 15 tests, 46 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_max.rb /#1901
#1901: Started with run options --seed 12854
#1901:
#1901: TestMax
#1901: test_too_many_args PASS (0.00s)
#1901: test_not_enough_args PASS (0.00s)
#1901: test_max PASS (0.00s)
#1901:
#1901: Finished in 0.00132s
#1901: 3 tests, 7 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_min.rb /#1912
#1912: Started with run options --seed 55932
#1912:
#1912: TestMin
#1912: test_min_success PASS (0.00s)
#1912: test_not_enough_args PASS (0.00s)
#1912: test_too_many_args PASS (0.00s)
#1912:
#1912: Finished in 0.00227s
#1912: 3 tests, 7 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_minus.rb /#1923
#1923: Started with run options --seed 3999
#1923:
#1923: TestMinus
#1923: test_minus PASS (0.00s)
#1923: test_minus_time_singular PASS (0.00s)
#1923: test_minus_time PASS (0.00s)
#1923:
#1923: Finished in 0.00247s
#1923: 3 tests, 6 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_never.rb /#1934
#1934: Started with run options --seed 4901
#1934:
#1934: TestNever
#1934: test_never_with_arguments PASS (0.00s)
#1934: test_never PASS (0.00s)
#1934:
#1934: Finished in 0.00167s
#1934: 2 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_nil.rb /#1945
#1945: Started with run options --seed 31624
#1945:
#1945: TestNil
#1945: test_nil PASS (0.00s)
#1945:
#1945: Finished in 0.00125s
#1945: 1 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_not.rb /#1956
#1956: Started with run options --seed 13833
#1956:
#1956: TestNot
#1956: test_not_with_arguments PASS (0.00s)
#1956: test_not_reverse PASS (0.00s)
#1956: test_not PASS (0.00s)
#1956:
#1956: Finished in 0.00214s
#1956: 3 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_nth.rb /#1967
#1967: Started with run options --seed 18796
#1967:
#1967: TestNth
#1967: test_nth_out_of_bounds PASS (0.00s)
#1967: test_nth PASS (0.00s)
#1967:
#1967: Finished in 0.00128s
#1967: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_one.rb /#1978
#1978: Started with run options --seed 36348
#1978:
#1978: TestOne
#1978: test_one PASS (0.00s)
#1978:
#1978: Finished in 0.00129s
#1978: 1 tests, 6 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_or.rb /#1989
#1989: Started with run options --seed 32697
#1989:
#1989: TestOr
#1989: test_or_true PASS (0.00s)
#1989: test_or_false PASS (0.00s)
#1989:
#1989: Finished in 0.00142s
#1989: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_plus.rb /#2000
#2000: Started with run options --seed 55649
#2000:
#2000: TestPlus
#2000: test_plus_time_hoursminutes PASS (0.00s)
#2000: test_plus_time_seconds PASS (0.00s)
#2000: test_plus_time_weeks PASS (0.00s)
#2000: test_plus PASS (0.00s)
#2000: test_plus_time_minutesseconds PASS (0.00s)
#2000: test_plus_time PASS (0.00s)
#2000:
#2000: Finished in 0.00265s
#2000: 6 tests, 12 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_prev.rb /#2011
#2011: Started with run options --seed 21179
#2011:
#2011: TestPrev
#2011: test_prev PASS (0.00s)
#2011:
#2011: Finished in 0.00130s
#2011: 1 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_simplified.rb /#2022
#2022: Started with run options --seed 51111
#2022:
#2022: TestSimplified
#2022: test_unique_operands_complex PASS (0.00s)
#2022: test_unique_operands_simple PASS (0.00s)
#2022:
#2022: Finished in 0.00225s
#2022: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_size.rb /#2033
#2033: Started with run options --seed 24631
#2033:
#2033: TestSize
#2033: test_size PASS (0.00s)
#2033:
#2033: Finished in 0.00156s
#2033: 1 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_sorted.rb /#2044
#2044: Started with run options --seed 53622
#2044:
#2044: TestSorted
#2044: test_join_and_sort PASS (0.00s)
#2044: test_sorting PASS (0.00s)
#2044:
#2044: Finished in 0.00436s
#2044: 2 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_sprintf.rb /#2055
#2055: Started with run options --seed 20426
#2055:
#2055: TestSprintf
#2055: test_sprintf PASS (0.00s)
#2055: test_rejects_missing_format_operand PASS (0.00s)
#2055: test_rejects_invalid_format_operand PASS (0.00s)
#2055:
#2055: Finished in 0.00154s
#2055: 3 tests, 11 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_starts_with.rb /#2066
#2066: Started with run options --seed 11200
#2066:
#2066: TestStartsWith
#2066: test_via_query_dispatch PASS (0.00s)
#2066: test_string_prefix_matches PASS (0.00s)
#2066: test_any_value_in_array_matches PASS (0.00s)
#2066:
#2066: Finished in 0.00443s
#2066: 3 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_sum.rb /#2077
#2077: Started with run options --seed 60616
#2077:
#2077: TestSum
#2077: test_sum_with_absent_values PASS (0.00s)
#2077: test_sum_regular_values PASS (0.00s)
#2077:
#2077: Finished in 0.00138s
#2077: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_times.rb /#2088
#2088: Started with run options --seed 3577
#2088:
#2088: TestTimes
#2088: test_times PASS (0.00s)
#2088:
#2088: Finished in 0.00211s
#2088: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_to_float.rb /#2099
#2099: Started with run options --seed 27
#2099:
#2099: TestToFloat
#2099: test_to_float PASS (0.00s)
#2099:
#2099: Finished in 0.00117s
#2099: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_to_integer.rb /#2110
#2110: Started with run options --seed 48177
#2110:
#2110: TestToInteger
#2110: test_to_integer PASS (0.00s)
#2110:
#2110: Finished in 0.00122s
#2110: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_to_string.rb /#2121
#2121: Started with run options --seed 52350
#2121:
#2121: TestToString
#2121: test_to_str PASS (0.00s)
#2121:
#2121: Finished in 0.00131s
#2121: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_to_time.rb /#2132
#2132: Started with run options --seed 28211
#2132:
#2132: TestToTime
#2132: test_to_time PASS (0.00s)
#2132: test_rejects_out_of_range_value PASS (0.00s)
#2132: test_rejects_unparsable_value PASS (0.00s)
#2132:
#2132: Finished in 0.00259s
#2132: 3 tests, 11 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_traced.rb /#2143
#2143: Started with run options --seed 14109
#2143:
#2143: TestTraced
#2143: test_traced_raises PASS (0.00s)
#2143: test_traced PASS (0.00s)
#2143: test_traced_raises_when_too_many_args PASS (0.00s)
#2143:
#2143: Finished in 0.00225s
#2143: 3 tests, 8 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_type.rb /#2154
#2154: Started with run options --seed 55129
#2154:
#2154: TestType
#2154: test_type PASS (0.00s)
#2154:
#2154: Finished in 0.00199s
#2154: 1 tests, 6 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_undef.rb /#2165
#2165: Started with run options --seed 11541
#2165:
#2165: TestUndef
#2165: test_undef_defined_then_removed PASS (0.00s)
#2165: test_undef_non_symbol PASS (0.00s)
#2165: test_undef_nonexistent PASS (0.00s)
#2165: test_undef_simple PASS (0.00s)
#2165:
#2165: Finished in 0.00278s
#2165: 4 tests, 6 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_unique.rb /#2176
#2176: Started with run options --seed 8537
#2176:
#2176: TestUnique
#2176: test_unique_stops_when_all_arguments_are_duplicates PASS (0.00s)
#2176: test_unique_with_multiple_arguments PASS (0.00s)
#2176: test_unique PASS (0.00s)
#2176:
#2176: Finished in 0.00246s
#2176: 3 tests, 15 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_when.rb /#2187
#2187: Started with run options --seed 54281
#2187:
#2187: TestWhen
#2187: test_positive PASS (0.00s)
#2187: test_negative PASS (0.00s)
#2187:
#2187: Finished in 0.00142s
#2187: 2 tests, 8 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_zero.rb /#2198
#2198: Started with run options --seed 2809
#2198:
#2198: TestZero
#2198: test_zero PASS (0.00s)
#2198:
#2198: Finished in 0.00134s
#2198: 1 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_accum.rb /#2209
#2209: Started with run options --seed 34869
#2209:
#2209: TestAccum
#2209: test_fetches_without_conflict_with_global_name PASS (0.00s)
#2209: test_prints_to_string PASS (0.00s)
#2209: test_empties PASS (0.00s)
#2209: test_keep_duplicates PASS (0.00s)
#2209: test_passes_props PASS (0.00s)
#2209: test_all_properties_includes_accumulated PASS (0.00s)
#2209: test_appends_props PASS (0.00s)
#2209: test_holds_props PASS (0.00s)
#2209:
#2209: Finished in 0.00242s
#2209: 8 tests, 17 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_churn.rb /#2220
#2220: Started with run options --seed 29823
#2220:
#2220: TestChurn
#2220: test_makes_a_duplicate PASS (0.00s)
#2220: test_checks_for_zero PASS (0.00s)
#2220: test_concatenates_with_other PASS (0.00s)
#2220: test_appends PASS (0.00s)
#2220: test_converts_empty_to_string PASS (0.00s)
#2220:
#2220: Finished in 0.00131s
#2220: 5 tests, 8 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_fact.rb /#2231
#2231: Started with run options --seed 14942
#2231:
#2231: TestFact
#2231: test_simple_resetting PASS (0.00s)
#2231: test_injects_data_correctly PASS (0.00s)
#2231: test_keeps_values_unique PASS (0.00s)
#2231: test_some_names_are_prohibited PASS (0.00s)
#2231: test_get_all_properties PASS (0.00s)
#2231: test_fails_when_not_found PASS (0.00s)
#2231: test_fails_when_setting_nil PASS (0.00s)
#2231: test_fails_when_setting_empty PASS (0.00s)
#2231: test_set_by_name PASS (0.00s)
#2231: test_fails_when_empty PASS (0.00s)
#2231: test_time_in_utc PASS (0.00s)
#2231: test_set_twice_same_value PASS (0.00s)
#2231:
#2231: Finished in 0.00298s
#2231: 12 tests, 20 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_fact_as_yaml.rb /#2242
#2242: Started with run options --seed 60231
#2242:
#2242: TestFactAsYaml
#2242: test_multiple_values PASS (0.00s)
#2242: test_sorted_keys PASS (0.00s)
#2242: test_simple_rendering PASS (0.00s)
#2242: test_usage_example_from_issue PASS (0.02s)
#2242: test_prints_exactly PASS (0.00s)
#2242:
#2242: Finished in 0.02355s
#2242: 5 tests, 14 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_flatten.rb /#2253
#2253: Started with run options --seed 24940
#2253:
#2253: TestFlatten
#2253: test_mapping PASS (0.00s)
#2253: test_sorts_with_incompatible_types PASS (0.00s)
#2253: test_without_sorter PASS (0.00s)
#2253:
#2253: Finished in 0.00171s
#2253: 3 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_impatient.rb /#2264
#2264: Started with run options --seed 36905
#2264:
#2264: TestImpatient
#2264: test_query_completes_before_timeout PASS (0.00s)
#2264: test_simple_query PASS (0.00s)
#2264: test_query_one PASS (0.00s)
#2264: test_nil_factbase_raises PASS (0.00s)
#2264: test_returns_to_s_correctly PASS (0.00s)
#2264: test_delete_timeout PASS (0.04s)
#2264: test_with_txn PASS (0.00s)
#2264: test_returns_int PASS (0.00s)
#2264: test_enumerator_support PASS (0.00s)
#2264: test_returns_int_when_empty PASS (0.00s)
#2264: test_custom_timeout PASS (1.50s)
#2264: test_query_one_timeout PASS (0.24s)
#2264:
#2264: Finished in 1.80000s
#2264: 12 tests, 126 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_inv.rb /#2276
#2276: Started with run options --seed 55798
#2276:
#2276: TestInv
#2276: test_simple_checking PASS (0.02s)
#2276: test_pre_and_inv PASS (0.00s)
#2276:
#2276: Finished in 0.01849s
#2276: 2 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_lazy_taped.rb /#2287
#2287: Started with run options --seed 360
#2287:
#2287: TestLazyTaped
#2287: test_does_not_copy_on_read PASS (0.00s)
#2287: test_copies_on_delete PASS (0.00s)
#2287: test_does_not_copy_on_insert PASS (0.00s)
#2287: test_disjoins_with_non_empty PASS (0.00s)
#2287: test_to_a_without_copy PASS (0.00s)
#2287: test_array_uniq_triggers_copy PASS (0.00s)
#2287: test_disjoins_with_empty PASS (0.00s)
#2287: test_delete_in_txn PASS (0.02s)
#2287: test_insert_in_txn PASS (0.00s)
#2287: test_modifying_txn_copies_lazily PASS (0.00s)
#2287: test_joins_with_non_empty PASS (0.00s)
#2287: test_find_by_object_id PASS (0.00s)
#2287: test_rollback_does_not_modify PASS (0.00s)
#2287: test_read_only_txn_does_not_copy PASS (0.00s)
#2287: test_array_each_enumerable PASS (0.00s)
#2287: test_safe_each_in_txn PASS (0.01s)
#2287: test_to_a_after_modification PASS (0.00s)
#2287: test_hash_map PASS (0.00s)
#2287: test_enumerable_without_block PASS (0.00s)
#2287: test_copied_state PASS (0.00s)
#2287: test_hash_keys PASS (0.00s)
#2287: test_joins_with_empty PASS (0.00s)
#2287: test_unsafe_each_in_txn PASS (0.00s)
#2287: test_copies_on_array_append PASS (0.00s)
#2287: test_tracks_addition_uniquely PASS (0.00s)
#2287: test_copies_on_property_set PASS (0.00s)
#2287: test_array_to_a PASS (0.00s)
#2287: test_array_index_access PASS (0.00s)
#2287: test_tracks_insertion PASS (0.00s)
#2287: test_array_any PASS (0.00s)
#2287:
#2287: Finished in 0.04272s
#2287: 30 tests, 66 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_lazy_taped_array.rb /#2298
#2298: Started with run options --seed 32004
#2298:
#2298: TestLazyTapedArray
#2298: test_uniq PASS (0.00s)
#2298: test_to_a PASS (0.00s)
#2298: test_each PASS (0.00s)
#2298: test_append PASS (0.00s)
#2298: test_any PASS (0.00s)
#2298: test_read PASS (0.00s)
#2298:
#2298: Finished in 0.00155s
#2298: 6 tests, 25 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_lazy_taped_hash.rb /#2309
#2309: Started with run options --seed 27294
#2309:
#2309: TestLazyTapedHash
#2309: test_write_scalar PASS (0.00s)
#2309: test_ensure_copied_after_get_copied_array PASS (0.00s)
#2309: test_write_array PASS (0.00s)
#2309: test_keys PASS (0.00s)
#2309: test_ensure_copied_after_ensure_copied_map PASS (0.00s)
#2309: test_delegates_size PASS (0.00s)
#2309: test_method_missing_reader_does_not_copy PASS (0.00s)
#2309: test_reed_scalar PASS (0.00s)
#2309: test_method_missing_bang_triggers_copy PASS (0.00s)
#2309: test_copying_state PASS (0.00s)
#2309: test_map PASS (0.00s)
#2309: test_tracking_id PASS (0.00s)
#2309: test_reed_array PASS (0.00s)
#2309:
#2309: Finished in 0.00251s
#2309: 13 tests, 56 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_logged.rb /#2320
#2320: Started with run options --seed 46940
#2320:
#2320: TestLogged
#2320: test_returns_to_s_correctly PASS (0.00s)
#2320: test_returns_int PASS (0.00s)
#2320: test_with_txn PASS (0.01s)
#2320: test_proper_logging PASS (0.00s)
#2320: test_with_empty_txn PASS (0.00s)
#2320: test_with_modifying_txn PASS (0.00s)
#2320: test_reading_one PASS (0.00s)
#2320: test_with_slow_txn PASS (0.40s)
#2320: test_with_txn_rollback PASS (0.00s)
#2320: test_simple_setting PASS (0.00s)
#2320: test_avoid_inner_logging PASS (0.00s)
#2320: test_logs_when_enumerator PASS (0.00s)
#2320: test_returns_int_when_empty PASS (0.00s)
#2320:
#2320: Finished in 0.41952s
#2320: 13 tests, 48 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_pre.rb /#2331
#2331: Started with run options --seed 34918
#2331:
#2331: TestPre
#2331: test_in_transaction PASS (0.02s)
#2331: test_simple_setting PASS (0.00s)
#2331:
#2331: Finished in 0.02096s
#2331: 2 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_query.rb /#2342
#2342: Started with run options --seed 11816
#2342:
#2342: TestQuery
#2342: test_stories PASS (3.64s)
#2342: test_deleting_nothing PASS (0.00s)
#2342: test_finds_with_substitution PASS (0.03s)
#2342: test_returns_int PASS (0.00s)
#2342: test_delete_by_id PASS (0.00s)
#2342: test_simple_deleting PASS (0.00s)
#2342: test_scans_and_appends_in_queried_txn PASS (0.06s)
#2342: test_txn_performance_degradation PASS (4.30s)
#2342: test_compare_time_with_the_past PASS (0.00s)
#2342: test_retrieves_all_facts PASS (0.00s)
#2342: test_to_array PASS (0.00s)
#2342: test_complex_parsing PASS (2.03s)
#2342: test_simple_parsing_with_time PASS (0.00s)
#2342: test_with_nil_alias PASS (0.00s)
#2342: test_simple_parsing PASS (0.00s)
#2342: test_scans_and_inserts_in_txn PASS (0.62s)
#2342: test_get_all_properties PASS (0.00s)
#2342: test_turns_query_to_string PASS (0.00s)
#2342: test_with_aliases PASS (0.00s)
#2342: test_reading_one PASS (0.08s)
#2342: test_scans_and_inserts_in_queried_txn PASS (0.07s)
#2342: test_scans_and_inserts PASS (0.04s)
#2342: test_with_params PASS (0.00s)
#2342:
#2342: Finished in 10.87756s
#2342: 23 tests, 29035 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_rules.rb /#2354
#2354: Started with run options --seed 32017
#2354:
#2354: TestRules
#2354: test_check_with_id PASS (0.00s)
#2354: test_simple_checking PASS (0.00s)
#2354: test_rollback_on_violation PASS (0.00s)
#2354: test_check_only_when_txn_is_closed PASS (0.00s)
#2354: test_query_one PASS (0.00s)
#2354: test_fails_if_id_duplicates_are_there_already PASS (0.00s)
#2354: test_defends_against_id_duplicates PASS (0.00s)
#2354: test_in_combination_with_pre PASS (0.00s)
#2354: test_to_string PASS (0.00s)
#2354:
#2354: Finished in 0.01120s
#2354: 9 tests, 14 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_syntax.rb /#2365
#2365: Started with run options --seed 16905
#2365:
#2365: TestSyntax
#2365: test_parses_negative_exponent_float PASS (0.00s)
#2365: test_fails_when_term_is_incorrectly_defined_class PASS (0.00s)
#2365: test_simple_parsing PASS (0.00s)
#2365: test_tokenizes_across_tab PASS (0.00s)
#2365: test_fails_when_term_is_wrong_class PASS (0.00s)
#2365: test_raises_on_broken_syntax PASS (0.02s)
#2365: test_fails_when_term_is_not_a_class PASS (0.00s)
#2365: test_simplification PASS (0.00s)
#2365: test_broken_syntax PASS (0.00s)
#2365: test_makes_static_terms PASS (0.00s)
#2365: test_parses_string_right PASS (0.00s)
#2365: test_simple_matching PASS (0.00s)
#2365: test_tokenizes_across_newline PASS (0.00s)
#2365: test_makes_abstract_terms PASS (0.00s)
#2365: test_exact_parsing PASS (0.00s)
#2365:
#2365: Finished in 0.03440s
#2365: 15 tests, 196 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_tallied.rb /#2376
#2376: Started with run options --seed 25033
#2376:
#2376: TestTallied
#2376: test_counts_in_txn PASS (0.02s)
#2376: test_counts_in_txn_after_rollback_throw PASS (0.00s)
#2376: test_counts_in_txn_in_threads PASS (0.00s)
#2376: test_returns_all_props PASS (0.00s)
#2376: test_counts_in_one PASS (0.00s)
#2376: test_queries_empty_factbase PASS (0.00s)
#2376: test_counts_in_txn_after_rollback PASS (0.00s)
#2376: test_counts_size PASS (0.00s)
#2376: test_counts_simple_changes PASS (0.00s)
#2376:
#2376: Finished in 0.02588s
#2376: 9 tests, 20 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_taped.rb /#2392
#2392: Started with run options --seed 61922
#2392:
#2392: TestTaped
#2392: test_tracks_addition PASS (0.00s)
#2392: test_checks_for_emptiness PASS (0.00s)
#2392: test_tracks_factbase PASS (0.02s)
#2392: test_tracks_addition_uniquely PASS (0.00s)
#2392: test_joins_with_non_empty PASS (0.00s)
#2392: test_joins_with_empty PASS (0.00s)
#2392: test_tracks_deletion PASS (0.00s)
#2392: test_tracks_insertion PASS (0.00s)
#2392: test_disjoins_with_non_empty PASS (0.00s)
#2392: test_disjoins_with_empty PASS (0.00s)
#2392:
#2392: Finished in 0.02098s
#2392: 10 tests, 14 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_tee.rb /#2403
#2403: Started with run options --seed 12255
#2403:
#2403: TestTee
#2403: test_fetches_simply PASS (0.00s)
#2403: test_recursively PASS (0.00s)
#2403: test_no_trip_to_prim_if_not_found PASS (0.00s)
#2403: test_two_facts PASS (0.00s)
#2403: test_fetches_without_conflict_with_global_name PASS (0.00s)
#2403: test_all_properties PASS (0.00s)
#2403: test_prints_to_string PASS (0.00s)
#2403:
#2403: Finished in 0.00245s
#2403: 7 tests, 12 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_term.rb /#2414
#2414: Started with run options --seed 55353
#2414:
#2414: TestTerm
#2414: test_type_matching PASS (0.00s)
#2414: test_report_other_error PASS (0.00s)
#2414: test_report_missing_term PASS (0.00s)
#2414: test_redresses_itself PASS (0.01s)
#2414: test_exists_matching PASS (0.00s)
#2414: test_false_matching PASS (0.00s)
#2414: test_at PASS (0.00s)
#2414: test_size_matching PASS (0.00s)
#2414: test_past PASS (0.00s)
#2414: test_absent_matching PASS (0.00s)
#2414:
#2414: Finished in 0.01150s
#2414: 10 tests, 27 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_to_json.rb /#2425
#2425: Started with run options --seed 14669
#2425:
#2425: TestToJSON
#2425: test_sort_keys PASS (0.00s)
#2425: test_empty_factbase PASS (0.00s)
#2425: test_string_value PASS (0.00s)
#2425: test_simple_rendering PASS (0.00s)
#2425: test_time_value PASS (0.00s)
#2425: test_custom_sort_key PASS (0.00s)
#2425:
#2425: Finished in 0.00381s
#2425: 6 tests, 11 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_to_xml.rb /#2436
#2436: Started with run options --seed 44701
#2436:
#2436: TestToXML
#2436: test_empty_factbase PASS (0.00s)
#2436: test_show_types_as_attributes PASS (0.00s)
#2436: test_complex_rendering PASS (0.00s)
#2436: test_sorts_keys PASS (0.00s)
#2436: test_to_xml_with_short_names PASS (0.00s)
#2436: test_simple_rendering PASS (0.00s)
#2436: test_meta_data_presence PASS (0.00s)
#2436:
#2436: Finished in 0.00804s
#2436: 7 tests, 38 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_to_yaml.rb /#2447
#2447: Started with run options --seed 51175
#2447:
#2447: TestToYAML
#2447: test_time_value PASS (0.00s)
#2447: test_string_value PASS (0.00s)
#2447: test_empty_factbase PASS (0.00s)
#2447: test_simple_rendering PASS (0.00s)
#2447: test_sorts_keys PASS (0.00s)
#2447:
#2447: Finished in 0.00840s
#2447: 5 tests, 8 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/test__helper.rb /#2458
#2458: Started with run options --seed 13719
#2458:
#2458: Finished in 0.00084s
#2458: 0 tests, 0 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/test_factbase.rb /#2469
#2469: Started with run options --seed 15213
#2469:
#2469: TestFactbase
#2469: test_query_many_times PASS (0.00s)
#2469: test_concurrent_queries PASS (0.00s)
#2469: test_rolls_back PASS (0.00s)
#2469: test_modifies_existing_fact_in_txn PASS (0.00s)
#2469: test_simple_concurrent_inserts PASS (0.01s)
#2469: test_txn_returns_boolean PASS (0.00s)
#2469: test_modify_via_query PASS (0.00s)
#2469: test_concurrent_inserts PASS (0.01s)
#2469: test_import_from_indexed_factbase PASS (0.01s)
#2469: test_simple_concurrent_inserts_in_txns_with_sleep PASS (0.22s)
#2469: test_export_import_concurrent PASS (0.57s)
#2469: test_appends_in_txn PASS (0.00s)
#2469: test_evals_complex_txn PASS (0.00s)
#2469: test_serialize_and_deserialize PASS (0.00s)
#2469: test_injects_data_correctly PASS (0.00s)
#2469: test_simple_setting PASS (0.00s)
#2469: test_concurrent_transactions_with_rollbacks PASS (0.01s)
#2469: test_different_values_when_concurrent_inserts PASS (0.01s)
#2469: test_commits_on_exit_by_throw PASS (0.00s)
#2469: test_txn_with_rollback PASS (0.00s)
#2469: test_all_decorators PASS (0.01s)
#2469: test_txn_inside_query PASS (0.00s)
#2469: test_simple_concurrent_inserts_in_txns PASS (0.05s)
#2469: test_different_properties_when_concurrent_inserts PASS (0.00s)
#2469: test_reads_from_empty_file PASS (0.00s)
#2469: test_get_raise_for_empty_fact PASS (0.00s)
#2469: test_concurrent_transactions_successful PASS (0.01s)
#2469: test_run_txn PASS (0.00s)
#2469: test_empty_or_not PASS (0.00s)
#2469: test_converts_query_to_term PASS (0.00s)
#2469: test_dup_concurrent PASS (0.17s)
#2469: test_run_txn_via_query PASS (0.00s)
#2469: test_run_txn_with_inv PASS (0.00s)
#2469: test_deals_with_arrays_in_txn PASS (0.00s)
#2469: test_concurrent_transactions_inserts PASS (0.01s)
#2469:
#2469: Finished in 1.09480s
#2469: 35 tests, 749 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/test_fuzz.rb /#2919
#2919: Started with run options --seed 7904
#2919:
#2919: TestIndexedAnd
#2919: test_make_with_custom_size PASS (0.06s)
#2919: test_contains_all_required_fields PASS (0.04s)
#2919: test_feed_accumulates_facts PASS (0.04s)
#2919: test_make_generates_default_size PASS (0.28s)
#2919:
#2919: Finished in 0.42970s
#2919: 4 tests, 1008 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/test_no_useless_conditional_assignment.rb /#2930
#2930: warning: parser/current is loading parser/ruby34, which recognizes 3.4.0-dev-compliant syntax, but you are running 3.4.9.
#2930: Please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
#2930: Started with run options --seed 13793
#2930:
#2930: TestNoUselessConditionalAssignment
#2930: test_lib_is_free_of_useless_conditional_assignments PASS (0.47s)
#2930:
#2930: Finished in 0.47644s
#2930: 1 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/test_rakefile.rb /#2941
#2941: Run options: --seed 15385
#2941:
#2941: # Running:
#2941:
#2941: ..
#2941:
#2941: Finished in 0.001026s, 1949.2436 runs/s, 7796.9746 assertions/s.
#2941:
#2941: 2 runs, 8 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby lib/factbase/accum.rb /#2952
+ bundle exec ruby lib/factbase/cached/cached_fact.rb /#2963
+ bundle exec ruby lib/factbase/cached/cached_factbase.rb /#2974
+ bundle exec ruby lib/factbase/cached/cached_query.rb /#2985
+ bundle exec ruby lib/factbase/cached/cached_term.rb /#2996
+ bundle exec ruby lib/factbase/churn.rb /#3007
+ bundle exec ruby lib/factbase/fact.rb /#3018
+ bundle exec ruby lib/factbase/fact_as_yaml.rb /#3029
+ bundle exec ruby lib/factbase/flatten.rb /#3040
+ bundle exec ruby lib/factbase/impatient.rb /#3051
+ bundle exec ruby lib/factbase/indexed/indexed_absent.rb /#3062
+ bundle exec ruby lib/factbase/indexed/indexed_and.rb /#3073
+ bundle exec ruby lib/factbase/indexed/indexed_eq.rb /#3084
+ bundle exec ruby lib/factbase/indexed/indexed_exists.rb /#3095
+ bundle exec ruby lib/factbase/indexed/indexed_fact.rb /#3106
+ bundle exec ruby lib/factbase/indexed/indexed_factbase.rb /#3117
+ bundle exec ruby lib/factbase/indexed/indexed_gt.rb /#3128
+ bundle exec ruby lib/factbase/indexed/indexed_gte.rb /#3139
+ bundle exec ruby lib/factbase/indexed/indexed_lt.rb /#3150
+ bundle exec ruby lib/factbase/indexed/indexed_lte.rb /#3161
+ bundle exec ruby lib/factbase/indexed/indexed_not.rb /#3172
+ bundle exec ruby lib/factbase/indexed/indexed_one.rb /#3183
+ bundle exec ruby lib/factbase/indexed/indexed_or.rb /#3194
+ bundle exec ruby lib/factbase/indexed/indexed_query.rb /#3205
+ bundle exec ruby lib/factbase/indexed/indexed_term.rb /#3216
+ bundle exec ruby lib/factbase/indexed/indexed_unique.rb /#3227
+ bundle exec ruby lib/factbase/inv.rb /#3238
+ bundle exec ruby lib/factbase/lazy_taped.rb /#3249
+ bundle exec ruby lib/factbase/lazy_taped_array.rb /#3260
+ bundle exec ruby lib/factbase/lazy_taped_hash.rb /#3271
+ bundle exec ruby lib/factbase/light.rb /#3282
+ bundle exec ruby lib/factbase/logged.rb /#3293
+ bundle exec ruby lib/factbase/pre.rb /#3304
+ bundle exec ruby lib/factbase/query.rb /#3315
+ bundle exec ruby lib/factbase/rules.rb /#3326
+ bundle exec ruby lib/factbase/sync/sync_factbase.rb /#3337
+ bundle exec ruby lib/factbase/sync/sync_query.rb /#3348
+ bundle exec ruby lib/factbase/syntax.rb /#3359
+ bundle exec ruby lib/factbase/tallied.rb /#3370
+ bundle exec ruby lib/factbase/taped.rb /#3381
+ bundle exec ruby lib/factbase/tee.rb /#3392
+ bundle exec ruby lib/factbase/term.rb /#3403
+ bundle exec ruby lib/factbase/terms/absent.rb /#3414
+ bundle exec ruby lib/factbase/terms/agg.rb /#3425
+ bundle exec ruby lib/factbase/terms/always.rb /#3436
+ bundle exec ruby lib/factbase/terms/and.rb /#3447
+ bundle exec ruby lib/factbase/terms/arithmetic.rb /#3458
+ bundle exec ruby lib/factbase/terms/as.rb /#3469
+ bundle exec ruby lib/factbase/terms/assert.rb /#3480
+ bundle exec ruby lib/factbase/terms/base.rb /#3491
+ bundle exec ruby lib/factbase/terms/best.rb /#3502
+ bundle exec ruby lib/factbase/terms/boolean.rb /#3513
+ bundle exec ruby lib/factbase/terms/compare.rb /#3524
+ bundle exec ruby lib/factbase/terms/concat.rb /#3535
+ bundle exec ruby lib/factbase/terms/contains.rb /#3546
+ bundle exec ruby lib/factbase/terms/count.rb /#3557
+ bundle exec ruby lib/factbase/terms/defn.rb /#3568
+ bundle exec ruby lib/factbase/terms/div.rb /#3579
+ bundle exec ruby lib/factbase/terms/either.rb /#3590
+ bundle exec ruby lib/factbase/terms/empty.rb /#3601
+ bundle exec ruby lib/factbase/terms/ends_with.rb /#3612
+ bundle exec ruby lib/factbase/terms/env.rb /#3623
+ bundle exec ruby lib/factbase/terms/eq.rb /#3634
+ bundle exec ruby lib/factbase/terms/exists.rb /#3645
+ bundle exec ruby lib/factbase/terms/first.rb /#3656
+ bundle exec ruby lib/factbase/terms/gt.rb /#3667
+ bundle exec ruby lib/factbase/terms/gte.rb /#3678
+ bundle exec ruby lib/factbase/terms/head.rb /#3689
+ bundle exec ruby lib/factbase/terms/inverted.rb /#3700
+ bundle exec ruby lib/factbase/terms/join.rb /#3711
+ bundle exec ruby lib/factbase/terms/lt.rb /#3722
+ bundle exec ruby lib/factbase/terms/lte.rb /#3733
+ bundle exec ruby lib/factbase/terms/many.rb /#3744
+ bundle exec ruby lib/factbase/terms/matches.rb /#3755
+ bundle exec ruby lib/factbase/terms/max.rb /#3766
+ bundle exec ruby lib/factbase/terms/min.rb /#3777
+ bundle exec ruby lib/factbase/terms/minus.rb /#3788
+ bundle exec ruby lib/factbase/terms/never.rb /#3799
+ bundle exec ruby lib/factbase/terms/nil.rb /#3810
+ bundle exec ruby lib/factbase/terms/not.rb /#3821
+ bundle exec ruby lib/factbase/terms/nth.rb /#3832
+ bundle exec ruby lib/factbase/terms/one.rb /#3843
+ bundle exec ruby lib/factbase/terms/or.rb /#3854
+ bundle exec ruby lib/factbase/terms/plus.rb /#3865
+ bundle exec ruby lib/factbase/terms/prev.rb /#3876
+ bundle exec ruby lib/factbase/terms/simplified.rb /#3887
+ bundle exec ruby lib/factbase/terms/size.rb /#3898
+ bundle exec ruby lib/factbase/terms/sorted.rb /#3909
+ bundle exec ruby lib/factbase/terms/sprintf.rb /#3920
+ bundle exec ruby lib/factbase/terms/starts_with.rb /#3931
+ bundle exec ruby lib/factbase/terms/sum.rb /#3942
+ bundle exec ruby lib/factbase/terms/times.rb /#3953
+ bundle exec ruby lib/factbase/terms/to_float.rb /#3964
+ bundle exec ruby lib/factbase/terms/to_integer.rb /#3975
+ bundle exec ruby lib/factbase/terms/to_string.rb /#3986
+ bundle exec ruby lib/factbase/terms/to_time.rb /#3997
+ bundle exec ruby lib/factbase/terms/traced.rb /#4008
+ bundle exec ruby lib/factbase/terms/type.rb /#4019
+ bundle exec ruby lib/factbase/terms/undef.rb /#4030
+ bundle exec ruby lib/factbase/terms/unique.rb /#4041
+ bundle exec ruby lib/factbase/terms/when.rb /#4052
+ bundle exec ruby lib/factbase/terms/zero.rb /#4063
+ bundle exec ruby lib/factbase/to_json.rb /#4074
+ bundle exec ruby lib/factbase/to_xml.rb /#4085
+ bundle exec ruby lib/factbase/to_yaml.rb /#4096
+ bundle exec ruby lib/factbase/version.rb /#4107
+ bundle exec ruby lib/factbase.rb /#4118
+ bundle exec ruby lib/fuzz.rb /#4129
Running RuboCop...
Inspecting 226 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m
226 files inspected, 32mno offenses0m detected
?25h2KFiles:neratingr108/Factbase/IndexedFactbase.html.0mtml0may.html0m
Modules: 2 ( 0 undocumented)
Classes: 121 ( 0 undocumented)
Constants: 9 ( 9 undocumented)
Attributes: 6 ( 0 undocumented)
Methods: 369 ( 113 undocumented)
75.94% documented
+ rm -rf '*.gem'
+ sed -i 's/0\.0\.0/0.19.12/g' lib/factbase/version.rb
+ git add lib/factbase/version.rb
+ git commit -m 'version set to 0.19.12'
[__rultor 9ce095a3] version set to 0.19.12
1 file changed, 1 insertion(+), 1 deletion(-)
+ gem build factbase.gemspec
Successfully built RubyGem
Name: factbase
Version: 0.19.12
File: factbase-0.19.12.gem
+ chmod 0600 ../rubygems.yml
+ gem push factbase-0.19.12.gem --config-file ../rubygems.yml
Pushing gem to https://rubygems.org...
Successfully registered gem: factbase (0.19.12)
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.19.12 -m '0.19.12: tagged by rultor.com'
+ git reset --hard
HEAD is now at 9ce095a3 version set to 0.19.12
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 9ce095a3).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:yegor256/factbase.git
* [new tag] 0.19.12 -> 0.19.12
container 21feabeb0913b0d6656c03b6c986b9e81fcefb4fb74df7b8c7ce8acf2445b2e7 is dead
Sun Jun 14 16:59:46 UTC 2026