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

Errors seen during testing of repo t_bernhardk/2to3-10-2to3-fix-filter+1. #15

Open
ashwin9390 opened this issue Nov 3, 2023 · 1 comment

Comments

@ashwin9390
Copy link
Collaborator

Test 1:
1.Error1:size constraint of xcp-rrdd-plugins exceeded
1a. bytes are being printed in front of info message ,it has to be string .
Omitting b'/dev/shm/metrics/xcp-rrdd-squeezed', size constraint of xcp-rrdd-plugins exceeded
Omitting b'/dev/shm/metrics/xcp-rrdd-mem_vms', size constraint of xcp-rrdd-plugins exceeded
Omitting b'/dev/shm/metrics/xcp-rrdd-mem_host', size constraint of xcp-rrdd-plugins exceeded
[10/30/23 13:53:09 UTC] Creating output file
[10/30/23 13:53:09 UTC] Running commands to collect data

2.Error2:Issue with self command ,the file location is correct,arg has to be corrected.
[10/30/23 13:53:27 UTC] b'debug_ha_query_liveset' not found
Writing tarball /var/opt/xen/bug-report/bug-report-20231030135309.tar.bz2 successful.
[root@hunt status-report-t_bernhardk-2to3-10-2to3-fix-filter-1]# ls
pyproject.toml pyrightconfig.json xen-bugtool

status-report-t_bernhardk-2to3-10-2to3-fix-filter-1]# grep -i "not found" *
xen-bugtool: output_ts("%s not found" % self.command[0])

I do not see bytes being printed in front of the message in repo bernhardk/py2to3-wip-1, issue is resolved.

@bernhardkaindl
Copy link
Collaborator

This ticket is a good reminder that we should also check the bugtool log that is now collected:

  • I think we should collect the bugtool log always/by default
  • I think we should check that these log lines shown above are not using print() but log().
  • As a final step, when the functional tests are done, review the output messages to be what we expect.

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

No branches or pull requests

2 participants