Created
January 24, 2022 17:34
-
-
Save nateberkopec/28d53da12aeb6a4f905b1b005e372e1c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/9j0c1bk7rq7fkc7bcf4q25wk6rjm1z3d-gnumake-4.3/bin/make install target_prefix= | |
/nix/store/1qw1shw2a163h45rhr5pay488nbzfi6y-coreutils-9.0/bin/install -c -m 0755 puma_http11.so /host/nateberkopec/Documents/Code/upstream/puma/lib/puma | |
cp tmp/aarch64-linux/puma_http11/3.0.2/puma_http11.so tmp/aarch64-linux/stage/lib/puma/puma_http11.so | |
/host/nateberkopec/Documents/Code/upstream/puma/test/test_config.rb:70: warning: assigned but unused variable - bind_configuration | |
/host/nateberkopec/Documents/Code/upstream/puma/test/test_config.rb:71: warning: assigned but unused variable - app | |
ruby 3.0.2p107 (2021-07-07) [aarch64-linux] | |
RUBYOPT: -r/nix/store/6jdmjqw9m3n3n76z5dsig3d4anh091fm-ruby-3.0.2/lib/ruby/3.0.0/bundler/setup | |
Puma::MiniSSL OpenSSL | |
OPENSSL_LIBRARY_VERSION: OpenSSL 1.1.1l 24 Aug 2021 OpenSSL 1.1.1l 24 Aug 2021 | |
OPENSSL_VERSION: OpenSSL 1.1.1l 24 Aug 2021 OpenSSL 1.1.1l 24 Aug 2021 | |
Run options: --seed 54055 | |
# Running: | |
..........................................................................................................................................................................S.......................................................S................................................S................................................................................................................................................................................................................S........... | |
Fabulous run in 116.053690s, 4.2739 runs/s, 12.9164 assertions/s. | |
496 runs, 1499 assertions, 0 failures, 0 errors, 4 skips | |
You have skipped tests. Run with --verbose for details. | |
──────────────────────────────────────────────────────────────────────── Debugging Info ── | |
TestIntegrationCluster#test_hot_restart_does_not_drop_connections_threads | |
restart_count 2, reset 0, success after restart 2727 | |
TestIntegrationCluster#test_term_closes_listeners_tcp | |
11 successes, 3 resets, 26 refused, 0 failures, 0 read timeouts | |
TestIntegrationCluster#test_term_closes_listeners_unix | |
10 successes, 0 resets, 30 refused, 0 failures, 0 read timeouts | |
TestIntegrationCluster#test_hot_restart_does_not_drop_connections | |
restart_count 3, reset 0, success after restart 890 | |
TestIntegrationSingle#test_hot_restart_does_not_drop_connections_threads | |
restart_count 1, reset 0, success after restart 585 | |
TestIntegrationSingle#test_hot_restart_does_not_drop_connections | |
restart_count 2, reset 0, success after restart 435 | |
────────────────────────────────────────────────────────────────────────────────────────── |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment