-
Notifications
You must be signed in to change notification settings - Fork 7
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
EC-749 #370
base: master
Are you sure you want to change the base?
EC-749 #370
Conversation
add connectOnlyWithKnownPeers to Config
add connectOnlyWithKnownPeers to Config
add test Late node should sync with the first of two nodes add test All nodes should go to first chain
port from Config
split forkResolving tests
add slow mining settings
replace AdditionalTestSettings.conf with AdditionalTestSettings trait
cleanup
conflict resolve
conflict resolve
conflict resolve
# Conflicts: # it/src/test/scala/encry/it/transactions/AssetTokenTransactionTest.scala
# Conflicts: # it/src/test/scala/encry/it/transactions/AssetTokenTransactionTest.scala
it/src/test/scala/encry/it/variousСompound/NodeRestartTest.scala
Outdated
Show resolved
Hide resolved
it/src/test/scala/encry/it/variousСompound/TwoOfflinegenDelayTest.scala
Outdated
Show resolved
Hide resolved
import encry.EncryApp | ||
import encry.settings.RESTApiSettings | ||
|
||
case class NodeApiRoute(restApiSettings: RESTApiSettings)(implicit val context: ActorRefFactory) |
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.
I'm not sure, that creating such a route is a good idea
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.
This is necessary for the correct node restart
So as not to damage the database files
We can refuse the route and take a chance
If you run tests selectively, you must first run |
So, I tried to run it as follows:
But it fails anyway |
Core - it-test: Fork resolving on downloading