tests: workaround a race in qrexec test
qrexec-client-vm may return earlier than it's child process (it exits right away, without waiting for its child). Add a small wait before reading exit code from a file.
This commit is contained in:
		
							parent
							
								
									1abf949faf
								
							
						
					
					
						commit
						8b076dfe5f
					
				| @ -201,6 +201,7 @@ class TC_00_QrexecMixin(object): | |||||||
|                     self.testvm1.run_for_stdio('''\ |                     self.testvm1.run_for_stdio('''\ | ||||||
|                         /usr/lib/qubes/qrexec-client-vm dom0 test.Abort \ |                         /usr/lib/qubes/qrexec-client-vm dom0 test.Abort \ | ||||||
|                             /bin/sh -c 'cat /dev/zero; echo $? >/tmp/exit-code'; |                             /bin/sh -c 'cat /dev/zero; echo $? >/tmp/exit-code'; | ||||||
|  |                             sleep 1; | ||||||
|                             e=$(cat /tmp/exit-code); |                             e=$(cat /tmp/exit-code); | ||||||
|                             test $e -eq 141 -o $e -eq 1'''), |                             test $e -eq 141 -o $e -eq 1'''), | ||||||
|                     timeout=10)) |                     timeout=10)) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Marek Marczykowski-Górecki
						Marek Marczykowski-Górecki