Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Non-Serializable Exception Payload #2086

Commits on Jan 1, 2022

  1. Initial version to set throwable to None when throwable in TestFailed…

    … cannot be serialized.
    cheeseng committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    1708001 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    3f45b03 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Changed to print warning messages read from message bundle, printed a…

    … warning message on the server side also.
    cheeseng committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    fc78717 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    21060af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c35601 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    c27191a View commit details
    Browse the repository at this point in the history
  2. Wrapped non-serializable exception as NotSerializableWrapperException…

    …, instead of setting it to None.
    cheeseng committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    949df3b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Added pattern guide for case _: Throwable in SocketReporter to catch …

    …exception that should not cause an abort.
    cheeseng committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    d83d71e View commit details
    Browse the repository at this point in the history