-
Notifications
You must be signed in to change notification settings - Fork 127
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
MG Test on quick templates #1026
MG Test on quick templates #1026
Conversation
Bencher
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
Bencher
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
Bencher
🚨 1 ALERT: Threshold Boundary Limit exceeded!
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
Bencher
🚨 1 ALERT: Threshold Boundary Limit exceeded!
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
test/message-generator/mock/template-provider-mock-quick-template.json
Outdated
Show resolved
Hide resolved
test/message-generator/mock/template-provider-mock-quick-template.json
Outdated
Show resolved
Hide resolved
"value": "0x73" | ||
} | ||
], | ||
"actiondoc": "This action checks RequestTransactionData received" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as mentioned above, the mock TP broadcasts NewTemplate
and SetNewPrevHash
before the JDC has had the time to bootstrap and establish a connection
as a consequence, JDC is never aware of neither of these messages, and it never really sends a RequestTransactionData
, so this action keeps hanging and the mock TP doesn't progress
Closing as MG test does not solve for this, we need integration tests for this (#1077). |
Closes #923
Work in Progress:
Current State:
The process currently encounters an issue where it gets stuck at the declareMiningJob step. Debugging in progress.