Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verbose truncates output down to 2.05kB #2845

Open
akhomyakov opened this issue Sep 22, 2021 · 3 comments · May be fixed by #2883
Open

Verbose truncates output down to 2.05kB #2845

akhomyakov opened this issue Sep 22, 2021 · 3 comments · May be fixed by #2883

Comments

@akhomyakov
Copy link

  1. Newman Version (can be found via newman -v): 5.3.0
  2. OS details (type, version, and architecture): MacOS 10.15.7
  3. Are you using Newman as a library, or via the CLI? CLI
  4. Did you encounter this recently, or has this bug always been there: Always been there (but I am new to this)
  5. Expected behaviour: full output when --verbose is used.
  6. Command / script used to run Newman:
newman run NSX-T\ Create\ Edge\ Cluster.postman_collection.json  --verbose --reporters cli --insecure --environment NSX-T\ BED-LAB.postman_environment.json --env-var "nsx_manager_username=$NSXT_USERNAME" --env-var "nsx_manager_password=$NSXT_PASSWORD" --env-var "vcenter_username=$VCENTER_USERNAME" --env-var 'vcenter_password=$VCENTER_PASSWORD' --env-var "admin_user=$NSX_EDGE_VM_ADMIN_USERNAME" --env-var "admin_pass=$NSX_EDGE_VM_ADMIN_PASSWORD" --env-var "root_pass=$NSX_EDGE_VM_ROOT_PASSWORD" --env-var "snmpcommunity=$NSX_EDGE_VM_SNMP_COMMUNITY" --env-var "cluster=$NSX_EDGE_CLUSTER_SPEC"
  1. Sample collection, and auxiliary files (minus the sensitive details):
    A bash script runs the newman command after collecting the variables like credentials from the operator interactively and loading the remaining ones from files on disk
  2. Screenshots (if applicable):
    Screen Shot 2021-09-22 at 9 48 16 AM
@akhomyakov
Copy link
Author

Response size

(showing 2.05kB/6.62kB)

@shamasis
Copy link
Member

This is done intentionally because unlimited data stream has the potential to crash the terminal.

Perhaps we can bump this to 10 kb? Maybe add a flag to make this unlimited.

@akhomyakov
Copy link
Author

akhomyakov commented Sep 23, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants