Skip to content

Increase signal to noise ratio in integration test output #26

@jessereynolds

Description

@jessereynolds

There’s a lot of noise when debugging integration tests, eg apply:

/home/runner/work/openbolt/openbolt/vendor/bundle/ruby/3.2.0/gems/json-2.13.0/lib/json/common.rb:338: 
  warning: detected duplicate keys in JSON object. This will raise an error in json 3.0 unless enabled 
  via `allow_duplicate_key: true` at line 1 column 1

Since json gem 2.13.0 we get this warning. See ruby/json@06f00a4

  RubySMB::SMB1::Packet::WriteAndxRequest::ParameterBlock with 
  RubySMB::SMB1::Packet::WriteAndxResponse::ParameterBlock
warning: replacing registered class 
  RubySMB::SMB1::Packet::WriteAndxRequest::DataBlock with 
  RubySMB::SMB1::Packet::WriteAndxResponse::DataBlock

Not sure what this one is about.

 fa1690ae9228 Extracting [=============================================>     ]  20.41MB/22.53MB
 fa1690ae9228 Extracting [===============================================>   ]  21.56MB/22.53MB
 fa1690ae9228 Extracting [================================================>  ]  21.79MB/22.53MB
 fa1690ae9228 Extracting [==================================================>]  22.53MB/22.53MB
 fa1690ae9228 Pull complete 

I think the above can be silenced with some options to docker / podman pull? env var? (in docker compose?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions