apteryks

Results 426 comments of apteryks

After patching the Rakefile included so that rspec runs with the -Ilib:examples argument (otherwise I'd get errors about not finding example_helper), and getting rid of the above test file, I...

There is a test: https://github.com/simonw/asgi-csrf/blob/main/test_asgi_csrf.py; it's not part of the PyPI source archive though.

The requirement is added in the Rakefile; getting around the dependencies is as simple as deleting this line from it, as a workaround: `require "chandler/tasks"`.

Is this the reasen there is 5 test failures when using Minitest 5.17.0 ?

I'd also be interested in allowing the use of system-provided dependencies such as fltk and juce, for the same reasons (packaging for GNU Guix).

@fowles Hi, and thanks for the reply. What would be a good way to determine if RDTSC/ASLR is supported by my system? Any output to look for in the build...

Another one: ``` S...........................................................................................................................SSSSS................................................Parsing options from the first comment line is deprecated! ............S...SS........................................S.................S..........................................................S........................................................................................................F..............................S............................................................. Finished in 47.177169s, 12.0821 runs/s, 35.4621 assertions/s. Errors & Failures: 1) Failure: TestIntegrationCluster#test_hot_restart_does_not_drop_connections [/tmp/guix-build-ruby-puma-6.2.0.drv-0/source/test/helpers/integration.rb:447]: 0 unexpected_response 0...

Ah, running the test suite with `bundle exec rake test` instead of just `rake test` reduces the errors (in the container) to: ``` # Running: ................................................................................./tmp/guix-build-ruby-puma-6.1.1.drv-0/source/test/helpers/integration.rb:31: warning: instance variable @server...

Hello! I don't think it'd be easily reproduced in a Docker container if your CI runs these and passes. It's probably something specific/more restricted in the Guix build container. Guix...

Outside of the build container there is only 2 problems, one of them being a too low setrlimit on my machine (can be disregarded); the other one about TLS I'm...