<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/snmp/test, branch master</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'bmk/snmp/manager/20190729/test_tweaking' into maint</title>
<updated>2019-07-31T10:03:08+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-31T10:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6c4ad85880375b242ac48a2bf439887f503ce203'/>
<id>6c4ad85880375b242ac48a2bf439887f503ce203</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bmk/snmp/manager/20190723/test_tweaking' into maint</title>
<updated>2019-07-29T16:45:38+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-29T16:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=478488a2e75e8e73b8dfc7b6f22fd1f0bfbc04eb'/>
<id>478488a2e75e8e73b8dfc7b6f22fd1f0bfbc04eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp|manager|test] Make even deprecated test cases use tc_try</title>
<updated>2019-07-29T13:23:36+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-25T12:19:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ad5936dee3342b5fd788f1d5fad37d26cacdc56'/>
<id>5ad5936dee3342b5fd788f1d5fad37d26cacdc56</id>
<content type='text'>
Make even deprecated test cases use the tc_try function (so that
all test cases look the same). Also make the skip reason for those
test cases be slightly more readable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make even deprecated test cases use the tc_try function (so that
all test cases look the same). Also make the skip reason for those
test cases be slightly more readable.
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp|manager|test] Make use of the tc_try function(s)</title>
<updated>2019-07-29T13:23:07+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-25T11:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=95327b08bf25a706020add0fb98f05e4c1bfcaaa'/>
<id>95327b08bf25a706020add0fb98f05e4c1bfcaaa</id>
<content type='text'>
Make use of the tc_try function(s) in all "active" test cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make use of the tc_try function(s) in all "active" test cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp|test] Add utility functions for running test cases</title>
<updated>2019-07-29T13:20:33+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-25T11:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fdc0d6d2f43fa6d8e2d9acf1cc4bc35c5886bdab'/>
<id>fdc0d6d2f43fa6d8e2d9acf1cc4bc35c5886bdab</id>
<content type='text'>
Add a utility function, tc_try/2,3, for running test cases
in a uniform way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a utility function, tc_try/2,3, for running test cases
in a uniform way.
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp|manager|test] Fixed notify test case</title>
<updated>2019-07-23T14:21:12+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-23T14:21:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bf89fa2a64d5df1a1701e12bbc13d1825a12df2a'/>
<id>bf89fa2a64d5df1a1701e12bbc13d1825a12df2a</id>
<content type='text'>
The (second) notify test case had a faulty "condition" test
(which skipped the case in all cases except when it was
supposed to be skipped :)
Also, the test start and stop of the manager during the
test case has been adjusted. We try to keep track of how
long time each start and stop takes. And also, if they takes
to long, we skip the case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The (second) notify test case had a faulty "condition" test
(which skipped the case in all cases except when it was
supposed to be skipped :)
Also, the test start and stop of the manager during the
test case has been adjusted. We try to keep track of how
long time each start and stop takes. And also, if they takes
to long, we skip the case.
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp|manager|test] Notify started (test case) adjustments</title>
<updated>2019-07-23T09:50:35+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-22T17:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1f581d6cd85759a83ab641e1a382e4ae55bae8cc'/>
<id>1f581d6cd85759a83ab641e1a382e4ae55bae8cc</id>
<content type='text'>
We have seen one case when it takes unreasonably long time
to start the manager, which causes the test case (notify_started01)
to fail. We try to monitor the start, and if it takes to long
a time, we instead skip.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have seen one case when it takes unreasonably long time
to start the manager, which causes the test case (notify_started01)
to fail. We try to monitor the start, and if it takes to long
a time, we instead skip.
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp/agent|test] Fixing test runner exit</title>
<updated>2019-07-22T11:49:30+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-18T17:31:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e28303402c4ef2fcdc9ee27b3c717af54b3a1330'/>
<id>e28303402c4ef2fcdc9ee27b3c717af54b3a1330</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bmk/snmp/20190607/discover_slooow_vm_issues' into maint</title>
<updated>2019-07-08T12:34:53+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-08T12:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fc9ba88b2f1304b6a6f1ca1ad014f1ff91fc890e'/>
<id>fc9ba88b2f1304b6a6f1ca1ad014f1ff91fc890e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp|agent|test] Add another "skip point"</title>
<updated>2019-07-02T14:16:22+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-07-02T14:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1df2cdb7d3e234bebd7ed6fb88081b324b69952d'/>
<id>1df2cdb7d3e234bebd7ed6fb88081b324b69952d</id>
<content type='text'>
We have hosts (mostly *very* slooow VMs) that can timeout
anything. Since we are basically testing communication,
we therefor must check for system events at every failure.
Grrr!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have hosts (mostly *very* slooow VMs) that can timeout
anything. Since we are basically testing communication,
we therefor must check for system events at every failure.
Grrr!
</pre>
</div>
</content>
</entry>
</feed>
