Commit Graph

3284 Commits

Author SHA1 Message Date
bc52336a1b affected_files metadata is only available for PR builds 2018-12-18 13:03:38 -08:00
3bfb052b0a Overhaul coverage setup 2018-12-18 10:48:06 -08:00
c71d5a111e Extract grcov download script 2018-12-18 10:48:06 -08:00
437b62c4d9 Upgrade grcov 2018-12-18 10:48:06 -08:00
cbca0ae264 Remove dead code 2018-12-18 10:48:06 -08:00
e0cde7dfc5 Remove stale log section 2018-12-18 10:32:40 -08:00
e720070945 Flip && style 2018-12-18 09:56:43 -08:00
a8ab6f4caf Preserve stable as default, use +nightly to get nightly 2018-12-18 09:54:47 -08:00
b7b1884950 Pass BUILDKITE_COMMIT env var into containers 2018-12-18 08:53:39 -08:00
755064d3e2 Use |cargo +nightly| to avoid assuming nightly is default 2018-12-18 08:44:33 -08:00
24a984086e nightly is now 1.33 2018-12-18 08:44:33 -08:00
4b831d58b7 Don't fiddle with default rust, humans don't like that 2018-12-18 08:44:33 -08:00
62f36037ea Pass CI env var into containers 2018-12-18 00:47:41 -08:00
ffdc1814c6 Add counters for gossip verification failures (#2094) 2018-12-17 20:12:50 -08:00
29776c0283 Publish book only on content changes instead of on every commit 2018-12-17 16:42:22 -08:00
69d7384cc0 Enable leader rotation on edge testnet (#2204) 2018-12-17 16:04:25 -08:00
9720ac0019 Fix try_erasure() (#2185)
* Fix try_erasure bug

* Re-enable asserts in test_replicator_startup

* Add test for out of order process_blobs
2018-12-17 15:34:19 -08:00
fc56e1e517 Correct crate-type to match other native programs 2018-12-17 15:17:13 -08:00
0f4837980f Switch noop from println to solana_logger 2018-12-17 14:56:12 -08:00
9a6e27ac36 Accounts is to big, should be its own module (#2198)
Account module is to big, should be in its own module.
2018-12-17 12:41:23 -08:00
07202205c4 Revert "ignore unstable tests"
This reverts commit bd7ef5d445071329a3b49b1f8be71b602226bbec.
2018-12-17 10:47:32 -08:00
dc56bbeec8 Ensure the full workspace is built for coverage 2018-12-17 10:47:32 -08:00
4be537c51a Temporarily disable nightly build until it can be fixed 2018-12-17 10:15:38 -08:00
66c568ba67 Add wallet sanity timeout 2018-12-17 09:58:34 -08:00
9ff8abaf29 Ensure port is not inuse before selecting it 2018-12-17 09:31:31 -08:00
b7144560c9 Include port number when gossip bind_to fails 2018-12-17 09:31:31 -08:00
4be6d01dfb Move last ids (#2187)
* Break out last_ids into its own module
* Boot SignatureNotFound from BankError
* No longer return BankError from LastIds methods
* No longer piggypack on BankError for a LastIds signature status
* Drop all dependencies on the bank
* SignatureStatus -> Status and LastIds -> StatusDeque
* Unstable tests, issue 2193
2018-12-17 07:55:56 -08:00
aef84320e0 Double cache size for stable-perf 2018-12-16 23:05:44 -08:00
9a5195e79e Remove CARGO_TARGET_CACHE_NAME, use BUILDKITE_LABEL 2018-12-16 23:05:44 -08:00
cc111941bb Cargo.lock 2018-12-16 23:05:44 -08:00
74ee1e5087 Increase the number of files a node may have open at a time 2018-12-15 17:15:22 -08:00
e5d1bd6589 Drop public suffix on build names 2018-12-15 16:54:23 -08:00
6a0f7a5ceb Update command path 2018-12-15 16:54:23 -08:00
554cd03269 Update buildkite badge URL 2018-12-15 16:54:23 -08:00
9995194cf1 Regenerate secrets 2018-12-15 15:27:58 -08:00
1298ab1647 Use ejson to manage build secrets 2018-12-15 15:10:04 -08:00
b8ab3078fb Add pipeline upload script 2018-12-15 15:10:04 -08:00
50e8666a14 Add format-url.sh 2018-12-15 15:10:04 -08:00
0659971ecf Remove unused cargo dependencies 2018-12-14 23:55:56 -08:00
fd562cb9e2 Rust 2018 cleanup 2018-12-14 21:57:15 -08:00
aaa5cd4615 Remove stray keygen 2018-12-14 21:57:15 -08:00
3f835f8ee3 Use proper match condition for duration (#2182) 2018-12-14 21:18:41 -08:00
5bf9a20d42 fullnode-config no longer depends on src/ 2018-12-14 20:13:34 -08:00
eedc8c7812 Move src/netutil.rs into its own crate 2018-12-14 20:13:34 -08:00
f0d1ed0cc4 |cargo test --all| 2018-12-14 19:32:04 -08:00
8ba1aed5a3 Fix up tests 2018-12-14 19:32:04 -08:00
9ef5e51c0f Cleanup slot remnants in db_ledger (#2153)
* Cleanup slot remnants in db_ledger
2018-12-14 17:05:41 -08:00
fe5566d642 Local testnet info (#2174) 2018-12-14 15:55:58 -08:00
4a2933b0b6 Update README.md 2018-12-14 15:55:16 -08:00
8ee0e9632c Switch to using hashbrown version of HashMap and (#2158)
HashSet for improved performance and memory usage
2018-12-14 15:10:10 -08:00