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
## Contributing | |
Be aware automatic script is used to create release notes for each version, to let it do its job properly follow this simple rules to write your commit messages: | |
If your commit adds a new feature format your message as ('Closes' field is optional and required only if you have a related open issue): | |
[Closes #] Feature Added: Feature Name | |
- More detailed description of what you did | |
- More detailed description of what you did | |
- More detailed description of what you did | |
... |
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
{ | |
"log": { | |
"version": "1.2", | |
"creator": { | |
"name": "WebInspector", | |
"version": "537.36" | |
}, | |
"pages": [ | |
{ | |
"startedDateTime": "2017-03-20T18:01:53.554Z", |
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
Browser configuration of @jenkins-cd/logging is explained at https://tfennelly.github.io/jenkins-js-logging/index.html#browser-config | |
6blueocean.js:17913 [ERROR - io.jenkins.blueocean.dashboard.harmonizeTimes] not found any startTime, seems that a component should not have called this me | |
error @ blueocean.js:17913 | |
harmonizeTimes @ blueocean.js:7944 | |
convertJenkinsNodeDetails @ jenkins-js-extension.js:49225 | |
(anonymous) @ jenkins-js-extension.js:49296 | |
convertJenkinsNodeGraph @ jenkins-js-extension.js:49295 | |
processData @ jenkins-js-extension.js:49371 | |
componentWillMount @ jenkins-js-extension.js:49356 | |
performInitialMount @ blueocean.js:83535 |
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
=================================== ERRORS ==================================== | |
[windows2012Test] ________________ ERROR at setup of testStartNewAgentOnUsedPort ________________ | |
[windows2012Test] | |
[windows2012Test] ha = HA(host='0.0.0.0', port=6714) | |
[windows2012Test] | |
[windows2012Test] def checkPortAvailable(ha): | |
[windows2012Test] """Checks whether the given port is available""" | |
[windows2012Test] sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) | |
[windows2012Test] try: | |
[windows2012Test] > sock.bind(ha) |
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
<?xml version="1.0" encoding="utf-8"?><testsuite errors="0" failures="1" name="pytest" skips="0" tests="1" time="101.594"><testcase classname="script.test_change_non_primary_node_ha" file="script/test_change_non_primary_node_ha.py" line="15" name="testChangeNodeHaForNonPrimary" time="101.26642394065857"><failure message="AssertionError: election should be complete, but 4 out of 4 don't know who the primary is for protocol no 1 | |
assert 4 == 0">looper = <stp_core.loop.looper.Looper object at 0x7f709d8eed68> | |
txnPoolNodeSet = [Alpha, Beta, Gamma, Delta] | |
tdirWithPoolTxns = '/tmp/pytest-of-sovrin/pytest-368/0' | |
poolTxnData = {'seeds': {'Alice': '99999999999999999999999999999999', 'Alpha': 'Alpha000000000000000000000000000', 'Beta': 'Beta0000...19uyjjEnsRGNXodFYqCRgdLmLRkt', 'txnId': '4b227777d4dd1fc61c6f884f48641d02b4d121d3fd328cb08b5531fcacdabf8a', ...}, ...]} | |
poolTxnStewardNames = ('Steward1', &a |
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
==================================== ERRORS ==================================== | |
_______________________ ERROR at setup of testViewChange _______________________ | |
def _(): | |
m_primary_node = get_master_primary_node(list(nodeSet.nodes.values())) | |
# Delay processing of PRE-PREPARE from all non primary replicas of master | |
# so master's performance falls and view changes | |
delayNonPrimaries(nodeSet, 0, 10) | |
sendReqsToNodesAndVerifySuffReplies(looper, wallet1, client1, 4) |
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
import { Collection, Db } from 'mongodb' | |
interface IEntity { | |
field: string | |
} | |
interface IUpdate<T> { | |
$set: T | |
} |
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
import { Mutex, MutexInterface } from 'async-mutex' | |
import { Connection, ConnectionManager, ConnectionOptions, EntityManager, QueryRunner } from 'typeorm' | |
import { Driver } from 'typeorm/driver/Driver' | |
import { DriverFactory } from 'typeorm/driver/DriverFactory' | |
import { SqliteDriver } from 'typeorm/driver/sqlite/SqliteDriver' | |
import { SqliteQueryRunner } from 'typeorm/driver/sqlite/SqliteQueryRunner' | |
import { AlreadyHasActiveConnectionError } from 'typeorm/error/AlreadyHasActiveConnectionError' | |
import { QueryRunnerProviderAlreadyReleasedError } from 'typeorm/error/QueryRunnerProviderAlreadyReleasedError' | |
import { app as logger } from './logger' |
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
npm info it worked if it ends with ok | |
npm verb cli [ '/usr/bin/node', '/usr/bin/npm', 'ci', '-ddd' ] | |
npm info using [email protected] | |
npm info using [email protected] | |
npm verb npm-session 1ebf26668331fae8 | |
npm info prepare initializing installer | |
npm verb prepare starting workers | |
npm verb prepare installation prefix: /usr/src/verity-ui/server | |
npm verb prepare using package-lock.json | |
npm verb checkLock verifying package-lock data |
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
npm info it worked if it ends with ok | |
npm verb cli [ '/usr/bin/node', '/usr/bin/npm', 'ci', '-ddd' ] | |
npm info using [email protected] | |
npm info using [email protected] | |
npm verb npm-session 1ebf26668331fae8 | |
npm info prepare initializing installer | |
npm verb prepare starting workers | |
npm verb prepare installation prefix: /usr/src/verity-ui/server | |
npm verb prepare using package-lock.json | |
npm verb checkLock verifying package-lock data |
OlderNewer