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

Implement no-state sequence testing mode #738

Merged
merged 69 commits into from
Oct 16, 2023
Merged

Commits on Oct 11, 2023

  1. Basics of nostate checks

    grafnu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0703729 View commit details
    Browse the repository at this point in the history
  2. Add pubber noState option

    grafnu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4d125dc View commit details
    Browse the repository at this point in the history
  3. Adding default remove_point

    grafnu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8d1694a View commit details
    Browse the repository at this point in the history
  4. Reject stale timestamps

    grafnu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a7c3bd2 View commit details
    Browse the repository at this point in the history
  5. Change cutoff

    grafnu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5b2380a View commit details
    Browse the repository at this point in the history
  6. Fix cutoff

    grafnu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    192d0ac View commit details
    Browse the repository at this point in the history
  7. Fix initial

    grafnu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7f0ef97 View commit details
    Browse the repository at this point in the history
  8. Use static start date

    grafnu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    02bb367 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    452ae25 View commit details
    Browse the repository at this point in the history
  10. Updating timing reporting

    grafnu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    672191c View commit details
    Browse the repository at this point in the history
  11. Linty

    grafnu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3061ba3 View commit details
    Browse the repository at this point in the history
  12. Fix itemized timeout

    grafnu committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    cc779f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Reordering itemized

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    63eafe8 View commit details
    Browse the repository at this point in the history
  2. Fix schema output

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e51d108 View commit details
    Browse the repository at this point in the history
  3. Remove redundancies

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0e85c9a View commit details
    Browse the repository at this point in the history
  4. Adding nostate

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    29d8e36 View commit details
    Browse the repository at this point in the history
  5. Add nostate annotation check

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    780317b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afc79bc View commit details
    Browse the repository at this point in the history
  7. Adding nostate test

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    10ee9ca View commit details
    Browse the repository at this point in the history
  8. Allow nostate loglevel

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7801cc5 View commit details
    Browse the repository at this point in the history
  9. Add nostate suffix

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1d3630c View commit details
    Browse the repository at this point in the history
  10. Fix state startup latch check

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    635de91 View commit details
    Browse the repository at this point in the history
  11. Change no-state skip output

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8ad9698 View commit details
    Browse the repository at this point in the history
  12. Fix output comparison

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f40588d View commit details
    Browse the repository at this point in the history
  13. Use udmis as container name

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b2231e6 View commit details
    Browse the repository at this point in the history
  14. Adding non-skip tests

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9366791 View commit details
    Browse the repository at this point in the history
  15. Adding schema_nostate.out

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b996822 View commit details
    Browse the repository at this point in the history
  16. Remove extra itemized test

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5c7a3ba View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    499cbdc View commit details
    Browse the repository at this point in the history
  18. Change testing annotation

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    41185d7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c396275 View commit details
    Browse the repository at this point in the history
  20. Fix skip check

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c4082f6 View commit details
    Browse the repository at this point in the history
  21. Debugging diagnostics

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8dba3ce View commit details
    Browse the repository at this point in the history
  22. Update clearblade project

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c6c4aac View commit details
    Browse the repository at this point in the history
  23. Remove confusing script

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e8e08ff View commit details
    Browse the repository at this point in the history
  24. Fix disabled logic

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8becd6b View commit details
    Browse the repository at this point in the history
  25. Updating expected out

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4451df1 View commit details
    Browse the repository at this point in the history
  26. Clean-up no-state schema

    grafnu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    be2e515 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b6d2b48 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Fixing debug output

    grafnu committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    dd87ac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6f0217 View commit details
    Browse the repository at this point in the history
  3. Linty

    grafnu committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    583b21e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23791b2 View commit details
    Browse the repository at this point in the history
  5. Fix now testing NPE

    grafnu committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    953f583 View commit details
    Browse the repository at this point in the history
  6. Basics to downgrade pubber

    grafnu committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4601b67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bcce08 View commit details
    Browse the repository at this point in the history
  8. Cleanup and refactor

    grafnu committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    feb18b1 View commit details
    Browse the repository at this point in the history
  9. Linty fix

    grafnu committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9ffd6c0 View commit details
    Browse the repository at this point in the history
  10. Fix test out

    grafnu committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    38ebcd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Fix debug out

    grafnu committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    9007877 View commit details
    Browse the repository at this point in the history
  2. Fix start startup logic

    grafnu committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    c7854e1 View commit details
    Browse the repository at this point in the history
  3. Adjusting test_itemized

    grafnu committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    2ddb6ed View commit details
    Browse the repository at this point in the history
  4. Tweaking output

    grafnu committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    3280efa View commit details
    Browse the repository at this point in the history
  5. Adding additional schema out

    grafnu committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    70d152b View commit details
    Browse the repository at this point in the history
  6. Adding noState metadata tweak

    grafnu committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    318b86d View commit details
    Browse the repository at this point in the history
  7. Cleanup test itemized

    grafnu committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    053616a View commit details
    Browse the repository at this point in the history
  8. Testing noState

    grafnu committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    4a37e90 View commit details
    Browse the repository at this point in the history
  9. Add no-state state check

    grafnu committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    fe5661c View commit details
    Browse the repository at this point in the history
  10. Fix the testings

    grafnu committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    ce23cf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Testing tweaks

    grafnu committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    a1bdab3 View commit details
    Browse the repository at this point in the history
  2. Fix test output message

    grafnu committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    88dcf5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3220e28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    730fd22 View commit details
    Browse the repository at this point in the history
  5. Message cleanup

    grafnu committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    901c933 View commit details
    Browse the repository at this point in the history
  6. Fix state downgrader

    grafnu committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    2e90c81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8058c9 View commit details
    Browse the repository at this point in the history
  8. Fix schema out

    grafnu committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    dd1ab44 View commit details
    Browse the repository at this point in the history
  9. Add upgraded_from to metadata

    grafnu committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    dffe769 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aec876c View commit details
    Browse the repository at this point in the history