I wish we have ability to include other files with definitions into
TEST.group file. It is very ugly to double size of TEST.group file just
for that purpose.
Thanks,
Vladimir
On 5/1/18 9:39 PM, Igor Ignatev wrote:
Vladimir,
Tests are listed only in _quick test group b/c it doesn’t include all tests
from the directory. We use this group in some of our test configurations, and
:vmTestbase_nsk_monitoring in others. vmTestbase_nsk_monitoring is defined by
the directory as other groups.
Thanks,
— Igor
On May 1, 2018, at 7:54 PM, Vladimir Kozlov <vladimir.koz...@oracle.com> wrote:
Igor,
Why you need to list each test in TEST.groups and not just directory as we do
in other cases?
Thanks,
Vladimir
On 5/1/18 7:10 PM, Igor Ignatyev wrote:
http://cr.openjdk.java.net/~iignatyev//8199375/webrev.00/index.html
41276 lines changed: 41274 ins; 1 del; 1 mod;
Hi all,
could you please review the patch which open sources monitoring tests from vm
testbase?
The tests were developed to test hotspot related JMX functionality. as w/
common VM testbase code, these tests are old, they have been run from hotspot
testing for a long period of time. originally, these tests were run by a test
harness different from jtreg and had different build and execution schemes,
some parts couldn't be easily translated to jtreg, so tests might have actions
or pieces of code which look weird. in a long term, we are planning to rework
them.
JBS: https://bugs.openjdk.java.net/browse/JDK-8199375
webrev: http://cr.openjdk.java.net/~iignatyev/8199375/webrev.00/index.html
testing: vmTestbase_nsk_monitoring test group
Thanks,
-- Igor