Open
Conversation
added 4 commits
September 2, 2019 18:37
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
added 21 commits
September 3, 2019 16:53
port from Config
split forkResolving tests
add slow mining settings
added 17 commits
September 10, 2019 11:19
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
GRYE
reviewed
Sep 30, 2019
GRYE
reviewed
Sep 30, 2019
it/src/test/scala/encry/it/variousСompound/NodeRestartTest.scala
Outdated
Show resolved
Hide resolved
GRYE
reviewed
Sep 30, 2019
it/src/test/scala/encry/it/variousСompound/TwoOfflinegenDelayTest.scala
Outdated
Show resolved
Hide resolved
GRYE
reviewed
Sep 30, 2019
| import encry.EncryApp | ||
| import encry.settings.RESTApiSettings | ||
|
|
||
| case class NodeApiRoute(restApiSettings: RESTApiSettings)(implicit val context: ActorRefFactory) |
Contributor
There was a problem hiding this comment.
I'm not sure, that creating such a route is a good idea
Member
Author
There was a problem hiding this comment.
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
GRYE
reviewed
Sep 30, 2019
Contributor
Member
Author
If you run tests selectively, you must first run |
Contributor
|
So, I tried to run it as follows: But it fails anyway |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Core - it-test: Fork resolving on downloading