os-autoinst-distri-opensuse
os-autoinst-distri-opensuse copied to clipboard
Double confirm smt-mirror can pass
Due to bsc#1201738, enhance current logic to double check the log file to make sure smt-mirror passes without error
- Related ticket: https://progress.opensuse.org/issues/114403
- Verification run: http://openqa.suse.de/t9207330 http://openqa.suse.de/t9207331 http://openqa.suse.de/t9207332
@rfan1 can you provide a VR where the error is properly detected?, I'm not sure about the regexp
@rfan1 can you provide a VR where the error is properly detected?, I'm not sure about the regexp
http://openqa.suse.de/t9207330 http://openqa.suse.de/t9207331 http://openqa.suse.de/t9207332
@rfan1 can you provide a failing case?
@rfan1 can you provide a failing case?
http://openqa.suse.de/tests/9171525#step/system_prepare/5
But, I don't have any job can explain without "sync" cmd, the job failed one. however, I think it makes sense we issue "sync" command
@rfan1 can you provide a failing case?
Let me try to set the disk size to 40GB and trigger a failed job then, hold on the merge process
It's not really a regex, more of a string match. It may fail in the future but it will fail loudly and we can attempt a regex then. If @foursixnine doesn't still object I think we should merge.
@rfan1 can you provide a failing case?
Let me try to set the disk size to 40GB and trigger a faild job then, hold on the merge process
http://openqa.suse.de/tests/9208875#step/smt_server_install/57
BTW, I did some modification and executed the "df -h" command prior to log check, then we can check the disk full error easily
It's not really a regex, more of a string match. It may fail in the future but it will fail loudly and we can attempt a regex then. If @foursixnine doesn't still object I think we should merge.
@a-kpappas VR provided
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If it's still needed, you can add labels WIP
or notready
to it
@rfan1 Do we want to continue working on this?
@rfan1 Do we want to continue working on this?
@foursixnine I would hold on this PR:
- the issue was not seen any more after increasing the disk size to 100gb.
- My codes are too strict to check the error messages due to bsc#1201738