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

Add roundtrip test functions skipping comparison with FlatTerm-decoded #4866

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Add roundtrip test functions skipping comparison with FlatTerm-decoded

cd09cde
Select commit
Loading
Failed to load commit list.
Draft

Add roundtrip test functions skipping comparison with FlatTerm-decoded #4866

Add roundtrip test functions skipping comparison with FlatTerm-decoded
cd09cde
Select commit
Loading
Failed to load commit list.
Garnix CI / check ghc984:cardano-ledger-byron:test:cardano-ledger-byron-test [x86_64-linux] succeeded Feb 1, 2025 in 28m 8s

Run results

Build succeeded

Details

Last 100 lines of logs:

          trace length: [52, 102)  21% ████▏···············
  Test.Cardano.Chain.UTxO.ValidationMode
    ts_prop_updateUTxO_Valid:                       OK (0.79s)
        ✓ ts_prop_updateUTxO_Valid passed 300 tests.
    ts_prop_updateUTxO_InvalidWit:                  OK (0.86s)
        ✓ ts_prop_updateUTxO_InvalidWit passed 300 tests.
  Test.Cardano.Chain.Update.CBOR
    goldenApplicationName:                          OK
        ✓ goldenApplicationName passed 1 test.
    goldenProtocolVersion:                          OK
        ✓ goldenProtocolVersion passed 1 test.
    goldenProtocolParameters:                       OK
        ✓ goldenProtocolParameters passed 1 test.
    goldenProtocolParametersUpdate:                 OK
        ✓ goldenProtocolParametersUpdate passed 1 test.
    goldenBlockHashRaw:                             OK
        ✓ goldenBlockHashRaw passed 1 test.
    goldenSoftforkRule:                             OK
        ✓ goldenSoftforkRule passed 1 test.
    goldenSoftwareVersion:                          OK
        ✓ goldenSoftwareVersion passed 1 test.
    goldenSystemTag:                                OK
        ✓ goldenSystemTag passed 1 test.
    goldenInstallerHash:                            OK
        ✓ goldenInstallerHash passed 1 test.
    goldenUpdatePayload:                            OK
        ✓ goldenUpdatePayload passed 1 test.
    goldenUpdateProof:                              OK
        ✓ goldenUpdateProof passed 1 test.
    goldenUpdateProposal:                           OK
        ✓ goldenUpdateProposal passed 1 test.
    goldenProposalBody:                             OK
        ✓ goldenProposalBody passed 1 test.
    goldenUpdateVote:                               OK
        ✓ goldenUpdateVote passed 1 test.
    goldenUpId:                                     OK
        ✓ goldenUpId passed 1 test.
    ts_roundTripApplicationName:                    OK
        ✓ ts_roundTripApplicationName passed 50 tests.
    ts_roundTripProtocolVersion:                    OK
        ✓ ts_roundTripProtocolVersion passed 50 tests.
    ts_roundTripProtocolParameters:                 OK
        ✓ ts_roundTripProtocolParameters passed 50 tests.
    ts_roundTripProtocolParametersUpdate:           OK
        ✓ ts_roundTripProtocolParametersUpdate passed 50 tests.
    ts_roundTripHashRaw:                            OK (0.01s)
        ✓ ts_roundTripHashRaw passed 50 tests.
    ts_roundTripSoftforkRule:                       OK
        ✓ ts_roundTripSoftforkRule passed 10 tests.
    ts_roundTripSoftwareVersion:                    OK
        ✓ ts_roundTripSoftwareVersion passed 10 tests.
    ts_roundTripSystemTag:                          OK
        ✓ ts_roundTripSystemTag passed 10 tests.
    ts_roundTripInstallerHash:                      OK
        ✓ ts_roundTripInstallerHash passed 20 tests.
    ts_roundTripUpdatePayload:                      OK (0.02s)
        ✓ ts_roundTripUpdatePayload passed 20 tests.
    ts_roundTripUpdateProof:                        OK (0.02s)
        ✓ ts_roundTripUpdateProof passed 20 tests.
    ts_roundTripUpdateProposal:                     OK (0.02s)
        ✓ ts_roundTripUpdateProposal passed 20 tests.
    ts_roundTripProposalBody:                       OK
        ✓ ts_roundTripProposalBody passed 20 tests.
    ts_roundTripUpdateVote:                         OK (0.02s)
        ✓ ts_roundTripUpdateVote passed 20 tests.
    ts_roundTripUpId:                               OK (0.02s)
        ✓ ts_roundTripUpId passed 20 tests.
    ts_roundTripUpsData:                            OK
        ✓ ts_roundTripUpsData passed 20 tests.
  Test.Cardano.Chain.Update.Properties
    ts_prop_checkApplicationName:                   OK
        ✓ ts_prop_checkApplicationName passed 100 tests.
    ts_prop_checkApplicationNameTooLong:            OK (0.04s)
        ✓ ts_prop_checkApplicationNameTooLong passed 100 tests.
    ts_prop_checkApplicationNameNotAscii:           OK
        ✓ ts_prop_checkApplicationNameNotAscii passed 100 tests.
    ts_prop_checkSoftwareVersion:                   OK
        ✓ ts_prop_checkSoftwareVersion passed 100 tests.
    ts_prop_checkSoftwareVersionTooLong:            OK (0.04s)
        ✓ ts_prop_checkSoftwareVersionTooLong passed 100 tests.
    ts_prop_checkSoftwareVersionNotAscii:           OK
        ✓ ts_prop_checkSoftwareVersionNotAscii passed 100 tests.
    ts_prop_checkSystemTag:                         OK
        ✓ ts_prop_checkSystemTag passed 100 tests.
    ts_prop_checkSystemTagTooLong:                  OK (0.03s)
        ✓ ts_prop_checkSystemTagTooLong passed 100 tests.
    ts_prop_checkSystemTagNotAscii:                 OK
        ✓ ts_prop_checkSystemTagNotAscii passed 100 tests.
  Test.Cardano.Chain.Byron.API
    ts_chainTick:                                   OK (4.67s)
        ✓ ts_chainTick passed 100 tests.
    ts_roundTripApplyMempoolPayloadErrCompat:       OK
        ✓ ts_roundTripApplyMempoolPayloadErrCompat passed 20 tests.
    ts_scheduledDelegations:                        OK (5.01s)
        ✓ ts_scheduledDelegations passed 100 tests.
    ts_mempoolValidation:                           OK (4.13s)
        ✓ ts_mempoolValidation passed 100 tests.

All 300 tests passed (644.52s)
buildPhase completed in 10 minutes 44 seconds