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

Test unordered logs #100

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 30, 2024

  1. ci: add unordered ulog

    It will fail a test
    hermankolden committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    8127c90 View commit details
    Browse the repository at this point in the history
  2. core: allow data sorting for unordered streams

    A production ULog in Aviant failed comparison with the original ULog
    after write_ulog, which turned out to be because of messages arriving
    at different times and thus the timestamps weren't completely in order.
    This isn't really a problem, so we want the tests to pass, but in order
    to do that we need the option of sorting the datasets.
    hermankolden committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    c0d4df6 View commit details
    Browse the repository at this point in the history