<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/diameter/test, branch OTP-17.2</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 'anders/diameter/dictionaries/OTP-11958' into maint</title>
<updated>2014-05-29T13:07:43+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-29T13:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a1e335cb17908084bd508827d3c36f8ed26294dc'/>
<id>a1e335cb17908084bd508827d3c36f8ed26294dc</id>
<content type='text'>
* anders/diameter/dictionaries/OTP-11958:
  Fix broken check for undefined AVPs in @codec and @custom_types
  Add @codecs and @custom_types tests to compiler suite
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* anders/diameter/dictionaries/OTP-11958:
  Fix broken check for undefined AVPs in @codec and @custom_types
  Add @codecs and @custom_types tests to compiler suite
</pre>
</div>
</content>
</entry>
<entry>
<title>Add @codecs and @custom_types tests to compiler suite</title>
<updated>2014-05-29T13:03:38+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-29T06:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1049490b7b146e3d2105d05e41ea6f740bae9dda'/>
<id>1049490b7b146e3d2105d05e41ea6f740bae9dda</id>
<content type='text'>
Dictionary compilation fails to detect undefined AVPs in these sections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dictionary compilation fails to detect undefined AVPs in these sections.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'anders/diameter/Failed-AVP/OTP-11936' into maint</title>
<updated>2014-05-27T07:01:01+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-27T07:01:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=339b6416664c7dc64d72c21653138137e8d1018f'/>
<id>339b6416664c7dc64d72c21653138137e8d1018f</id>
<content type='text'>
* anders/diameter/Failed-AVP/OTP-11936:
  Do best-effort decode of Failed-AVP
  Add a testcase that expects a decoded value in Failed-AVP
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* anders/diameter/Failed-AVP/OTP-11936:
  Do best-effort decode of Failed-AVP
  Add a testcase that expects a decoded value in Failed-AVP
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'anders/diameter/5014/OTP-11946' into maint</title>
<updated>2014-05-27T07:00:40+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-27T07:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=316fe2a30714b9eb87e0d11f6bdbbd1eb9fefdc1'/>
<id>316fe2a30714b9eb87e0d11f6bdbbd1eb9fefdc1</id>
<content type='text'>
* anders/diameter/5014/OTP-11946:
  Fix handling of AVP length errors (5014) in unknown AVPs
  Add testcases that send unknown AVPs with a bad AVP Length
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* anders/diameter/5014/OTP-11946:
  Fix handling of AVP length errors (5014) in unknown AVPs
  Add testcases that send unknown AVPs with a bad AVP Length
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a testcase that expects a decoded value in Failed-AVP</title>
<updated>2014-05-26T15:51:34+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-26T15:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=31a7c0b20dbcfdeee946064e610bd51b95be269c'/>
<id>31a7c0b20dbcfdeee946064e610bd51b95be269c</id>
<content type='text'>
This isn't currently the case, but soon will be.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This isn't currently the case, but soon will be.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add testcases that send unknown AVPs with a bad AVP Length</title>
<updated>2014-05-26T15:14:23+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-26T14:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=da356f2e79b2cf5e767cb11cc643beab086e5263'/>
<id>da356f2e79b2cf5e767cb11cc643beab086e5263</id>
<content type='text'>
In particular, a length that points past the end of the message. This
goes undetected there is some other problem with the AVP (eg. M-bit),
which is a problem we're about to fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In particular, a length that points past the end of the message. This
goes undetected there is some other problem with the AVP (eg. M-bit),
which is a problem we're about to fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'anders/diameter/sctp/OTP-11901' into maint</title>
<updated>2014-05-26T07:19:43+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-26T07:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b1d450019e1629db599e56ee6b1e4296cc8d039d'/>
<id>b1d450019e1629db599e56ee6b1e4296cc8d039d</id>
<content type='text'>
* anders/diameter/sctp/OTP-11901:
  Fix diameter_sctp function_clause
  Anchor path regexps in examples suite
  Run examples suite over both TCP and SCTP
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* anders/diameter/sctp/OTP-11901:
  Fix diameter_sctp function_clause
  Anchor path regexps in examples suite
  Run examples suite over both TCP and SCTP
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'anders/diameter/request_leak/OTP-11893' into maint</title>
<updated>2014-05-25T07:28:09+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-25T07:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a9ee1f31d669143303f38b3f8d4568fad568d841'/>
<id>a9ee1f31d669143303f38b3f8d4568fad568d841</id>
<content type='text'>
* anders/diameter/request_leak/OTP-11893:
  Fix leaking request table
  Add check that request table is empty to failover suite
  Comment fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* anders/diameter/request_leak/OTP-11893:
  Fix leaking request table
  Add check that request table is empty to failover suite
  Comment fix
</pre>
</div>
</content>
</entry>
<entry>
<title>Anchor path regexps in examples suite</title>
<updated>2014-05-25T07:17:10+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-25T06:55:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dbed18ef5384f448be3bef2d107f9e9c5ae8ac5e'/>
<id>dbed18ef5384f448be3bef2d107f9e9c5ae8ac5e</id>
<content type='text'>
They match emacs backup files and more without the anchor, although this
doesn't stop the matches from finding files the suite isn't (yet)
intended to test: files under development, not yet commited, etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They match emacs backup files and more without the anchor, although this
doesn't stop the matches from finding files the suite isn't (yet)
intended to test: files under development, not yet commited, etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Run examples suite over both TCP and SCTP</title>
<updated>2014-05-25T07:05:17+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-22T07:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=50cd06cc7d1ce408f5bf7c5502438b9d65972c50'/>
<id>50cd06cc7d1ce408f5bf7c5502438b9d65972c50</id>
<content type='text'>
This was supposed to already be the case (in what passes for my memory),
and detects that commit ed6395a6 is horrifically broken: diameter is
unable to send CEA over SCTP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was supposed to already be the case (in what passes for my memory),
and detects that commit ed6395a6 is horrifically broken: diameter is
unable to send CEA over SCTP.
</pre>
</div>
</content>
</entry>
</feed>
