Antonio Terceiro
Antonio Terceiro
seems to be a rails issue: rails/rails@a98475c2df8ab7d7d353cb29bb3f201c4c7eb9d1
after I apply that patch to rails locally, it then fails with: ``` 1) Error: associations#test_0005_translates hash scope options into scopes: ArgumentError: invalid value for Integer(): "c" /home/terceiro/.ruby-standalone/gems/ruby/2.3.0/gems/activerecord-4.2.5.2/lib/active_record/connection_adapters/abstract/database_statements.rb:324:in `Integer' /home/terceiro/.ruby-standalone/gems/ruby/2.3.0/gems/activerecord-4.2.5.2/lib/active_record/connection_adapters/abstract/database_statements.rb:324:in...
note that squad stores in `tests_file` whatever was submitted by the user. in the first example, it's not a valid tests file, so probably no tests were obtained from it....
ah right, I forgot that we had two input formats. but my main point still stands: `tests_file` is a record of what the input was; the output is provided in...
IIRC name is supposed to be a human-readable name. it can be filled from the admin, but maybe it's pointless and we should just keep the slug
FWIW it seems it also happens in amd64 (x86_64): https://ci.debian.net/packages/p/passenger/testing/amd64/56974804/#L943 (this link expires after a couple of months)
> Can you fix the failing tests? > > See [Oefenweb/ansible-cacti-spine@6418105](https://github.com/Oefenweb/ansible-cacti-spine/commit/6418105cdf29fdf0bda5390cf75450df9d57d831) Just did. I tried to do comparable changes to what was done in that commit, and pushed a new...
> Multiple destinations are (only) supported in Postfix 3.5 and later, right? Yes. What would be an acceptable way of handling that? FWIW Debian 11 (oldoldstable) has Postfix 3.5, only...