<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
  <testsuite name="checkout.SessionTest" tests="6" failures="1" errors="0" skipped="0" time="3.185" timestamp="2026-08-07T09:14:22" hostname="ci-runner-04" id="102">
    <testcase classname="checkout.SessionTest" name="createsSessionForNewCart" time="0.190"/>
    <testcase classname="checkout.SessionTest" name="expiresSessionAfterTimeout" time="0.320">
      <failure message="expected session to be expired but it was still active" type="java.lang.AssertionError"><![CDATA[expected session to be expired but it was still active
	at checkout.SessionTest.expiresSessionAfterTimeout(Test.java:63)
]]></failure>
    </testcase>
    <testcase classname="checkout.SessionTest" name="restoresCartOnResume" time="0.395"/>
    <testcase classname="checkout.SessionTest" name="rotatesSessionToken" time="1.050"/>
    <testcase classname="checkout.SessionTest" name="rejectsExpiredToken" time="0.545"/>
    <testcase classname="checkout.SessionTest" name="persistsCartAcrossRestart" time="0.685"/>
  </testsuite>
</testsuites>
