diff mbox series

[rt-tests,v3,18/33] pmqtest: Record start of test execution

Message ID 20210320183829.1318-19-dwagner@suse.de
State New
Headers show
Series JSON cleanups and more tests updated | expand

Commit Message

Daniel Wagner March 20, 2021, 6:38 p.m. UTC
Use rt_test_start() to record a timestamp when the test starts.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
---
 src/pmqtest/pmqtest.c | 1 +
 1 file changed, 1 insertion(+)

Comments

John Kacur May 7, 2021, 4:43 p.m. UTC | #1
On Sat, 20 Mar 2021, Daniel Wagner wrote:

> Use rt_test_start() to record a timestamp when the test starts.

> 

> Signed-off-by: Daniel Wagner <dwagner@suse.de>

> ---

>  src/pmqtest/pmqtest.c | 1 +

>  1 file changed, 1 insertion(+)

> 

> diff --git a/src/pmqtest/pmqtest.c b/src/pmqtest/pmqtest.c

> index f96b3d0bf400..adf72c10ce83 100644

> --- a/src/pmqtest/pmqtest.c

> +++ b/src/pmqtest/pmqtest.c

> @@ -583,6 +583,7 @@ int main(int argc, char *argv[])

>  	sigemptyset(&sigset);

>  	pthread_sigmask(SIG_SETMASK, &sigset, NULL);

>  

> +	rt_test_start();

>  	do {

>  		int newsamples = 0, newtimeoutcount = 0;

>  		int minsamples = INT_MAX;

> -- 

> 2.30.2

> 

> 

Signed-off-by: John Kacur <jkacur@redhat.com>
diff mbox series

Patch

diff --git a/src/pmqtest/pmqtest.c b/src/pmqtest/pmqtest.c
index f96b3d0bf400..adf72c10ce83 100644
--- a/src/pmqtest/pmqtest.c
+++ b/src/pmqtest/pmqtest.c
@@ -583,6 +583,7 @@  int main(int argc, char *argv[])
 	sigemptyset(&sigset);
 	pthread_sigmask(SIG_SETMASK, &sigset, NULL);
 
+	rt_test_start();
 	do {
 		int newsamples = 0, newtimeoutcount = 0;
 		int minsamples = INT_MAX;