From Fedora Project Wiki
No edit summary
No edit summary
Line 8: Line 8:
# On the running system, Switch to a free virtual console using Ctrl+Alt+F<n> shortcut and log in.
# On the running system, Switch to a free virtual console using Ctrl+Alt+F<n> shortcut and log in.
# At the command prompt, issue the following command {{command| journalctl -b -l > journal.txt}}  
# At the command prompt, issue the following command {{command| journalctl -b -l > journal.txt}}  
# At the command prompt, issue the following commands
# At the command prompt, issue the following command{{command| grep 'dirty bit' journal.txt}}
{{command| grep 'dirty bit' journal.txt}}
# At the command prompt, issue the following command{{command| grep 'data may be corrupt' journal.txt}}
 
# At the command prompt, issue the following command{{command| grep 'recovery' journal.txt}}
{{command| grep 'data may be corrupt' journal.txt}}
# At the command prompt, issue the following command{{command| grep 'unmounted' journal.txt}}
 
# At the command prompt, issue the following command{{command| grep 'recovering' journal.txt}}
{{command| grep 'recovery' journal.txt}}
# There should not be any output from any of the grep commands. If there has been any output from any of the grep commands, file a bug report and attach the journal.txt file to the report.
 
{{command| grep 'unmounted' journal.txt}}
 
{{command| grep 'recovering' journal.txt}}
 
There should not be any output from any of these commands
# If there has been any output from any of these commands, file a bug report and attach the journal.txt file to the report.
# Close the Journal output and restart the test system using the command {{command|reboot}} on the virtual console.
# Close the Journal output and restart the test system using the command {{command|reboot}} on the virtual console.
# Repeat steps 1 through 3 above.
# Repeat steps 3 through 7 above.


|results=
|results=

Revision as of 18:55, 5 December 2019

Description

This test case ensures that disk drive(s) are properly unmounted during a power-down or a restart.

Setup

  1. Install the pre-released version of Fedora to be tested. If you are installing from a LiveOS, perform the steps below with the LiveOS before doing the install. After this go ahead with the install
  2. Reboot the system to the hard drive after the install.

How to test

  1. On the running system, Switch to a free virtual console using Ctrl+Alt+F<n> shortcut and log in.
  2. At the command prompt, issue the following command journalctl -b -l > journal.txt
  3. At the command prompt, issue the following command grep 'dirty bit' journal.txt
  4. At the command prompt, issue the following command grep 'data may be corrupt' journal.txt
  5. At the command prompt, issue the following command grep 'recovery' journal.txt
  6. At the command prompt, issue the following command grep 'unmounted' journal.txt
  7. At the command prompt, issue the following command grep 'recovering' journal.txt
  8. There should not be any output from any of the grep commands. If there has been any output from any of the grep commands, file a bug report and attach the journal.txt file to the report.
  9. Close the Journal output and restart the test system using the command reboot on the virtual console.
  10. Repeat steps 3 through 7 above.

Expected Results

  1. The greps should not produce any output.