Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#892 closed defect (fixed)

pjnath-test error on test vector validation on Windows XP

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.3
Component: unit-tests Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Log:

pjnath-test error (tried few times, same errors):
 21:55:11.891   draft-denis-behave-rfc3489bis-test-vectors-02
 21:55:11.891     Running test 0/3
 21:55:11.891     Running test 1/3
 21:55:11.891     Running test 2/3
 21:55:11.891     Message mismatch at byte 42
 21:55:11.891 ..ERROR(-1060)

Change History (4)

comment:1 Changed 15 years ago by bennylp

  • Summary changed from pjnath-test error on Windows XP to pjnath-test error on test vector validation on Windows XP

comment:2 Changed 15 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

Found that IPv6 was not enabled (in the system), while there was a test vector containing IPv6 data, and then a function of IPv6 address manipulation failed quietly (as there was no return value check), the test process continued using invalid data.

In r2775:

  • Added IPv6-enabled check (compile-time) in stun test vector containing IPv6 data, also added more run-time checks in stun fingerprint test internal.

comment:3 Changed 15 years ago by bennylp

  • Milestone changed from release-1.3-QA to release-1.3

comment:4 Changed 15 years ago by bennylp

  • Component changed from pjnath to unit-tests
Note: See TracTickets for help on using tickets.