You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chaosblade version 1.7.0
Linux version 3.10.0-1160.80.1.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Tue Nov 8 15:48:59 UTC 2022
Anything else we need to know?
Nothing.
The text was updated successfully, but these errors were encountered:
Issue Description
bug report: the file append experiment is unreasonable.
Describe what happened (or what feature you want)
I wanted to append “HELLO WORLD” to a text file once,but the content was appended every 1 second.
h
Describe what you expected to happen
I wanted to append “HELLO WORLD” to a text file once.
How to reproduce it (as minimally and precisely as possible)
touch /root/test.log
./blade create file append --filepath=/root/test.log --content="HELL WORLD"
tail -10f /root/test.log
Tell us your environment
Chaosblade version 1.7.0
Linux version 3.10.0-1160.80.1.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Tue Nov 8 15:48:59 UTC 2022
Anything else we need to know?
Nothing.
The text was updated successfully, but these errors were encountered: