Open
Description
Issue Description
When running tests from v20.2.0
(34d82fc) on macOS 13 x86_64, a test fails.
Steps to Reproduce
- Build
- Run tests
See workflow:
Expected Result
Tests pass.
Actual Result
herder/test/UpgradesTests.cpp:3093: FAILED:
REQUIRE( upgradesJson == R"({
"configupgradeinfo" : {
"configupgradeset" : {
"updatedEntry" : [
{
"configSettingID" : 0,
"contractMaxSizeBytes" : 32768
}
]
},
"configupgradesetkey" : {
"data" : "A2X1x61JPcqp3xe1AxsI6w3fqehhW6iU16Tn5HV32eiPU4K5Q3ayQUPGrHt7nMSvsWFD86wQYI9P6fiJD9kI+w==",
"nullopt" : false
}
},
"fee" : {
"data" : 10000,
"nullopt" : false
},
"flags" : {
"nullopt" : true
},
"maxsorobantxsetsize" : {
"nullopt" : true
},
"maxtxsize" : {
"nullopt" : true
},
"reserve" : {
"nullopt" : true
},
"time" : 1666464812,
"version" : {
"data" : 20,
"nullopt" : false
}
}
)" )
with expansion:
"{
"configupgradeinfo" : {
"configupgradeset" : {
"updatedEntry" : [
{
"configSettingID" : "CONFIG_SETTING_CONTRACT_MAX_SIZE_BYTES",
"contractMaxSizeBytes" : 32768
}
]
},
"configupgradesetkey" : {
"data" :
"A2X1x61JPcqp3xe1AxsI6w3fqehhW6iU16Tn5HV32eiPU4K5Q3ayQUPGrHt7nMSvsWFD86wQYI9-
P6fiJD9kI+w==",
"nullopt" : false
}
},
"fee" : {
"data" : 10000,
"nullopt" : false
},
"flags" : {
"nullopt" : true
},
"maxsorobantxsetsize" : {
"nullopt" : true
},
"maxtxsize" : {
"nullopt" : true
},
"reserve" : {
"nullopt" : true
},
"time" : 1666464812,
"version" : {
"data" : 20,
"nullopt" : false
}
}
"
==
"{
"configupgradeinfo" : {
"configupgradeset" : {
"updatedEntry" : [
{
"configSettingID" : 0,
"contractMaxSizeBytes" : 32768
}
]
},
"configupgradesetkey" : {
"data" :
"A2X1x61JPcqp3xe1AxsI6w3fqehhW6iU16Tn5HV32eiPU4K5Q3ayQUPGrHt7nMSvsWFD86wQYI9-
P6fiJD9kI+w==",
"nullopt" : false
}
},
"fee" : {
"data" : 10000,
"nullopt" : false
},
"flags" : {
"nullopt" : true
},
"maxsorobantxsetsize" : {
"nullopt" : true
},
"maxtxsize" : {
"nullopt" : true
},
"reserve" : {
"nullopt" : true
},
"time" : 1666464812,
"version" : {
"data" : 20,
"nullopt" : false
}
}
"
Ref: Homebrew/homebrew-core#163521 (comment)
Ref: https://github.com/Homebrew/homebrew-core/actions/runs/7987264100/job/21809578743?pr=163521#step:3:14051
Your Environment and Setup
stellar-core Version
v20.2.0
Environment
GitHub Runner:
Current runner version: '2.313.0'
Machine name: 'Ventura'
Supporting Files
N/A