-
Notifications
You must be signed in to change notification settings - Fork 17
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
Logging system problems #3420
Comments
To increase log size we should set For kind cluster, we can try this way to modify kubelet: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
1. Increase log file size - #2917
2. Tests from different suites but with the same name overwrite each other.
For example:
a. Run
TestBasicSuite/TestKernel2Kernel
b. Save logs to
ns-kerenel2kernel
c. Run
TestMemorySuite/TestKernel2Kernel
d.
ns-kerenel2kernel
logs will be overwritten3. Logs are not complete.
For example:
a. The last bash command from one of the healing test runs at
time=2024-01-19T13:51:50Z level=info msg=1 TestRunHealSuite/TestRemote_nsmgr_remote_endpoint=exitCode
b. But the last line in cmd-nsc logs is:
Jan 19 13:50:39.017�[37m [TRAC] [id:alpine-beef03a3-a58e-48a5-9100-d853c81da3de-0]
More than 1 min missed
The text was updated successfully, but these errors were encountered: