++ dirname ./run.sh
+ cd .
+ echo 1301
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Dec 12 05:42:02 UTC 2025
+ uptime
05:42:02 up 1 min, 0 users, load average: 1.13, 0.35, 0.12
+ ff=default
+ image=yegor256/ruby
+ rebase=false
+ head_branch=master
+ pull_title='bug(#432): Reduce GC overhead'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/factbase.git
+ pull_id=449
+ fork=git@github.com:HaidarJbeily7/factbase.git
+ fork_branch=bug/432/reduce-gc-overhead
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/factbase.git' '--env=pull_id=449' '--env=fork=git@github.com:HaidarJbeily7/factbase.git' '--env=fork_branch=bug/432/reduce-gc-overhead' '--env=head_branch=master' '--env=pull_title=bug(#432): Reduce GC overhead' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/factbase.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=449'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:HaidarJbeily7/factbase.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=bug/432/reduce-gc-overhead'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=bug(#432): Reduce GC overhead'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:yegor256/factbase.git'\''' ';' 'export '\''pull_id=449'\''' ';' 'export '\''fork=git@github.com:HaidarJbeily7/factbase.git'\''' ';' 'export '\''fork_branch=bug/432/reduce-gc-overhead'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=bug(#432): Reduce GC overhead'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' 'bundle exec rake' ';')
+ container=yegor256_factbase_449
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-26-172
+ pwd
/tmp/rultor-mW51
+ 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 '\''pull_id=449'\''' ';' 'export '\''fork=git@github.com:HaidarJbeily7/factbase.git'\''' ';' 'export '\''fork_branch=bug/432/reduce-gc-overhead'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=bug(#432): Reduce GC overhead'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color' ';' 'bundle exec rake' ';'
+ sensitive=()
+ set -ex -o pipefail
+ cd repo
+ git remote add fork git@github.com:HaidarJbeily7/factbase.git
+ git remote update
Fetching origin
Fetching fork
From github.com:HaidarJbeily7/factbase
* [new branch] 273/make-indexed_factbase-persist-index -> fork/273/make-indexed_factbase-persist-index
* [new branch] benchmark-results -> fork/benchmark-results
* [new branch] bug/273/make-indexed_factbase-persist-index -> fork/bug/273/make-indexed_factbase-persist-index
* [new branch] bug/432/reduce-gc-overhead -> fork/bug/432/reduce-gc-overhead
* [new branch] enhancement/424/bench-txns -> fork/enhancement/424/bench-txns
* [new branch] enhancement/424/develop-lazy-txns -> fork/enhancement/424/develop-lazy-txns
* [new branch] enhancement/424/make-txs-lazy -> fork/enhancement/424/make-txs-lazy
* [new branch] master -> fork/master
+ args=()
+ '[' default == default ']'
+ args+=(--ff)
+ '[' default == no ']'
+ '[' default == only ']'
+ '[' false == true ']'
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
+ git checkout -B __rultor fork/bug/432/reduce-gc-overhead
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'bug/432/reduce-gc-overhead' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ KEY=3FD3FA7E9AF0FA4C
+ git merge --gpg-sign=3FD3FA7E9AF0FA4C --no-edit -m 'bug(#432): Reduce GC overhead' --ff __rultor
Updating 01aeca9..85416df
Fast-forward (no commit created; -m option ignored)
Gemfile.lock | 1 +
lib/factbase/cached/cached_fact.rb | 10 ++++---
lib/factbase/cached/cached_factbase.rb | 3 +--
lib/factbase/indexed/indexed_absent.rb | 16 +++++++----
lib/factbase/indexed/indexed_and.rb | 18 ++++++++-----
lib/factbase/indexed/indexed_eq.rb | 18 ++++++++-----
lib/factbase/indexed/indexed_exists.rb | 16 +++++++----
lib/factbase/indexed/indexed_fact.rb | 10 ++++---
lib/factbase/indexed/indexed_factbase.rb | 3 +--
lib/factbase/indexed/indexed_gt.rb | 20 +++++++++-----
lib/factbase/indexed/indexed_lt.rb | 25 ++++++++++++-----
lib/factbase/indexed/indexed_not.rb | 19 +++++++++----
lib/factbase/indexed/indexed_one.rb | 16 +++++++----
lib/factbase/indexed/indexed_unique.rb | 15 ++++++++---
test/factbase/indexed/test_indexed_factbase.rb | 37 ++++++++++++++++++++++----
test/factbase/indexed/test_indexed_query.rb | 6 +++--
16 files changed, 167 insertions(+), 66 deletions(-)
+ git log -1 --show-signature
commit 85416dffcb4ff9b72f5c66970b07667abef2e094
Author: HaidarJbeily7 <h.jbeily@innopolis.university>
Date: Fri Dec 12 02:27:25 2025 +0300
bug(#432): remove unneeded empty lines
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.13
++ bc
++ echo 0.13 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.13, low enough to run a new Docker container'
load average is 0.13, 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
632ef5283d0f: Pulling fs layer
2be42d221bda: Pulling fs layer
54d1704eb717: Pulling fs layer
f0f51ee5c79e: Pulling fs layer
ec11ce133a4e: Pulling fs layer
71ab1586461a: Pulling fs layer
8e0e2fc3c108: Pulling fs layer
4f4fb700ef54: Pulling fs layer
72e45e6fed5c: Pulling fs layer
99e89f339e27: Pulling fs layer
3f0278ea12d5: Pulling fs layer
11f168291684: Pulling fs layer
0943aaa8f703: Pulling fs layer
fd13cdf0383c: Pulling fs layer
f0f51ee5c79e: Waiting
ec11ce133a4e: Waiting
71ab1586461a: Waiting
8e0e2fc3c108: Waiting
4f4fb700ef54: Waiting
72e45e6fed5c: Waiting
99e89f339e27: Waiting
3f0278ea12d5: Waiting
11f168291684: Waiting
0943aaa8f703: Waiting
fd13cdf0383c: Waiting
2be42d221bda: Verifying Checksum
2be42d221bda: Download complete
54d1704eb717: Verifying Checksum
54d1704eb717: Download complete
ec11ce133a4e: Verifying Checksum
ec11ce133a4e: Download complete
632ef5283d0f: Verifying Checksum
632ef5283d0f: Download complete
8e0e2fc3c108: Verifying Checksum
8e0e2fc3c108: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
71ab1586461a: Verifying Checksum
71ab1586461a: Download complete
72e45e6fed5c: Verifying Checksum
72e45e6fed5c: Download complete
99e89f339e27: Verifying Checksum
99e89f339e27: Download complete
11f168291684: Verifying Checksum
11f168291684: Download complete
0943aaa8f703: Verifying Checksum
0943aaa8f703: Download complete
fd13cdf0383c: Verifying Checksum
fd13cdf0383c: Download complete
f0f51ee5c79e: Verifying Checksum
f0f51ee5c79e: Download complete
3f0278ea12d5: Verifying Checksum
3f0278ea12d5: Download complete
632ef5283d0f: Pull complete
2be42d221bda: Pull complete
54d1704eb717: Pull complete
f0f51ee5c79e: Pull complete
ec11ce133a4e: Pull complete
71ab1586461a: Pull complete
8e0e2fc3c108: Pull complete
4f4fb700ef54: Pull complete
72e45e6fed5c: Pull complete
99e89f339e27: Pull complete
3f0278ea12d5: Pull complete
11f168291684: Pull complete
0943aaa8f703: Pull complete
fd13cdf0383c: Pull complete
Digest: sha256:2efd606f46d102d3ac2341eae193a4da1f1d8af42a73f51ec066a7cb55d5e37d
Status: Downloaded newer image for yegor256/ruby:latest
docker.io/yegor256/ruby:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_factbase_449\s*$'
+ ls -al .
total 52
drwx------ 3 ubuntu ubuntu 4096 Dec 12 05:42 .
drwxrwxrwt 12 root root 4096 Dec 12 05:41 ..
-rwxrwxr-x 1 ubuntu ubuntu 666 Dec 12 05:42 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Dec 12 05:42 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Dec 12 05:42 pid
drwxrwxr-x 9 ubuntu ubuntu 4096 Dec 12 05:42 repo
-rw-rw-r-- 1 ubuntu ubuntu 81 Dec 12 05:41 rubygems.yml
-rwxrwxr-x 1 ubuntu ubuntu 6487 Dec 12 05:42 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 546 Dec 12 05:42 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 8910 Dec 12 05:42 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-mW51:/main --env=head=git@github.com:yegor256/factbase.git --env=pull_id=449 --env=fork=git@github.com:HaidarJbeily7/factbase.git --env=fork_branch=bug/432/reduce-gc-overhead --env=head_branch=master '--env=pull_title=bug(#432): Reduce GC overhead' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/factbase.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=449'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:HaidarJbeily7/factbase.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=bug/432/reduce-gc-overhead'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=bug(#432): Reduce GC overhead'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' )' --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-mW51/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_factbase_449 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 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 /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 'pull_id=449' ; export 'fork=git@github.com:HaidarJbeily7/factbase.git' ; export 'fork_branch=bug/432/reduce-gc-overhead' ; export 'head_branch=master' ; export 'pull_title=bug(#432): Reduce GC overhead' ; export 'author=yegor256' ; pdd -f /dev/null ; bundle install --no-color ; bundle exec rake ;
+ 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.5 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 (107 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_factbase.rb ...
Reading benchmark/bench_indexed_persistence.rb ...
Reading benchmark/bench_large_query.rb ...
Reading benchmark/bench_lots_facts.rb ...
Reading benchmark/bench_query.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/head.yml ...
Reading fixtures/stories/inverted.yml ...
Reading fixtures/stories/join.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_lt.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 ...
Puzzle 249-dbaa3264 30/DEV at lib/factbase/indexed/indexed_unique.rb
Reading lib/factbase/inv.rb ...
Reading lib/factbase/lazy_taped.rb ...
Reading lib/factbase/lazy_taped_array.rb ...
Puzzle 424-00be419f 30/DEV at lib/factbase/lazy_taped_array.rb
Reading lib/factbase/lazy_taped_hash.rb ...
Puzzle 424-092ae895 30/DEV at 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/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/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/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 test/factbase/cached/test_cached_factbase.rb ...
Reading test/factbase/cached/test_cached_query.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 ...
Puzzle 363-766882fb 30/DEV at 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_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_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_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_logged.rb ...
Reading test/factbase/test_pre.rb ...
Reading test/factbase/test_query.rb ...
Puzzle 330-d3182961 90/DEV at 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 ...
Puzzle 98-6370f6bf 60/DEV at test/test_factbase.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.3.1
Installing rake 13.3.1
Fetching ansi 1.5.0
Installing ansi 1.5.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.5
Installing concurrent-ruby 1.3.5
Fetching date 3.5.0
Installing date 3.5.0 with native extensions
Fetching decoor 0.1.0
Installing decoor 0.1.0
Fetching docile 1.4.1
Installing docile 1.4.1
Fetching logger 1.7.0
Installing logger 1.7.0
Fetching loog 0.6.1
Installing loog 0.6.1
Fetching tago 0.4.0
Installing tago 0.4.0
Fetching elapsed 0.2.0
Installing elapsed 0.2.0
Fetching ellipsized 0.3.0
Installing ellipsized 0.3.0
Fetching erb 6.0.0
Installing erb 6.0.0 with native extensions
Fetching json 2.17.1
Installing json 2.17.1 with native extensions
Fetching nokogiri 1.18.10 (x86_64-linux-gnu)
Installing nokogiri 1.18.10 (x86_64-linux-gnu)
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 minitest 5.26.2
Installing minitest 5.26.2
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching minitest-reporters 1.7.1
Installing minitest-reporters 1.7.1
Fetching os 1.1.4
Installing os 1.1.4
Fetching parallel 1.27.0
Installing parallel 1.27.0
Fetching parser 3.3.10.0
Installing parser 3.3.10.0
Fetching prism 1.6.0
Installing prism 1.6.0 with native extensions
Fetching stringio 3.1.9
Installing stringio 3.1.9 with native extensions
Fetching psych 5.2.6
Installing psych 5.2.6 with native extensions
Fetching qbash 0.4.8
Installing qbash 0.4.8
Fetching tsort 0.2.0
Installing tsort 0.2.0
Fetching rdoc 6.17.0
Installing rdoc 6.17.0
Fetching regexp_parser 2.11.3
Installing regexp_parser 2.11.3
Fetching rexml 3.4.4
Installing rexml 3.4.4
Fetching rubocop-ast 1.48.0
Installing rubocop-ast 1.48.0
Fetching unicode-emoji 4.1.0
Installing unicode-emoji 4.1.0
Fetching unicode-display_width 3.2.0
Installing unicode-display_width 3.2.0
Fetching rubocop 1.81.7
Installing rubocop 1.81.7
Fetching rubocop-minitest 0.38.2
Installing rubocop-minitest 0.38.2
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! 17 Gemfile dependencies, 54 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Started with run options --seed 15996
TestSyncQuery
test_deletes_too 32m PASS0m (0.00s)
test_queries_many_times 32m PASS0m (0.00s)
TestQuery
test_simple_parsing 32m PASS0m (0.00s)
test_txn_performance_degradation 33m SKIP0m (0.00s)
test_returns_int 32m PASS0m (0.00s)
test_reading_one 32m PASS0m (0.11s)
test_finds_with_substitution 32m PASS0m (0.03s)
test_scans_and_inserts_in_queried_txn 32m PASS0m (0.08s)
test_stories 32m PASS0m (3.45s)
test_to_array 32m PASS0m (0.00s)
test_compare_time_with_the_past 32m PASS0m (0.00s)
test_scans_and_appends_in_queried_txn 32m PASS0m (0.07s)
test_deleting_nothing 32m PASS0m (0.00s)
test_delete_by_id 32m PASS0m (0.00s)
test_with_aliases 32m PASS0m (0.00s)
test_simple_parsing_with_time 32m PASS0m (0.00s)
test_simple_deleting 32m PASS0m (0.00s)
test_turns_query_to_string 32m PASS0m (0.00s)
test_retrieves_all_facts 32m PASS0m (0.00s)
test_get_all_properties 32m PASS0m (0.00s)
test_with_nil_alias 32m PASS0m (0.00s)
test_scans_and_inserts_in_txn 32m PASS0m (0.17s)
test_complex_parsing 32m PASS0m (1.94s)
test_with_params 32m PASS0m (0.00s)
test_scans_and_inserts 32m PASS0m (0.02s)
TestMatches
test_regexp_matching 32m PASS0m (0.00s)
TestToString
test_to_str 32m PASS0m (0.00s)
TestTerm
test_absent_matching 32m PASS0m (0.00s)
test_type_matching 32m PASS0m (0.00s)
test_redresses_itself 32m PASS0m (0.00s)
test_report_missing_term 32m PASS0m (0.00s)
test_past 32m PASS0m (0.00s)
test_at 32m PASS0m (0.00s)
test_exists_matching 32m PASS0m (0.00s)
test_false_matching 32m PASS0m (0.00s)
test_size_matching 32m PASS0m (0.00s)
test_report_other_error 32m PASS0m (0.00s)
TestEmpty
test_empty_directly_with_terms 32m PASS0m (0.00s)
test_empty_query 32m PASS0m (0.00s)
test_not_empty_directly_with_terms 32m PASS0m (0.00s)
test_empty_wrong_arguments 32m PASS0m (0.00s)
test_empty_query_with_params 32m PASS0m (0.00s)
TestFact
test_time_in_utc 32m PASS0m (0.00s)
test_simple_resetting 32m PASS0m (0.00s)
test_keeps_values_unique 32m PASS0m (0.00s)
test_fails_when_empty 32m PASS0m (0.00s)
test_fails_when_setting_nil 32m PASS0m (0.00s)
test_injects_data_correctly 32m PASS0m (0.00s)
test_fails_when_setting_empty 32m PASS0m (0.00s)
test_get_all_properties 32m PASS0m (0.00s)
test_fails_when_not_found 32m PASS0m (0.00s)
test_set_twice_same_value 32m PASS0m (0.00s)
test_set_by_name 32m PASS0m (0.00s)
test_some_names_are_prohibited 32m PASS0m (0.00s)
TestEither
test_either_first_nil 32m PASS0m (0.00s)
test_either_first_not_nil 32m PASS0m (0.00s)
TestLt
test_compares_less_than 32m PASS0m (0.00s)
test_compares_not_less_than 32m PASS0m (0.00s)
TestNil
test_nil 32m PASS0m (0.00s)
TestPlus
test_plus_time_seconds 32m PASS0m (0.00s)
test_plus_time 32m PASS0m (0.00s)
test_plus_time_weeks 32m PASS0m (0.00s)
test_plus_time_minutesseconds 32m PASS0m (0.00s)
test_plus 32m PASS0m (0.00s)
test_plus_time_hoursminutes 32m PASS0m (0.00s)
TestAs
test_aliases 32m PASS0m (0.00s)
TestTee
test_prints_to_string 32m PASS0m (0.00s)
test_fetches_simply 32m PASS0m (0.00s)
test_two_facts 32m PASS0m (0.00s)
test_no_trip_to_prim_if_not_found 32m PASS0m (0.00s)
test_all_properties 32m PASS0m (0.00s)
test_recursively 32m PASS0m (0.00s)
test_fetches_without_conflict_with_global_name 32m PASS0m (0.00s)
TestAnd
test_and_false 32m PASS0m (0.00s)
test_and_true 32m PASS0m (0.00s)
TestSorted
test_join_and_sort 32m PASS0m (0.00s)
test_sorting 32m PASS0m (0.00s)
TestLogical
test_either 32m PASS0m (0.00s)
test_not_eq_matching 32m PASS0m (0.00s)
test_when_matching 32m PASS0m (0.00s)
test_or_matching 32m PASS0m (0.00s)
test_not_matching 32m PASS0m (0.00s)
TestIndexedNot
test_predicts_on_not 32m PASS0m (0.00s)
test_predicts_on_not_returns_nil 32m PASS0m (0.00s)
TestEq
test_compares_equal 32m PASS0m (0.00s)
test_compares_not_equal 32m PASS0m (0.00s)
TestPre
test_in_transaction 32m PASS0m (0.00s)
test_simple_setting 32m PASS0m (0.00s)
TestMath
test_div_times_not_supported 32m PASS0m (0.00s)
test_simple 32m PASS0m (0.00s)
test_gte 32m PASS0m (0.00s)
test_lte 32m PASS0m (0.00s)
test_minus_time_singular 32m PASS0m (0.00s)
test_eq_time 32m PASS0m (0.00s)
test_gt_time 32m PASS0m (0.00s)
test_gt 32m PASS0m (0.00s)
test_gt_time_string 32m PASS0m (0.00s)
test_eq 32m PASS0m (0.00s)
test_zero 32m PASS0m (0.00s)
test_minus_time 32m PASS0m (0.00s)
test_lt_time 32m PASS0m (0.00s)
test_lt 32m PASS0m (0.00s)
test_minus 32m PASS0m (0.00s)
TestIndexedTerm
test_predicts_on_others 32m PASS0m (0.00s)
TestExists
test_exists 32m PASS0m (0.00s)
TestBoolean
test_invalid_value 32m PASS0m (0.00s)
test_direct_true 32m PASS0m (0.00s)
test_nil_value 32m PASS0m (0.00s)
test_first_element_false 32m PASS0m (0.00s)
test_direct_false 32m PASS0m (0.00s)
test_first_element 32m PASS0m (0.00s)
TestInverted
test_inverting 32m PASS0m (0.00s)
TestCachedFactbase
test_inserts_and_queries 32m PASS0m (0.00s)
test_prints_fact_correctly 32m PASS0m (0.00s)
test_queries_after_update_in_txn 32m PASS0m (0.00s)
TestTimes
test_times 32m PASS0m (0.00s)
TestUndef
test_undef_simple 32m PASS0m (0.00s)
TestChurn
test_appends 32m PASS0m (0.00s)
test_checks_for_zero 32m PASS0m (0.00s)
test_makes_a_duplicate 32m PASS0m (0.00s)
test_converts_empty_to_string 32m PASS0m (0.00s)
test_concatenates_with_other 32m PASS0m (0.00s)
TestIndexedQuery
test_finds_by_eq_with_agg 32m PASS0m (0.00s)
test_finds_with_inversion 32m PASS0m (0.00s)
test_finds_with_conjunction 32m PASS0m (0.00s)
test_finds_with_disjunction_in_txn 32m PASS0m (0.00s)
test_finds_by_eq_with_formula 32m PASS0m (0.00s)
test_attaches_alias 32m PASS0m (0.00s)
test_finds_by_eq_with_symbol 32m PASS0m (0.00s)
test_joins_simple_one 32m PASS0m (0.00s)
test_deletes_too 32m PASS0m (0.00s)
test_joins_too 32m PASS0m (3.29s)
test_finds_by_eq_with_array 32m PASS0m (0.00s)
test_finds_by_eq 32m PASS0m (0.00s)
test_fills_up_the_index 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_converts_to_string 32m PASS0m (0.00s)
test_queries_many_times 32m PASS0m (0.00s)
test_finds_max_value 32m PASS0m (0.00s)
TestToJSON
test_simple_rendering 32m PASS0m (0.00s)
test_sort_keys 32m PASS0m (0.00s)
TestDiv
test_div_numbers 32m PASS0m (0.00s)
test_div_times_not_supported 32m PASS0m (0.00s)
TestMax
test_max 32m PASS0m (0.00s)
test_not_enough_args 32m PASS0m (0.00s)
test_too_many_args 32m PASS0m (0.00s)
TestTallied
test_counts_in_txn_in_threads 32m PASS0m (0.00s)
test_returns_all_props 32m PASS0m (0.00s)
test_counts_in_txn 32m PASS0m (0.00s)
test_counts_in_txn_after_rollback 32m PASS0m (0.00s)
test_counts_in_txn_after_rollback_throw 32m PASS0m (0.00s)
test_counts_in_one 32m PASS0m (0.00s)
test_counts_simple_changes 32m PASS0m (0.00s)
test_counts_size 32m PASS0m (0.00s)
test_queries_empty_factbase 32m PASS0m (0.00s)
TestZero
test_zero 32m PASS0m (0.00s)
TestFactbase
test_concurrent_transactions_successful 32m PASS0m (0.01s)
test_converts_query_to_term 32m PASS0m (0.00s)
test_rolls_back 32m PASS0m (0.00s)
test_get_raise_for_empty_fact 32m PASS0m (0.00s)
test_evals_complex_txn 32m PASS0m (0.00s)
test_deals_with_arrays_in_txn 32m PASS0m (0.00s)
test_query_many_times 32m PASS0m (0.00s)
test_simple_concurrent_inserts 32m PASS0m (0.01s)
test_txn_with_rollback 32m PASS0m (0.00s)
test_different_values_when_concurrent_inserts 32m PASS0m (0.00s)
test_txn_returns_boolean 32m PASS0m (0.00s)
test_concurrent_queries 32m PASS0m (0.00s)
test_injects_data_correctly 32m PASS0m (0.00s)
test_reads_from_empty_file 32m PASS0m (0.00s)
test_run_txn_via_query 32m PASS0m (0.00s)
test_empty_or_not 32m PASS0m (0.00s)
test_all_decorators 32m PASS0m (0.00s)
test_concurrent_inserts 32m PASS0m (0.02s)
test_commits_on_exit_by_throw 32m PASS0m (0.00s)
test_import_from_indexed_factbase 32m PASS0m (0.00s)
test_export_import_concurrent 32m PASS0m (0.79s)
test_run_txn_with_inv 32m PASS0m (0.00s)
test_concurrent_transactions_with_rollbacks 32m PASS0m (0.00s)
test_modify_via_query 32m PASS0m (0.00s)
test_modifies_existing_fact_in_txn 32m PASS0m (0.00s)
test_concurrent_transactions_inserts 33m SKIP0m (0.00s)
test_txn_inside_query 32m PASS0m (0.00s)
test_dup_concurrent 32m PASS0m (0.21s)
test_appends_in_txn 32m PASS0m (0.00s)
test_different_properties_when_concurrent_inserts 32m PASS0m (0.00s)
test_serialize_and_deserialize 32m PASS0m (0.00s)
test_run_txn 32m PASS0m (0.00s)
test_simple_concurrent_inserts_in_txns 32m PASS0m (0.01s)
test_simple_concurrent_inserts_in_txns_with_sleep 32m PASS0m (0.08s)
test_simple_setting 32m PASS0m (0.00s)
TestIndexedGt
test_predicts_on_gt 32m PASS0m (0.00s)
test_predicts_on_gt_below_threshold 32m PASS0m (0.00s)
test_predicts_on_gt_with_floats 32m PASS0m (0.00s)
test_predicts_on_gt_with_missing_parameter 32m PASS0m (0.00s)
TestMin
test_min_success 32m PASS0m (0.00s)
test_not_enough_args 32m PASS0m (0.00s)
test_too_many_args 32m PASS0m (0.00s)
TestAssert
test_assert_raises_when_message_not_string 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_with_false_condition 32m PASS0m (0.00s)
test_assert_with_array_false_condition 32m PASS0m (0.00s)
test_assert_raises_when_second_arg_not_term 32m PASS0m (0.00s)
test_assert_raises_when_too_few_args 32m PASS0m (0.00s)
test_assert_raises_when_too_many_args 32m PASS0m (0.00s)
test_assert_with_true_condition 32m PASS0m (0.00s)
test_assert_with_mixed_array 32m PASS0m (0.00s)
TestFactAsYaml
test_multiple_values 32m PASS0m (0.00s)
test_prints_exactly 32m PASS0m (0.00s)
test_usage_example_from_issue 32m PASS0m (0.00s)
test_sorted_keys 32m PASS0m (0.00s)
test_simple_rendering 32m PASS0m (0.00s)
TestTaped
test_checks_for_emptiness 32m PASS0m (0.00s)
test_tracks_insertion 32m PASS0m (0.00s)
test_tracks_addition 32m PASS0m (0.00s)
test_tracks_addition_uniquely 32m PASS0m (0.00s)
test_joins_with_non_empty 32m PASS0m (0.00s)
test_disjoins_with_empty 32m PASS0m (0.00s)
test_disjoins_with_non_empty 32m PASS0m (0.00s)
test_joins_with_empty 32m PASS0m (0.00s)
test_tracks_factbase 32m PASS0m (0.00s)
test_tracks_deletion 32m PASS0m (0.00s)
TestToInteger
test_to_integer 32m PASS0m (0.00s)
TestConcat
test_concat 32m PASS0m (0.00s)
test_concat_empty 32m PASS0m (0.00s)
TestIndexedFactbase
test_export_and_import_with_index 32m PASS0m (0.00s)
test_queries_after_update_in_txn 32m PASS0m (0.01s)
test_insert_preserves_index 32m PASS0m (0.00s)
test_queries_after_insert_in_txn 32m PASS0m (0.00s)
test_works_with_huge_dataset 32m PASS0m (1.85s)
test_import_backward_compatibility 32m PASS0m (0.00s)
test_index_does_not_grow_unbounded_during_transactions 32m PASS0m (0.01s)
test_import_empty_raises_error 32m PASS0m (0.00s)
test_insert_allows_incremental_query 32m PASS0m (0.00s)
test_export_preserves_index 32m PASS0m (0.13s)
test_property_modification_clears_index 32m PASS0m (0.00s)
test_multiple_import_accumulates 32m PASS0m (0.00s)
test_queries_after_update 32m PASS0m (0.00s)
TestAgg
test_agg_with_correct_arguments 32m PASS0m (0.00s)
test_agg_with_invalid_arguments 32m PASS0m (0.00s)
test_aggregation 32m PASS0m (0.01s)
TestSyntax
test_simplification 32m PASS0m (0.00s)
test_simple_matching 32m PASS0m (0.00s)
test_makes_static_terms 32m PASS0m (0.00s)
test_broken_syntax 32m PASS0m (0.02s)
test_fails_when_term_is_not_a_class 32m PASS0m (0.00s)
test_makes_abstract_terms 32m PASS0m (0.00s)
test_fails_when_term_is_incorrectly_defined_class 32m PASS0m (0.00s)
test_fails_when_term_is_wrong_class 32m PASS0m (0.00s)
test_exact_parsing 32m PASS0m (0.00s)
test_raises_on_broken_syntax 32m PASS0m (0.01s)
test_parses_string_right 32m PASS0m (0.00s)
test_simple_parsing 32m PASS0m (0.00s)
TestAbsent
test_absent 32m PASS0m (0.00s)
TestIndexedOr
test_predicts_on_nested_or 32m PASS0m (0.00s)
test_predicts_on_or 32m PASS0m (0.00s)
test_predicts_on_or_with_nil 32m PASS0m (0.00s)
TestIndexedAnd
test_predicts_on_and 32m PASS0m (0.00s)
test_predicts_on_and_returns_nil 32m PASS0m (0.00s)
test_predicts_on_single_and 32m PASS0m (0.00s)
TestFlatten
test_mapping 32m PASS0m (0.00s)
test_without_sorter 32m PASS0m (0.00s)
TestIndexedUnique
test_predicts_on_unique 32m PASS0m (0.00s)
test_predicts_on_unique_with_combinations 32m PASS0m (0.00s)
TestIndexedFact
test_updates_origin 32m PASS0m (0.00s)
TestWhen
test_when_parametrized 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)
TestIndexedOne
test_predicts_on_one 32m PASS0m (0.00s)
TestAlways
test_always 32m PASS0m (0.00s)
test_always_with_arguments 32m PASS0m (0.00s)
TestTraced
test_traced 32m PASS0m (0.00s)
test_traced_raises 32m PASS0m (0.00s)
test_traced_raises_when_too_many_args 32m PASS0m (0.00s)
TestIndexedEq
test_predicts_on_eq 32m PASS0m (0.00s)
TestIndexedExists
test_predicts_on_exists 32m PASS0m (0.00s)
TestType
test_type 32m PASS0m (0.00s)
TestOr
test_or_false 32m PASS0m (0.00s)
test_or_true 32m PASS0m (0.00s)
TestUnique
#<Factbase::Unique:0x00007fae5e548d00 @operands=[:foo], @seen=#<Set: {[41], [1]}>>
test_unique 32m PASS0m (0.00s)
test_unique_stops_when_all_arguments_are_duplicates 32m PASS0m (0.00s)
test_unique_with_multiple_arguments 32m PASS0m (0.00s)
TestGt
test_compares_greater_than 32m PASS0m (0.00s)
test_compares_not_greater_than 32m PASS0m (0.00s)
TestFirst
test_first_absent 32m PASS0m (0.00s)
test_first_several 32m PASS0m (0.00s)
TestToTime
test_to_time 32m PASS0m (0.00s)
TestEnv
test_default 32m PASS0m (0.00s)
test_env 32m PASS0m (0.00s)
test_when_default_is_absent 32m PASS0m (0.00s)
TestLogged
test_avoid_inner_logging 32m PASS0m (0.00s)
test_with_txn 32m PASS0m (0.00s)
test_returns_to_s_correctly 32m PASS0m (0.00s)
test_with_modifying_txn 32m PASS0m (0.00s)
test_with_txn_rollback 32m PASS0m (0.00s)
test_proper_logging 32m PASS0m (0.00s)
test_returns_int 32m PASS0m (0.00s)
test_reading_one 32m PASS0m (0.00s)
test_returns_int_when_empty 32m PASS0m (0.00s)
test_logs_when_enumerator 32m PASS0m (0.00s)
test_with_empty_txn 32m PASS0m (0.00s)
test_simple_setting 32m PASS0m (0.00s)
test_with_slow_txn 32m PASS0m (0.40s)
TestSprintf
test_sprintf 32m PASS0m (0.00s)
TestIndexedLt
test_predicts_on_lt 32m PASS0m (0.00s)
test_predicts_on_lt_above_threshold 32m PASS0m (0.00s)
test_predicts_on_lt_with_floats 32m PASS0m (0.00s)
test_predicts_on_lt_with_missing_parameter 32m PASS0m (0.00s)
TestCachedQuery
test_negates_correctly 32m PASS0m (0.00s)
test_caches_while_being_decorated 32m PASS0m (0.84s)
test_works_with_logging 32m PASS0m (0.01s)
test_joins_too 32m PASS0m (0.00s)
test_aggregates_too 32m PASS0m (0.85s)
test_queries_many_times 32m PASS0m (0.00s)
test_deletes_too 32m PASS0m (0.00s)
TestNever
test_never 32m PASS0m (0.00s)
test_never_with_arguments 32m PASS0m (0.00s)
TestMinus
test_minus 32m PASS0m (0.00s)
test_minus_time 32m PASS0m (0.00s)
test_minus_time_singular 32m PASS0m (0.00s)
TestSum
test_sum_regular_values 32m PASS0m (0.00s)
test_sum_with_absent_values 32m PASS0m (0.00s)
TestToYAML
test_simple_rendering 32m PASS0m (0.00s)
test_sorts_keys 32m PASS0m (0.00s)
TestAccum
test_keep_duplicates 32m PASS0m (0.00s)
test_empties 32m PASS0m (0.00s)
test_prints_to_string 32m PASS0m (0.00s)
test_holds_props 32m PASS0m (0.00s)
test_appends_props 32m PASS0m (0.00s)
test_passes_props 32m PASS0m (0.00s)
test_fetches_without_conflict_with_global_name 32m PASS0m (0.00s)
TestSyncFactbase
test_change_property_value_in_txn_threadsafe 32m PASS0m (0.79s)
test_insert_threadsafe 32m PASS0m (0.20s)
test_nested_query_each_and_insert_threadsafe 32m PASS0m (0.48s)
test_queries_and_inserts 32m PASS0m (0.00s)
TestImpatient
test_with_txn 32m PASS0m (0.00s)
test_returns_to_s_correctly 32m PASS0m (0.00s)
test_query_one_timeout 32m PASS0m (0.20s)
test_custom_timeout 32m PASS0m (1.50s)
test_nil_factbase_raises 32m PASS0m (0.00s)
test_query_one 32m PASS0m (0.00s)
test_enumerator_support 32m PASS0m (0.00s)
test_query_completes_before_timeout 32m PASS0m (0.00s)
test_delete_timeout 32m PASS0m (0.04s)
test_returns_int_when_empty 32m PASS0m (0.00s)
test_returns_int 32m PASS0m (0.00s)
test_simple_query 32m PASS0m (0.00s)
TestLte
test_compares_less_than_or_equal 32m PASS0m (0.00s)
test_compares_not_greater_than 32m PASS0m (0.00s)
TestPrev
test_prev 32m PASS0m (0.00s)
TestDefn
test_defn_again_by_mistake 32m PASS0m (0.00s)
test_defn_bad_name_by_mistake 32m PASS0m (0.00s)
test_defn_bad_name_spelling_by_mistake 32m PASS0m (0.00s)
test_defn_simple 32m PASS0m (0.00s)
TestJoin
test_join 32m PASS0m (0.00s)
TestBest
test_best_always_left 32m PASS0m (0.00s)
test_best_always_right 32m PASS0m (0.00s)
test_best_max 32m PASS0m (0.00s)
test_best_min 32m PASS0m (0.00s)
TestCount
test_count_emptyseveral 32m PASS0m (0.00s)
test_count_several 32m PASS0m (0.00s)
TestCompare
test_evaluates_comparison 32m PASS0m (0.00s)
test_evaluates_comparison_less 32m PASS0m (0.00s)
TestLazyTaped
test_disjoins_with_non_empty 32m PASS0m (0.00s)
test_hash_map 32m PASS0m (0.00s)
test_find_by_object_id 32m PASS0m (0.00s)
test_read_only_txn_does_not_copy 32m PASS0m (0.00s)
test_copies_on_delete 32m PASS0m (0.00s)
test_copies_on_property_set 32m PASS0m (0.00s)
test_array_uniq_triggers_copy 32m PASS0m (0.00s)
test_enumerable_without_block 32m PASS0m (0.00s)
test_joins_with_empty 32m PASS0m (0.00s)
test_joins_with_non_empty 32m PASS0m (0.00s)
test_array_any 32m PASS0m (0.00s)
test_delete_in_txn 32m PASS0m (0.00s)
test_array_to_a 32m PASS0m (0.00s)
test_array_index_access 32m PASS0m (0.00s)
test_rollback_does_not_modify 32m PASS0m (0.00s)
test_insert_in_txn 32m PASS0m (0.00s)
test_hash_keys 32m PASS0m (0.00s)
test_modifying_txn_copies_lazily 32m PASS0m (0.00s)
test_copies_on_insert 32m PASS0m (0.00s)
test_copies_on_array_append 32m PASS0m (0.00s)
test_tracks_addition_uniquely 32m PASS0m (0.00s)
test_does_not_copy_on_read 32m PASS0m (0.00s)
test_array_each_enumerable 32m PASS0m (0.00s)
test_tracks_insertion 32m PASS0m (0.00s)
test_to_a_without_copy 32m PASS0m (0.00s)
test_to_a_after_modification 32m PASS0m (0.00s)
test_disjoins_with_empty 32m PASS0m (0.00s)
TestSize
test_size 32m PASS0m (0.00s)
TestMany
test_many 32m PASS0m (0.00s)
TestSimplified
test_unique_operands_complex 32m PASS0m (0.00s)
test_unique_operands_simple 32m PASS0m (0.00s)
TestRules
test_in_combination_with_pre 32m PASS0m (0.00s)
test_to_string 32m PASS0m (0.00s)
test_check_with_id 32m PASS0m (0.00s)
test_defends_against_id_duplicates 32m PASS0m (0.00s)
test_fails_if_id_duplicates_are_there_already 32m PASS0m (0.00s)
test_check_only_when_txn_is_closed 32m PASS0m (0.00s)
test_query_one 32m PASS0m (0.00s)
test_rollback_on_violation 32m PASS0m (0.00s)
test_simple_checking 32m PASS0m (0.00s)
TestToFloat
test_to_float 32m PASS0m (0.00s)
TestInv
test_pre_and_inv 32m PASS0m (0.00s)
test_simple_checking 32m PASS0m (0.00s)
TestNot
test_not 32m PASS0m (0.00s)
test_not_reverse 32m PASS0m (0.00s)
test_not_with_arguments 32m PASS0m (0.00s)
TestToXML
test_sorts_keys 32m PASS0m (0.00s)
test_meta_data_presence 32m PASS0m (0.00s)
test_to_xml_with_short_names 32m PASS0m (0.00s)
test_simple_rendering 32m PASS0m (0.00s)
test_complex_rendering 32m PASS0m (0.00s)
test_show_types_as_attributes 32m PASS0m (0.00s)
TestNth
test_nth 32m PASS0m (0.00s)
test_nth_out_of_bounds 32m PASS0m (0.00s)
Finished in 18.05210s
421 tests, 27776 assertions, 32m0 failures, 0 errors, 0m33m2 skips0m
Coverage report generated for test to /home/r/repo/coverage.
Line Coverage: 98.86% (2247 / 2273)
Coverage report generated for test to /home/r/repo/coverage/coverage.xml.
Line Coverage: 98.86% (2247 / 2273)
+ bundle exec ruby test/factbase/cached/test_cached_factbase.rb /#1200
#1200: Started with run options --seed 53550
#1200:
#1200: TestCachedFactbase
#1200: test_inserts_and_queries PASS (0.00s)
#1200: test_queries_after_update_in_txn PASS (0.00s)
#1200: test_prints_fact_correctly PASS (0.00s)
#1200:
#1200: Finished in 0.00744s
#1200: 3 tests, 7 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/cached/test_cached_query.rb /#1210
#1210: Started with run options --seed 48047
#1210:
#1210: TestCachedQuery
#1210: test_deletes_too PASS (0.00s)
#1210: test_works_with_logging PASS (0.00s)
#1210: test_joins_too PASS (0.00s)
#1210: test_caches_while_being_decorated PASS (0.69s)
#1210: test_queries_many_times PASS (0.00s)
#1210: test_negates_correctly PASS (0.00s)
#1210: test_aggregates_too PASS (0.66s)
#1210:
#1210: Finished in 1.36470s
#1210: 7 tests, 30 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_and.rb /#1220
#1220: Started with run options --seed 36139
#1220:
#1220: TestIndexedAnd
#1220: test_predicts_on_single_and PASS (0.00s)
#1220: test_predicts_on_and PASS (0.00s)
#1220: test_predicts_on_and_returns_nil PASS (0.00s)
#1220:
#1220: Finished in 0.00245s
#1220: 3 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_eq.rb /#1230
#1230: Started with run options --seed 5742
#1230:
#1230: TestIndexedEq
#1230: test_predicts_on_eq PASS (0.00s)
#1230:
#1230: Finished in 0.00164s
#1230: 1 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_exists.rb /#1240
#1240: Started with run options --seed 51044
#1240:
#1240: TestIndexedExists
#1240: test_predicts_on_exists PASS (0.00s)
#1240:
#1240: Finished in 0.00188s
#1240: 1 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_fact.rb /#1250
#1250: Started with run options --seed 36284
#1250:
#1250: TestIndexedFact
#1250: test_updates_origin PASS (0.00s)
#1250:
#1250: Finished in 0.00201s
#1250: 1 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_factbase.rb /#1260
#1260: Started with run options --seed 16275
#1260:
#1260: TestIndexedFactbase
#1260: test_insert_preserves_index PASS (0.00s)
#1260: test_import_empty_raises_error PASS (0.00s)
#1260: test_works_with_huge_dataset PASS (1.47s)
#1260: test_property_modification_clears_index PASS (0.00s)
#1260: test_import_backward_compatibility PASS (0.00s)
#1260: test_export_and_import_with_index PASS (0.00s)
#1260: test_multiple_import_accumulates PASS (0.00s)
#1260: test_export_preserves_index PASS (0.12s)
#1260: test_queries_after_insert_in_txn PASS (0.00s)
#1260: test_queries_after_update PASS (0.00s)
#1260: test_insert_allows_incremental_query PASS (0.00s)
#1260: test_queries_after_update_in_txn PASS (0.01s)
#1260: test_index_does_not_grow_unbounded_during_transactions PASS (0.01s)
#1260:
#1260: Finished in 1.61358s
#1260: 13 tests, 109 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_gt.rb /#1271
#1271: Started with run options --seed 24018
#1271:
#1271: TestIndexedGt
#1271: test_predicts_on_gt_with_missing_parameter PASS (0.00s)
#1271: test_predicts_on_gt PASS (0.00s)
#1271: test_predicts_on_gt_below_threshold PASS (0.00s)
#1271: test_predicts_on_gt_with_floats PASS (0.00s)
#1271:
#1271: Finished in 0.00122s
#1271: 4 tests, 7 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_lt.rb /#1281
#1281: Started with run options --seed 35077
#1281:
#1281: TestIndexedLt
#1281: test_predicts_on_lt_with_missing_parameter PASS (0.00s)
#1281: test_predicts_on_lt_with_floats PASS (0.00s)
#1281: test_predicts_on_lt_above_threshold PASS (0.00s)
#1281: test_predicts_on_lt PASS (0.00s)
#1281:
#1281: Finished in 0.00123s
#1281: 4 tests, 7 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_not.rb /#1291
#1291: Started with run options --seed 50059
#1291:
#1291: TestIndexedNot
#1291: test_predicts_on_not_returns_nil PASS (0.00s)
#1291: test_predicts_on_not PASS (0.00s)
#1291:
#1291: Finished in 0.00430s
#1291: 2 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_one.rb /#1301
#1301: Started with run options --seed 8640
#1301:
#1301: TestIndexedOne
#1301: test_predicts_on_one PASS (0.00s)
#1301:
#1301: Finished in 0.00227s
#1301: 1 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_or.rb /#1311
#1311: Started with run options --seed 24129
#1311:
#1311: TestIndexedOr
#1311: test_predicts_on_or PASS (0.00s)
#1311: test_predicts_on_nested_or PASS (0.00s)
#1311: test_predicts_on_or_with_nil PASS (0.00s)
#1311:
#1311: Finished in 0.00386s
#1311: 3 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_query.rb /#1321
#1321: Started with run options --seed 7132
#1321:
#1321: TestIndexedQuery
#1321: test_finds_by_eq_with_agg PASS (0.00s)
#1321: test_fills_up_the_index PASS (0.00s)
#1321: test_finds_max_value PASS (0.00s)
#1321: test_finds_with_disjunction_in_txn PASS (0.00s)
#1321: test_finds_by_eq_with_symbol PASS (0.00s)
#1321: test_queries_and_updates_origin PASS (0.00s)
#1321: test_finds_by_eq_with_formula PASS (0.00s)
#1321: test_finds_by_eq_with_array PASS (0.00s)
#1321: test_finds_with_disjunction PASS (0.00s)
#1321: test_joins_too PASS (2.48s)
#1321: test_deletes_too PASS (0.00s)
#1321: test_finds_by_eq PASS (0.00s)
#1321: test_converts_to_string PASS (0.00s)
#1321: test_attaches_alias PASS (0.00s)
#1321: test_finds_with_inversion PASS (0.00s)
#1321: test_finds_by_eq_in_txn PASS (0.00s)
#1321: test_finds_with_conjunction PASS (0.00s)
#1321: test_queries_many_times PASS (0.00s)
#1321: test_joins_simple_one PASS (0.00s)
#1321:
#1321: Finished in 2.50770s
#1321: 19 tests, 53 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_term.rb /#1331
#1331: Started with run options --seed 51034
#1331:
#1331: TestIndexedTerm
#1331: test_predicts_on_others PASS (0.00s)
#1331:
#1331: Finished in 0.00119s
#1331: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/indexed/test_indexed_unique.rb /#1341
#1341: Started with run options --seed 36476
#1341:
#1341: TestIndexedUnique
#1341: test_predicts_on_unique_with_combinations PASS (0.00s)
#1341: test_predicts_on_unique PASS (0.00s)
#1341:
#1341: Finished in 0.00099s
#1341: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/sync/test_sync_factbase.rb /#1351
#1351: Started with run options --seed 23022
#1351:
#1351: TestSyncFactbase
#1351: test_insert_threadsafe PASS (0.21s)
#1351: test_change_property_value_in_txn_threadsafe PASS (0.71s)
#1351: test_nested_query_each_and_insert_threadsafe PASS (0.50s)
#1351: test_queries_and_inserts PASS (0.00s)
#1351:
#1351: Finished in 1.41259s
#1351: 4 tests, 9 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/sync/test_sync_query.rb /#1481
#1481: Started with run options --seed 17132
#1481:
#1481: TestSyncQuery
#1481: test_queries_many_times PASS (0.01s)
#1481: test_deletes_too PASS (0.00s)
#1481:
#1481: Finished in 0.01639s
#1481: 2 tests, 6 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_absent.rb /#1491
#1491: Started with run options --seed 25164
#1491:
#1491: TestAbsent
#1491: test_absent PASS (0.00s)
#1491:
#1491: Finished in 0.00090s
#1491: 1 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_agg.rb /#1501
#1501: Started with run options --seed 17577
#1501:
#1501: TestAgg
#1501: test_agg_with_correct_arguments PASS (0.00s)
#1501: test_aggregation PASS (0.00s)
#1501: test_agg_with_invalid_arguments PASS (0.00s)
#1501:
#1501: Finished in 0.00675s
#1501: 3 tests, 24 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_always.rb /#1511
#1511: Started with run options --seed 6695
#1511:
#1511: TestAlways
#1511: test_always_with_arguments PASS (0.00s)
#1511: test_always PASS (0.00s)
#1511:
#1511: Finished in 0.00106s
#1511: 2 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_and.rb /#1521
#1521: Started with run options --seed 37555
#1521:
#1521: TestAnd
#1521: test_and_true PASS (0.00s)
#1521: test_and_false PASS (0.00s)
#1521:
#1521: Finished in 0.00217s
#1521: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_as.rb /#1531
#1531: Started with run options --seed 41499
#1531:
#1531: TestAs
#1531: test_aliases PASS (0.00s)
#1531:
#1531: Finished in 0.00232s
#1531: 1 tests, 8 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_assert.rb /#1541
#1541: Started with run options --seed 13755
#1541:
#1541: TestAssert
#1541: test_assert_with_array_false_condition PASS (0.00s)
#1541: test_assert_with_true_condition PASS (0.00s)
#1541: test_assert_with_false_condition PASS (0.00s)
#1541: test_assert_raises_when_too_few_args PASS (0.00s)
#1541: test_assert_raises_when_second_arg_not_term PASS (0.00s)
#1541: test_assert_with_mixed_array PASS (0.00s)
#1541: test_assert_raises_when_too_many_args PASS (0.00s)
#1541: test_assert_raises_when_message_not_string PASS (0.00s)
#1541: test_assert_with_zero_value PASS (0.00s)
#1541: test_assert_with_array_true_condition PASS (0.00s)
#1541:
#1541: Finished in 0.00289s
#1541: 10 tests, 24 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_best.rb /#1551
#1551: Started with run options --seed 21083
#1551:
#1551: TestBest
#1551: test_best_max PASS (0.00s)
#1551: test_best_min PASS (0.00s)
#1551: test_best_always_left PASS (0.00s)
#1551: test_best_always_right PASS (0.00s)
#1551:
#1551: Finished in 0.00209s
#1551: 4 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_boolean.rb /#1561
#1561: Started with run options --seed 53768
#1561:
#1561: TestBoolean
#1561: test_invalid_value PASS (0.00s)
#1561: test_first_element PASS (0.00s)
#1561: test_first_element_false PASS (0.00s)
#1561: test_direct_false PASS (0.00s)
#1561: test_direct_true PASS (0.00s)
#1561: test_nil_value PASS (0.00s)
#1561:
#1561: Finished in 0.00103s
#1561: 6 tests, 8 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_compare.rb /#1571
#1571: Started with run options --seed 3031
#1571:
#1571: TestCompare
#1571: test_evaluates_comparison_less PASS (0.00s)
#1571: test_evaluates_comparison PASS (0.00s)
#1571:
#1571: Finished in 0.00142s
#1571: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_concat.rb /#1581
#1581: Started with run options --seed 8473
#1581:
#1581: TestConcat
#1581: test_concat_empty PASS (0.00s)
#1581: test_concat PASS (0.00s)
#1581:
#1581: Finished in 0.00098s
#1581: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_count.rb /#1591
#1591: Started with run options --seed 14532
#1591:
#1591: TestCount
#1591: test_count_several PASS (0.00s)
#1591: test_count_emptyseveral PASS (0.00s)
#1591:
#1591: Finished in 0.00085s
#1591: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_defn.rb /#1601
#1601: Started with run options --seed 10093
#1601:
#1601: TestDefn
#1601: test_defn_again_by_mistake PASS (0.00s)
#1601: test_defn_bad_name_by_mistake PASS (0.00s)
#1601: test_defn_bad_name_spelling_by_mistake PASS (0.00s)
#1601: test_defn_simple PASS (0.00s)
#1601:
#1601: Finished in 0.00304s
#1601: 4 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_div.rb /#1611
#1611: Started with run options --seed 41555
#1611:
#1611: TestDiv
#1611: test_div_times_not_supported PASS (0.00s)
#1611: test_div_numbers PASS (0.00s)
#1611:
#1611: Finished in 0.00099s
#1611: 2 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_either.rb /#1621
#1621: Started with run options --seed 43313
#1621:
#1621: TestEither
#1621: test_either_first_not_nil PASS (0.00s)
#1621: test_either_first_nil PASS (0.00s)
#1621:
#1621: Finished in 0.00185s
#1621: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_empty.rb /#1631
#1631: Started with run options --seed 23656
#1631:
#1631: TestEmpty
#1631: test_not_empty_directly_with_terms PASS (0.00s)
#1631: test_empty_directly_with_terms PASS (0.00s)
#1631: test_empty_query PASS (0.00s)
#1631: test_empty_wrong_arguments PASS (0.00s)
#1631: test_empty_query_with_params PASS (0.00s)
#1631:
#1631: Finished in 0.00382s
#1631: 5 tests, 8 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_env.rb /#1641
#1641: Started with run options --seed 22460
#1641:
#1641: TestEnv
#1641: test_env PASS (0.00s)
#1641: test_when_default_is_absent PASS (0.00s)
#1641: test_default PASS (0.00s)
#1641:
#1641: Finished in 0.00100s
#1641: 3 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_eq.rb /#1651
#1651: Started with run options --seed 11755
#1651:
#1651: TestEq
#1651: test_compares_not_equal PASS (0.00s)
#1651: test_compares_equal PASS (0.00s)
#1651:
#1651: Finished in 0.00090s
#1651: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_exists.rb /#1661
#1661: Started with run options --seed 28619
#1661:
#1661: TestExists
#1661: test_exists PASS (0.00s)
#1661:
#1661: Finished in 0.00088s
#1661: 1 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_first.rb /#1671
#1671: Started with run options --seed 33608
#1671:
#1671: TestFirst
#1671: test_first_several PASS (0.00s)
#1671: test_first_absent PASS (0.00s)
#1671:
#1671: Finished in 0.00120s
#1671: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_gt.rb /#1681
#1681: Started with run options --seed 58714
#1681:
#1681: TestGt
#1681: test_compares_greater_than PASS (0.00s)
#1681: test_compares_not_greater_than PASS (0.00s)
#1681:
#1681: Finished in 0.00133s
#1681: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_gte.rb /#1691
#1691: Started with run options --seed 19106
#1691:
#1691: TestGte
#1691: test_compares_greater_than_or_equal PASS (0.00s)
#1691: test_compares_not_greater_than_or_equal PASS (0.00s)
#1691:
#1691: Finished in 0.00100s
#1691: 2 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_inverted.rb /#1701
#1701: Started with run options --seed 9577
#1701:
#1701: TestInverted
#1701: test_inverting PASS (0.00s)
#1701:
#1701: Finished in 0.00253s
#1701: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_join.rb /#1711
#1711: Started with run options --seed 48471
#1711:
#1711: TestJoin
#1711: test_join PASS (0.00s)
#1711:
#1711: Finished in 0.00647s
#1711: 1 tests, 8 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_logical.rb /#1721
#1721: Started with run options --seed 10696
#1721:
#1721: TestLogical
#1721: test_not_eq_matching PASS (0.00s)
#1721: test_when_matching PASS (0.00s)
#1721: test_not_matching PASS (0.00s)
#1721: test_or_matching PASS (0.00s)
#1721: test_either PASS (0.00s)
#1721:
#1721: Finished in 0.00251s
#1721: 5 tests, 10 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_lt.rb /#1731
#1731: Started with run options --seed 48603
#1731:
#1731: TestLt
#1731: test_compares_not_less_than PASS (0.00s)
#1731: test_compares_less_than PASS (0.00s)
#1731:
#1731: Finished in 0.00110s
#1731: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_lte.rb /#1741
#1741: Started with run options --seed 35078
#1741:
#1741: TestLte
#1741: test_compares_less_than_or_equal PASS (0.00s)
#1741: test_compares_not_greater_than PASS (0.00s)
#1741:
#1741: Finished in 0.00170s
#1741: 2 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_many.rb /#1751
#1751: Started with run options --seed 13918
#1751:
#1751: TestMany
#1751: test_many PASS (0.00s)
#1751:
#1751: Finished in 0.00087s
#1751: 1 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_matches.rb /#1761
#1761: Started with run options --seed 44160
#1761:
#1761: TestMatches
#1761: test_regexp_matching PASS (0.00s)
#1761:
#1761: Finished in 0.00264s
#1761: 1 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_math.rb /#1771
#1771: Started with run options --seed 53174
#1771:
#1771: TestMath
#1771: test_lt PASS (0.00s)
#1771: test_minus PASS (0.00s)
#1771: test_gt_time_string PASS (0.00s)
#1771: test_div_times_not_supported PASS (0.00s)
#1771: test_gte PASS (0.00s)
#1771: test_gt_time PASS (0.00s)
#1771: test_lt_time PASS (0.00s)
#1771: test_eq PASS (0.00s)
#1771: test_lte PASS (0.00s)
#1771: test_eq_time PASS (0.00s)
#1771: test_simple PASS (0.00s)
#1771: test_minus_time_singular PASS (0.00s)
#1771: test_minus_time PASS (0.00s)
#1771: test_zero PASS (0.00s)
#1771: test_gt PASS (0.00s)
#1771:
#1771: Finished in 0.00527s
#1771: 15 tests, 46 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_max.rb /#1781
#1781: Started with run options --seed 48245
#1781:
#1781: TestMax
#1781: test_not_enough_args PASS (0.00s)
#1781: test_max PASS (0.00s)
#1781: test_too_many_args PASS (0.00s)
#1781:
#1781: Finished in 0.00235s
#1781: 3 tests, 7 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_min.rb /#1791
#1791: Started with run options --seed 31677
#1791:
#1791: TestMin
#1791: test_min_success PASS (0.00s)
#1791: test_not_enough_args PASS (0.00s)
#1791: test_too_many_args PASS (0.00s)
#1791:
#1791: Finished in 0.00104s
#1791: 3 tests, 7 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_minus.rb /#1801
#1801: Started with run options --seed 28438
#1801:
#1801: TestMinus
#1801: test_minus PASS (0.00s)
#1801: test_minus_time_singular PASS (0.00s)
#1801: test_minus_time PASS (0.00s)
#1801:
#1801: Finished in 0.00148s
#1801: 3 tests, 6 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_never.rb /#1811
#1811: Started with run options --seed 16320
#1811:
#1811: TestNever
#1811: test_never PASS (0.00s)
#1811: test_never_with_arguments PASS (0.00s)
#1811:
#1811: Finished in 0.00338s
#1811: 2 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_nil.rb /#1821
#1821: Started with run options --seed 45273
#1821:
#1821: TestNil
#1821: test_nil PASS (0.00s)
#1821:
#1821: Finished in 0.00084s
#1821: 1 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_not.rb /#1831
#1831: Started with run options --seed 24136
#1831:
#1831: TestNot
#1831: test_not_with_arguments PASS (0.00s)
#1831: test_not PASS (0.00s)
#1831: test_not_reverse PASS (0.00s)
#1831:
#1831: Finished in 0.00238s
#1831: 3 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_nth.rb /#1841
#1841: Started with run options --seed 33695
#1841:
#1841: TestNth
#1841: test_nth PASS (0.00s)
#1841: test_nth_out_of_bounds PASS (0.00s)
#1841:
#1841: Finished in 0.00091s
#1841: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_one.rb /#1851
#1851: Started with run options --seed 11481
#1851:
#1851: TestOne
#1851: test_one PASS (0.00s)
#1851:
#1851: Finished in 0.00094s
#1851: 1 tests, 6 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_or.rb /#1861
#1861: Started with run options --seed 47396
#1861:
#1861: TestOr
#1861: test_or_true PASS (0.00s)
#1861: test_or_false PASS (0.00s)
#1861:
#1861: Finished in 0.00098s
#1861: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_plus.rb /#1871
#1871: Started with run options --seed 4457
#1871:
#1871: TestPlus
#1871: test_plus_time_seconds PASS (0.00s)
#1871: test_plus_time PASS (0.00s)
#1871: test_plus PASS (0.00s)
#1871: test_plus_time_weeks PASS (0.00s)
#1871: test_plus_time_hoursminutes PASS (0.00s)
#1871: test_plus_time_minutesseconds PASS (0.00s)
#1871:
#1871: Finished in 0.00348s
#1871: 6 tests, 12 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_prev.rb /#1881
#1881: Started with run options --seed 28877
#1881:
#1881: TestPrev
#1881: test_prev PASS (0.00s)
#1881:
#1881: Finished in 0.00084s
#1881: 1 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_simplified.rb /#1891
#1891: Started with run options --seed 32479
#1891:
#1891: TestSimplified
#1891: test_unique_operands_complex PASS (0.00s)
#1891: test_unique_operands_simple PASS (0.00s)
#1891:
#1891: Finished in 0.00242s
#1891: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_size.rb /#1901
#1901: Started with run options --seed 27973
#1901:
#1901: TestSize
#1901: test_size PASS (0.00s)
#1901:
#1901: Finished in 0.00106s
#1901: 1 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_sorted.rb /#1911
#1911: Started with run options --seed 56454
#1911:
#1911: TestSorted
#1911: test_sorting PASS (0.00s)
#1911: test_join_and_sort PASS (0.00s)
#1911:
#1911: Finished in 0.00379s
#1911: 2 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_sprintf.rb /#1921
#1921: Started with run options --seed 2305
#1921:
#1921: TestSprintf
#1921: test_sprintf PASS (0.00s)
#1921:
#1921: Finished in 0.00318s
#1921: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_sum.rb /#1931
#1931: Started with run options --seed 43487
#1931:
#1931: TestSum
#1931: test_sum_with_absent_values PASS (0.00s)
#1931: test_sum_regular_values PASS (0.00s)
#1931:
#1931: Finished in 0.00104s
#1931: 2 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_times.rb /#1941
#1941: Started with run options --seed 62640
#1941:
#1941: TestTimes
#1941: test_times PASS (0.00s)
#1941:
#1941: Finished in 0.00185s
#1941: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_to_float.rb /#1951
#1951: Started with run options --seed 30961
#1951:
#1951: TestToFloat
#1951: test_to_float PASS (0.00s)
#1951:
#1951: Finished in 0.00129s
#1951: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_to_integer.rb /#1961
#1961: Started with run options --seed 11490
#1961:
#1961: TestToInteger
#1961: test_to_integer PASS (0.00s)
#1961:
#1961: Finished in 0.00098s
#1961: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_to_string.rb /#1971
#1971: Started with run options --seed 55138
#1971:
#1971: TestToString
#1971: test_to_str PASS (0.00s)
#1971:
#1971: Finished in 0.00190s
#1971: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_to_time.rb /#1981
#1981: Started with run options --seed 329
#1981:
#1981: TestToTime
#1981: test_to_time PASS (0.00s)
#1981:
#1981: Finished in 0.00099s
#1981: 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_traced.rb /#1991
#1991: Started with run options --seed 42458
#1991:
#1991: TestTraced
#1991: test_traced_raises_when_too_many_args PASS (0.00s)
#1991: test_traced_raises PASS (0.00s)
#1991: test_traced PASS (0.00s)
#1991:
#1991: Finished in 0.00225s
#1991: 3 tests, 8 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_type.rb /#2001
#2001: Started with run options --seed 22426
#2001:
#2001: TestType
#2001: test_type PASS (0.00s)
#2001:
#2001: Finished in 0.00203s
#2001: 1 tests, 6 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_undef.rb /#2011
#2011: Started with run options --seed 59948
#2011:
#2011: TestUndef
#2011: test_undef_simple PASS (0.00s)
#2011:
#2011: Finished in 0.00201s
#2011: 1 tests, 2 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_unique.rb /#2021
#2021: Started with run options --seed 15622
#2021:
#2021: TestUnique
#2021: test_unique_stops_when_all_arguments_are_duplicates PASS (0.00s)
#2021: test_unique_with_multiple_arguments PASS (0.00s)
#2021: #<Factbase::Unique:0x00007fd23ffb7818 @operands=[:foo], @seen=#<Set: {[41], [1]}>>
#2021: test_unique PASS (0.00s)
#2021:
#2021: Finished in 0.00120s
#2021: 3 tests, 15 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_when.rb /#2031
#2031: Started with run options --seed 18894
#2031:
#2031: TestWhen
#2031: test_when_parametrized PASS (0.00s)
#2031:
#2031: Finished in 0.00100s
#2031: 1 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/terms/test_zero.rb /#2041
#2041: Started with run options --seed 21986
#2041:
#2041: TestZero
#2041: test_zero PASS (0.00s)
#2041:
#2041: Finished in 0.00086s
#2041: 1 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_accum.rb /#2051
#2051: Started with run options --seed 24025
#2051:
#2051: TestAccum
#2051: test_empties PASS (0.00s)
#2051: test_fetches_without_conflict_with_global_name PASS (0.00s)
#2051: test_passes_props PASS (0.00s)
#2051: test_appends_props PASS (0.00s)
#2051: test_keep_duplicates PASS (0.00s)
#2051: test_prints_to_string PASS (0.00s)
#2051: test_holds_props PASS (0.00s)
#2051:
#2051: Finished in 0.00110s
#2051: 7 tests, 11 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_churn.rb /#2061
#2061: Started with run options --seed 21840
#2061:
#2061: TestChurn
#2061: test_concatenates_with_other PASS (0.00s)
#2061: test_appends PASS (0.00s)
#2061: test_checks_for_zero PASS (0.00s)
#2061: test_converts_empty_to_string PASS (0.00s)
#2061: test_makes_a_duplicate PASS (0.00s)
#2061:
#2061: Finished in 0.00164s
#2061: 5 tests, 6 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_fact.rb /#2071
#2071: Started with run options --seed 10624
#2071:
#2071: TestFact
#2071: test_set_by_name PASS (0.00s)
#2071: test_time_in_utc PASS (0.00s)
#2071: test_simple_resetting PASS (0.00s)
#2071: test_some_names_are_prohibited PASS (0.00s)
#2071: test_get_all_properties PASS (0.00s)
#2071: test_keeps_values_unique PASS (0.00s)
#2071: test_set_twice_same_value PASS (0.00s)
#2071: test_fails_when_setting_empty PASS (0.00s)
#2071: test_fails_when_setting_nil PASS (0.00s)
#2071: test_fails_when_empty PASS (0.00s)
#2071: test_fails_when_not_found PASS (0.00s)
#2071: test_injects_data_correctly PASS (0.00s)
#2071:
#2071: Finished in 0.00142s
#2071: 12 tests, 20 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_fact_as_yaml.rb /#2081
#2081: Started with run options --seed 2988
#2081:
#2081: TestFactAsYaml
#2081: test_prints_exactly PASS (0.00s)
#2081: test_sorted_keys PASS (0.00s)
#2081: test_multiple_values PASS (0.00s)
#2081: test_usage_example_from_issue PASS (0.01s)
#2081: test_simple_rendering PASS (0.00s)
#2081:
#2081: Finished in 0.01667s
#2081: 5 tests, 12 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_flatten.rb /#2091
#2091: Started with run options --seed 11929
#2091:
#2091: TestFlatten
#2091: test_without_sorter PASS (0.00s)
#2091: test_mapping PASS (0.00s)
#2091:
#2091: Finished in 0.00083s
#2091: 2 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_impatient.rb /#2101
#2101: Started with run options --seed 39957
#2101:
#2101: TestImpatient
#2101: test_returns_to_s_correctly PASS (0.00s)
#2101: test_nil_factbase_raises PASS (0.00s)
#2101: test_returns_int PASS (0.00s)
#2101: test_simple_query PASS (0.00s)
#2101: test_returns_int_when_empty PASS (0.00s)
#2101: test_query_one PASS (0.00s)
#2101: test_query_one_timeout PASS (0.21s)
#2101: test_delete_timeout PASS (0.03s)
#2101: test_enumerator_support PASS (0.00s)
#2101: test_custom_timeout PASS (1.50s)
#2101: test_with_txn PASS (0.00s)
#2101: test_query_completes_before_timeout PASS (0.00s)
#2101:
#2101: Finished in 1.74968s
#2101: 12 tests, 124 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_inv.rb /#2112
#2112: Started with run options --seed 3630
#2112:
#2112: TestInv
#2112: test_pre_and_inv PASS (0.00s)
#2112: test_simple_checking PASS (0.01s)
#2112:
#2112: Finished in 0.01320s
#2112: 2 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_lazy_taped.rb /#2122
#2122: Started with run options --seed 203
#2122:
#2122: TestLazyTaped
#2122: test_rollback_does_not_modify PASS (0.01s)
#2122: test_array_to_a PASS (0.00s)
#2122: test_array_each_enumerable PASS (0.00s)
#2122: test_array_index_access PASS (0.00s)
#2122: test_modifying_txn_copies_lazily PASS (0.00s)
#2122: test_find_by_object_id PASS (0.00s)
#2122: test_disjoins_with_non_empty PASS (0.00s)
#2122: test_joins_with_non_empty PASS (0.00s)
#2122: test_tracks_insertion PASS (0.00s)
#2122: test_to_a_after_modification PASS (0.00s)
#2122: test_read_only_txn_does_not_copy PASS (0.00s)
#2122: test_copies_on_insert PASS (0.00s)
#2122: test_copies_on_delete PASS (0.00s)
#2122: test_array_uniq_triggers_copy PASS (0.00s)
#2122: test_tracks_addition_uniquely PASS (0.00s)
#2122: test_hash_keys PASS (0.00s)
#2122: test_array_any PASS (0.00s)
#2122: test_hash_map PASS (0.00s)
#2122: test_disjoins_with_empty PASS (0.00s)
#2122: test_to_a_without_copy PASS (0.00s)
#2122: test_delete_in_txn PASS (0.00s)
#2122: test_enumerable_without_block PASS (0.00s)
#2122: test_insert_in_txn PASS (0.00s)
#2122: test_copies_on_property_set PASS (0.00s)
#2122: test_joins_with_empty PASS (0.00s)
#2122: test_copies_on_array_append PASS (0.00s)
#2122: test_does_not_copy_on_read PASS (0.00s)
#2122:
#2122: Finished in 0.01887s
#2122: 27 tests, 53 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_logged.rb /#2132
#2132: Started with run options --seed 8470
#2132:
#2132: TestLogged
#2132: test_returns_int_when_empty PASS (0.00s)
#2132: test_with_txn_rollback PASS (0.00s)
#2132: test_returns_int PASS (0.00s)
#2132: test_returns_to_s_correctly PASS (0.00s)
#2132: test_logs_when_enumerator PASS (0.00s)
#2132: test_with_empty_txn PASS (0.00s)
#2132: test_simple_setting PASS (0.00s)
#2132: test_proper_logging PASS (0.00s)
#2132: test_with_slow_txn PASS (0.40s)
#2132: test_with_modifying_txn PASS (0.00s)
#2132: test_avoid_inner_logging PASS (0.00s)
#2132: test_reading_one PASS (0.00s)
#2132: test_with_txn PASS (0.00s)
#2132:
#2132: Finished in 0.41311s
#2132: 13 tests, 46 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_pre.rb /#2142
#2142: Started with run options --seed 22489
#2142:
#2142: TestPre
#2142: test_simple_setting PASS (0.01s)
#2142: test_in_transaction PASS (0.00s)
#2142:
#2142: Finished in 0.01570s
#2142: 2 tests, 4 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_query.rb /#2152
#2152: Started with run options --seed 28650
#2152:
#2152: TestQuery
#2152: test_delete_by_id PASS (0.00s)
#2152: test_reading_one PASS (0.08s)
#2152: test_with_aliases PASS (0.00s)
#2152: test_simple_deleting PASS (0.00s)
#2152: test_scans_and_inserts PASS (0.02s)
#2152: test_deleting_nothing PASS (0.00s)
#2152: test_retrieves_all_facts PASS (0.00s)
#2152: test_simple_parsing_with_time PASS (0.00s)
#2152: test_scans_and_inserts_in_queried_txn PASS (0.07s)
#2152: test_scans_and_appends_in_queried_txn PASS (0.05s)
#2152: test_with_params PASS (0.00s)
#2152: test_txn_performance_degradation SKIP (0.00s)
#2152: test_stories PASS (2.57s)
#2152: test_turns_query_to_string PASS (0.00s)
#2152: test_with_nil_alias PASS (0.00s)
#2152: test_finds_with_substitution PASS (0.02s)
#2152: test_compare_time_with_the_past PASS (0.00s)
#2152: test_scans_and_inserts_in_txn PASS (0.12s)
#2152: test_simple_parsing PASS (0.00s)
#2152: test_complex_parsing PASS (1.40s)
#2152: test_get_all_properties PASS (0.00s)
#2152: test_to_array PASS (0.00s)
#2152: test_returns_int PASS (0.00s)
#2152:
#2152: Finished in 4.33420s
#2152: 23 tests, 25867 assertions, 0 failures, 0 errors, 1 skips
+ bundle exec ruby test/factbase/test_rules.rb /#2163
#2163: Started with run options --seed 59278
#2163:
#2163: TestRules
#2163: test_simple_checking PASS (0.00s)
#2163: test_fails_if_id_duplicates_are_there_already PASS (0.00s)
#2163: test_query_one PASS (0.00s)
#2163: test_defends_against_id_duplicates PASS (0.00s)
#2163: test_in_combination_with_pre PASS (0.00s)
#2163: test_check_with_id PASS (0.00s)
#2163: test_check_only_when_txn_is_closed PASS (0.00s)
#2163: test_to_string PASS (0.00s)
#2163: test_rollback_on_violation PASS (0.00s)
#2163:
#2163: Finished in 0.00944s
#2163: 9 tests, 13 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_syntax.rb /#2173
#2173: Started with run options --seed 652
#2173:
#2173: TestSyntax
#2173: test_simplification PASS (0.00s)
#2173: test_broken_syntax PASS (0.00s)
#2173: test_fails_when_term_is_wrong_class PASS (0.00s)
#2173: test_simple_matching PASS (0.00s)
#2173: test_makes_abstract_terms PASS (0.00s)
#2173: test_fails_when_term_is_incorrectly_defined_class PASS (0.00s)
#2173: test_exact_parsing PASS (0.00s)
#2173: test_simple_parsing PASS (0.00s)
#2173: test_makes_static_terms PASS (0.00s)
#2173: test_fails_when_term_is_not_a_class PASS (0.00s)
#2173: test_parses_string_right PASS (0.00s)
#2173: test_raises_on_broken_syntax PASS (0.02s)
#2173:
#2173: Finished in 0.02686s
#2173: 12 tests, 193 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_tallied.rb /#2183
#2183: Started with run options --seed 42561
#2183:
#2183: TestTallied
#2183: test_queries_empty_factbase PASS (0.02s)
#2183: test_counts_simple_changes PASS (0.00s)
#2183: test_counts_in_txn_after_rollback_throw PASS (0.00s)
#2183: test_counts_in_txn PASS (0.00s)
#2183: test_counts_in_txn_in_threads PASS (0.00s)
#2183: test_counts_size PASS (0.00s)
#2183: test_counts_in_txn_after_rollback PASS (0.00s)
#2183: test_counts_in_one PASS (0.00s)
#2183: test_returns_all_props PASS (0.00s)
#2183:
#2183: Finished in 0.03026s
#2183: 9 tests, 18 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_taped.rb /#2198
#2198: Started with run options --seed 7119
#2198:
#2198: TestTaped
#2198: test_checks_for_emptiness PASS (0.00s)
#2198: test_tracks_addition PASS (0.00s)
#2198: test_joins_with_empty PASS (0.00s)
#2198: test_tracks_factbase PASS (0.01s)
#2198: test_disjoins_with_empty PASS (0.00s)
#2198: test_joins_with_non_empty PASS (0.00s)
#2198: test_disjoins_with_non_empty PASS (0.00s)
#2198: test_tracks_insertion PASS (0.00s)
#2198: test_tracks_addition_uniquely PASS (0.00s)
#2198: test_tracks_deletion PASS (0.00s)
#2198:
#2198: Finished in 0.01655s
#2198: 10 tests, 14 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_tee.rb /#2208
#2208: Started with run options --seed 33070
#2208:
#2208: TestTee
#2208: test_all_properties PASS (0.00s)
#2208: test_fetches_simply PASS (0.00s)
#2208: test_prints_to_string PASS (0.00s)
#2208: test_no_trip_to_prim_if_not_found PASS (0.00s)
#2208: test_fetches_without_conflict_with_global_name PASS (0.00s)
#2208: test_two_facts PASS (0.00s)
#2208: test_recursively PASS (0.00s)
#2208:
#2208: Finished in 0.00124s
#2208: 7 tests, 12 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_term.rb /#2218
#2218: Started with run options --seed 37803
#2218:
#2218: TestTerm
#2218: test_false_matching PASS (0.00s)
#2218: test_absent_matching PASS (0.00s)
#2218: test_at PASS (0.00s)
#2218: test_type_matching PASS (0.00s)
#2218: test_redresses_itself PASS (0.01s)
#2218: test_report_other_error PASS (0.00s)
#2218: test_report_missing_term PASS (0.00s)
#2218: test_exists_matching PASS (0.00s)
#2218: test_past PASS (0.00s)
#2218: test_size_matching PASS (0.00s)
#2218:
#2218: Finished in 0.00778s
#2218: 10 tests, 27 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_to_json.rb /#2228
#2228: Started with run options --seed 15795
#2228:
#2228: TestToJSON
#2228: test_simple_rendering PASS (0.00s)
#2228: test_sort_keys PASS (0.00s)
#2228:
#2228: Finished in 0.00206s
#2228: 2 tests, 3 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_to_xml.rb /#2238
#2238: Started with run options --seed 3208
#2238:
#2238: TestToXML
#2238: test_meta_data_presence PASS (0.00s)
#2238: test_to_xml_with_short_names PASS (0.00s)
#2238: test_show_types_as_attributes PASS (0.00s)
#2238: test_complex_rendering PASS (0.00s)
#2238: test_simple_rendering PASS (0.00s)
#2238: test_sorts_keys PASS (0.00s)
#2238:
#2238: Finished in 0.00548s
#2238: 6 tests, 34 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/factbase/test_to_yaml.rb /#2248
#2248: Started with run options --seed 40217
#2248:
#2248: TestToYAML
#2248: test_sorts_keys PASS (0.00s)
#2248: test_simple_rendering PASS (0.00s)
#2248:
#2248: Finished in 0.00477s
#2248: 2 tests, 5 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/test__helper.rb /#2258
#2258: Started with run options --seed 4212
#2258:
#2258: Finished in 0.00103s
#2258: 0 tests, 0 assertions, 0 failures, 0 errors, 0 skips
+ bundle exec ruby test/test_factbase.rb /#2268
#2268: Started with run options --seed 15906
#2268:
#2268: TestFactbase
#2268: test_dup_concurrent PASS (0.15s)
#2268: test_concurrent_transactions_successful PASS (0.01s)
#2268: test_txn_inside_query PASS (0.00s)
#2268: test_simple_concurrent_inserts PASS (0.00s)
#2268: test_simple_concurrent_inserts_in_txns_with_sleep PASS (0.06s)
#2268: test_txn_with_rollback PASS (0.00s)
#2268: test_different_properties_when_concurrent_inserts PASS (0.00s)
#2268: test_query_many_times PASS (0.00s)
#2268: test_rolls_back PASS (0.00s)
#2268: test_deals_with_arrays_in_txn PASS (0.00s)
#2268: test_txn_returns_boolean PASS (0.00s)
#2268: test_run_txn_via_query PASS (0.00s)
#2268: test_export_import_concurrent PASS (0.46s)
#2268: test_converts_query_to_term PASS (0.00s)
#2268: test_simple_setting PASS (0.00s)
#2268: test_concurrent_queries PASS (0.00s)
#2268: test_run_txn PASS (0.00s)
#2268: test_concurrent_transactions_with_rollbacks PASS (0.00s)
#2268: test_commits_on_exit_by_throw PASS (0.00s)
#2268: test_empty_or_not PASS (0.00s)
#2268: test_different_values_when_concurrent_inserts PASS (0.00s)
#2268: test_reads_from_empty_file PASS (0.00s)
#2268: test_injects_data_correctly PASS (0.00s)
#2268: test_modifies_existing_fact_in_txn PASS (0.00s)
#2268: test_all_decorators PASS (0.00s)
#2268: test_get_raise_for_empty_fact PASS (0.00s)
#2268: test_concurrent_transactions_inserts SKIP (0.00s)
#2268: test_concurrent_inserts PASS (0.00s)
#2268: test_serialize_and_deserialize PASS (0.00s)
#2268: test_simple_concurrent_inserts_in_txns PASS (0.01s)
#2268: test_import_from_indexed_factbase PASS (0.01s)
#2268: test_modify_via_query PASS (0.00s)
#2268: test_evals_complex_txn PASS (0.00s)
#2268: test_appends_in_txn PASS (0.00s)
#2268: test_run_txn_with_inv PASS (0.00s)
#2268:
#2268: Finished in 0.71814s
#2268: 35 tests, 746 assertions, 0 failures, 0 errors, 1 skips
+ bundle exec ruby lib/factbase/accum.rb /#2698
+ bundle exec ruby lib/factbase/cached/cached_fact.rb /#2708
+ bundle exec ruby lib/factbase/cached/cached_factbase.rb /#2718
+ bundle exec ruby lib/factbase/cached/cached_query.rb /#2728
+ bundle exec ruby lib/factbase/cached/cached_term.rb /#2738
+ bundle exec ruby lib/factbase/churn.rb /#2748
+ bundle exec ruby lib/factbase/fact.rb /#2758
+ bundle exec ruby lib/factbase/fact_as_yaml.rb /#2768
+ bundle exec ruby lib/factbase/flatten.rb /#2778
+ bundle exec ruby lib/factbase/impatient.rb /#2788
+ bundle exec ruby lib/factbase/indexed/indexed_absent.rb /#2798
+ bundle exec ruby lib/factbase/indexed/indexed_and.rb /#2808
+ bundle exec ruby lib/factbase/indexed/indexed_eq.rb /#2818
+ bundle exec ruby lib/factbase/indexed/indexed_exists.rb /#2828
+ bundle exec ruby lib/factbase/indexed/indexed_fact.rb /#2838
+ bundle exec ruby lib/factbase/indexed/indexed_factbase.rb /#2848
+ bundle exec ruby lib/factbase/indexed/indexed_gt.rb /#2858
+ bundle exec ruby lib/factbase/indexed/indexed_lt.rb /#2868
+ bundle exec ruby lib/factbase/indexed/indexed_not.rb /#2878
+ bundle exec ruby lib/factbase/indexed/indexed_one.rb /#2888
+ bundle exec ruby lib/factbase/indexed/indexed_or.rb /#2898
+ bundle exec ruby lib/factbase/indexed/indexed_query.rb /#2908
+ bundle exec ruby lib/factbase/indexed/indexed_term.rb /#2918
+ bundle exec ruby lib/factbase/indexed/indexed_unique.rb /#2928
+ bundle exec ruby lib/factbase/inv.rb /#2938
+ bundle exec ruby lib/factbase/lazy_taped.rb /#2948
+ bundle exec ruby lib/factbase/lazy_taped_array.rb /#2958
+ bundle exec ruby lib/factbase/lazy_taped_hash.rb /#2968
+ bundle exec ruby lib/factbase/light.rb /#2978
+ bundle exec ruby lib/factbase/logged.rb /#2988
+ bundle exec ruby lib/factbase/pre.rb /#2998
+ bundle exec ruby lib/factbase/query.rb /#3008
+ bundle exec ruby lib/factbase/rules.rb /#3018
+ bundle exec ruby lib/factbase/sync/sync_factbase.rb /#3028
+ bundle exec ruby lib/factbase/sync/sync_query.rb /#3038
+ bundle exec ruby lib/factbase/syntax.rb /#3048
+ bundle exec ruby lib/factbase/tallied.rb /#3058
+ bundle exec ruby lib/factbase/taped.rb /#3068
+ bundle exec ruby lib/factbase/tee.rb /#3078
+ bundle exec ruby lib/factbase/term.rb /#3088
+ bundle exec ruby lib/factbase/terms/absent.rb /#3098
+ bundle exec ruby lib/factbase/terms/agg.rb /#3108
+ bundle exec ruby lib/factbase/terms/always.rb /#3118
+ bundle exec ruby lib/factbase/terms/and.rb /#3128
+ bundle exec ruby lib/factbase/terms/arithmetic.rb /#3138
+ bundle exec ruby lib/factbase/terms/as.rb /#3148
+ bundle exec ruby lib/factbase/terms/assert.rb /#3158
+ bundle exec ruby lib/factbase/terms/base.rb /#3168
+ bundle exec ruby lib/factbase/terms/best.rb /#3178
+ bundle exec ruby lib/factbase/terms/boolean.rb /#3188
+ bundle exec ruby lib/factbase/terms/compare.rb /#3198
+ bundle exec ruby lib/factbase/terms/concat.rb /#3208
+ bundle exec ruby lib/factbase/terms/count.rb /#3218
+ bundle exec ruby lib/factbase/terms/defn.rb /#3228
+ bundle exec ruby lib/factbase/terms/div.rb /#3238
+ bundle exec ruby lib/factbase/terms/either.rb /#3248
+ bundle exec ruby lib/factbase/terms/empty.rb /#3258
+ bundle exec ruby lib/factbase/terms/env.rb /#3268
+ bundle exec ruby lib/factbase/terms/eq.rb /#3278
+ bundle exec ruby lib/factbase/terms/exists.rb /#3288
+ bundle exec ruby lib/factbase/terms/first.rb /#3298
+ bundle exec ruby lib/factbase/terms/gt.rb /#3308
+ bundle exec ruby lib/factbase/terms/gte.rb /#3318
+ bundle exec ruby lib/factbase/terms/head.rb /#3328
+ bundle exec ruby lib/factbase/terms/inverted.rb /#3338
+ bundle exec ruby lib/factbase/terms/join.rb /#3348
+ bundle exec ruby lib/factbase/terms/lt.rb /#3358
+ bundle exec ruby lib/factbase/terms/lte.rb /#3368
+ bundle exec ruby lib/factbase/terms/many.rb /#3378
+ bundle exec ruby lib/factbase/terms/matches.rb /#3388
+ bundle exec ruby lib/factbase/terms/max.rb /#3398
+ bundle exec ruby lib/factbase/terms/min.rb /#3408
+ bundle exec ruby lib/factbase/terms/minus.rb /#3418
+ bundle exec ruby lib/factbase/terms/never.rb /#3428
+ bundle exec ruby lib/factbase/terms/nil.rb /#3438
+ bundle exec ruby lib/factbase/terms/not.rb /#3448
+ bundle exec ruby lib/factbase/terms/nth.rb /#3458
+ bundle exec ruby lib/factbase/terms/one.rb /#3468
+ bundle exec ruby lib/factbase/terms/or.rb /#3478
+ bundle exec ruby lib/factbase/terms/plus.rb /#3488
+ bundle exec ruby lib/factbase/terms/prev.rb /#3498
+ bundle exec ruby lib/factbase/terms/simplified.rb /#3508
+ bundle exec ruby lib/factbase/terms/size.rb /#3518
+ bundle exec ruby lib/factbase/terms/sorted.rb /#3528
+ bundle exec ruby lib/factbase/terms/sprintf.rb /#3538
+ bundle exec ruby lib/factbase/terms/sum.rb /#3548
+ bundle exec ruby lib/factbase/terms/times.rb /#3558
+ bundle exec ruby lib/factbase/terms/to_float.rb /#3568
+ bundle exec ruby lib/factbase/terms/to_integer.rb /#3578
+ bundle exec ruby lib/factbase/terms/to_string.rb /#3588
+ bundle exec ruby lib/factbase/terms/to_time.rb /#3598
+ bundle exec ruby lib/factbase/terms/traced.rb /#3608
+ bundle exec ruby lib/factbase/terms/type.rb /#3618
+ bundle exec ruby lib/factbase/terms/undef.rb /#3628
+ bundle exec ruby lib/factbase/terms/unique.rb /#3638
+ bundle exec ruby lib/factbase/terms/when.rb /#3648
+ bundle exec ruby lib/factbase/terms/zero.rb /#3658
+ bundle exec ruby lib/factbase/to_json.rb /#3668
+ bundle exec ruby lib/factbase/to_xml.rb /#3678
+ bundle exec ruby lib/factbase/to_yaml.rb /#3688
+ bundle exec ruby lib/factbase/version.rb /#3698
+ bundle exec ruby lib/factbase.rb /#3708
Running RuboCop...
Inspecting 209 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.0m
209 files inspected, 32mno offenses0m detected
?25h2KFiles:neratingr102/Factbase/IndexedFactbase.html.0mtml0may.html0m
Modules: 2 ( 0 undocumented)
Classes: 115 ( 0 undocumented)
Constants: 4 ( 3 undocumented)
Attributes: 6 ( 0 undocumented)
Methods: 352 ( 119 undocumented)
74.53% documented
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git push origin master
To github.com:yegor256/factbase.git
01aeca9..85416df master -> master
container 956fd561f1b342ed3ed205aa7eeea1dd1d117ff89feaa80388436a8dd4d50067 is dead
Fri Dec 12 05:46:22 UTC 2025