go-algorand
go-algorand copied to clipboard
TestApplicationsUpgradeOverREST flakey test
Subject of the issue
This test failed on Mac AMD64 when nothing relevant changed.
Your environment
https://app.circleci.com/pipelines/github/algorand/go-algorand/2282/workflows/882b32bc-c28d-410f-9799-02ca374da7d0/jobs/23539
Steps to reproduce
=== RUN TestApplicationsUpgradeOverREST
Created new rootkey: /opt/cibuild/project/tmp/out/e2e/122215-1632843695753/go/TestApplicationsUpgradeOverREST/Wallet2.rootkey
Created new rootkey: /opt/cibuild/project/tmp/out/e2e/122215-1632843695753/go/TestApplicationsUpgradeOverREST/Wallet1.rootkey
Created new partkey: /opt/cibuild/project/tmp/out/e2e/122215-1632843695753/go/TestApplicationsUpgradeOverREST/Wallet2.0.3000000.partkey
test-unupgraded-protocol 100000
algod(5417) : No REST API Token found. Generated token: 1d72cbe97ee961e6efd07729fcc7f6c3e488a9c524aaab9f08ff9c50f5ad5bfa
algod(5417) : No Admin REST API Token found. Generated token: a3ab310bf754c7a4127c324374d9fc3652d75f1968313ce28940ff813bc3703c
algod(5417) : Logging to: /opt/cibuild/project/tmp/out/e2e/122215-1632843695753/go/TestApplicationsUpgradeOverREST/Primary/node.log
algod(5417) : Deadlock detection is set to: enabled (Default state is 'enable')
algod(5417) : Initializing the Algorand node...
algod(5417) : Success!
algod(5417) : ⇨ http server started on 127.0.0.1:49912
algod(5417) : Node running and accepting RPC requests over HTTP on port 127.0.0.1:49912. Press Ctrl-C to exit
algod(5420) : No REST API Token found. Generated token: 87e58313d29448dae518e1204e705dd6d3b99dd1f364e321be37473f68e2a2c7
algod(5420) : No Admin REST API Token found. Generated token: 96171dca1e9284c5a94f1e8cb6187ced2d1084e778805076c4023d1af536a8da
algod(5420) : Logging to: /opt/cibuild/project/tmp/out/e2e/122215-1632843695753/go/TestApplicationsUpgradeOverREST/Node/node.log
algod(5420) : Deadlock detection is set to: enabled (Default state is 'enable')
algod(5420) : Initializing the Algorand node...
algod(5420) : Success!
algod(5420) : ⇨ http server started on 127.0.0.1:49932
algod(5420) : Node running and accepting RPC requests over HTTP on port 127.0.0.1:49932. Press Ctrl-C to exit
fixture.go:121:
Error Trace: application_support_test.go:292
Error: Not equal:
expected: basics.MicroAlgos{Raw:0x2540be018}
actual : basics.MicroAlgos{Raw:0x2540c0728}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,3 @@
(basics.MicroAlgos) {
- Raw: (uint64) 9999999000
+ Raw: (uint64) 10000009000
}
Test: TestApplicationsUpgradeOverREST
algod(5417) : Exiting on terminated
algod(5420) : Exiting on terminated
--- FAIL: TestApplicationsUpgradeOverREST (31.95s)