Skip to content

Commit

Permalink
LTP 20210524
Browse files Browse the repository at this point in the history
Signed-off-by: Cyril Hrubis <[email protected]>
  • Loading branch information
metan-ucw committed May 24, 2021
1 parent 9dcbf4e commit 0fb171f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20210121
20210524

9 comments on commit 0fb171f

@t5592
Copy link

@t5592 t5592 commented on 0fb171f May 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the new version of LTP tool does not have ltpstress.sh test item

@t5592
Copy link

@t5592 t5592 commented on 0fb171f May 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does the new version of the LTP tool need to perform a hard drive stress tests?

@pevik
Copy link
Member

@pevik pevik commented on 0fb171f May 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the new version of LTP tool does not have ltpstress.sh test item

Removed long time ago e752f7c, in release 20190115 (2.5 years ago).

@t5592
Copy link

@t5592 t5592 commented on 0fb171f May 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the new version of LTP tool does not have ltpstress.sh test item

Removed long time ago e752f7c, in release 20190115 (2.5 years ago).

Thank you for replying!

I know that ltpstress.sh was deleted form 20190115.

I want to know how to stress test the SSD for the latest version 20210524.

@t5592
Copy link

@t5592 t5592 commented on 0fb171f May 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Ubuntu 20.04.2 LTS system,install ltp-full-20180926 version,the following error is reported in Make, how can I solve this problem, thank you!
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/ltp-full-20180926/testcases/network/multicast/mc_cmds'
make[4]: Entering directory '/home/ltp-full-20180926/testcases/network/multicast/mc_gethost'
make -C "/home/ltp-full-20180926/lib" -f "/home/ltp-full-20180926/lib/Makefile" all
make[5]: Entering directory '/home/ltp-full-20180926/lib'
make[6]: Entering directory '/home/ltp-full-20180926/lib/newlib_tests'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/ltp-full-20180926/lib/newlib_tests'
make[6]: Entering directory '/home/ltp-full-20180926/lib/tests'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/ltp-full-20180926/lib/tests'
make[5]: Leaving directory '/home/ltp-full-20180926/lib'
gcc -g -O2 -g -O2 -fno-strict-aliasing -pipe -Wall -W -Wold-style-definition -I../../../../include -I../../../../include -I../../../../include/old/ -L../../../../lib mc_gethost.c -lltp -o mc_gethost
mc_gethost.c: In function ‘main’:
mc_gethost.c:54:19: error: ‘RES_USE_INET6’ undeclared (first use in this function)
54 | _res.options |= RES_USE_INET6;
| ^~~~~~~~~~~~~
mc_gethost.c:54:19: note: each undeclared identifier is reported only once for each function it appears in
make[4]: *** [: mc_gethost] Error 1
make[4]: Leaving directory '/home/ltp-full-20180926/testcases/network/multicast/mc_gethost'
make[3]: *** [../../../include/mk/generic_trunk_target.inc:93: all] Error 2
make[3]: Leaving directory '/home/ltp-full-20180926/testcases/network/multicast'
make[2]: *** [../../include/mk/generic_trunk_target.inc:93: all] Error 2
make[2]: Leaving directory '/home/ltp-full-20180926/testcases/network'
make[1]: *** [../include/mk/generic_trunk_target.inc:93: all] Error 2
make[1]: Leaving directory '/home/ltp-full-20180926/testcases'
make: *** [Makefile:114: testcases-all] Error 2
root@test:/home/ltp-full-20180926#

@metan-ucw
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Older LTP releases are not supported as they will not even compile on newer distributions.

Also ltpstress.sh was never a good tool for stress testing SSD. Running LTP with $TMPDIR pointing to a directory that is on the SSD will do a better job.

@843723683
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the new version of LTP tool does not have ltpstress.sh test item

Removed long time ago e752f7c, in release 20190115 (2.5 years ago).

Thank you for replying!

I know that ltpstress.sh was deleted form 20190115.

I want to know how to stress test the SSD for the latest version 20210524.

But as far as I know, many OS manufacturers are still using version 201809 for LTPSTRESS testing.Because the latest version has been removed

@metan-ucw
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@843723683 Using anything but latest stable release is discouraged and have been discouraged for years.

@pevik
Copy link
Member

@pevik pevik commented on 0fb171f May 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.