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
| I0722 03:34:45.498270 2580 worker.go:502] commit new work on block 958595 with 101 txs & 0 uncles. Took 908.458001ms | |
| I0722 03:34:58.330720 2580 chain_manager.go:678] imported 1 block(s) (0 queued 0 ignored) including 101 txs in 612.313184ms. #958593 [5903cad6 / 5903cad6] | |
| I0722 03:35:06.015558 2580 chain_manager.go:678] imported 1 block(s) (0 queued 0 ignored) including 101 txs in 791.007886ms. #958595 [426c22c8 / 426c22c8] | |
| panic: leveldb: batch corrupted: invalid records length | |
| goroutine 86 [running]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).Write(0xc2081e86e0, 0xc2350b3700, 0x0, 0x0, 0x0) | |
| /home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:201 +0x5be | |
| github.com/ethereum/go-ethereum/trie.(*Cache).Flush(0xc217972700) | |
| /home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/trie/cache.go:60 +0x90 |
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
| describe Api::V2::FolderController do | |
| # Create an organization, a user, and populate that organization with a folder. | |
| let!(:organization) { ... } | |
| let!(:folder) { ..., parent: organization } | |
| let!(:user) { ..., email: "realuser@company.com" } | |
| describe "folder api" do | |
| let(:path) { ... } # Path to api call | |
| context "payload as external user" do |
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
| describe Api::V2::FolderController do | |
| # Create an organization, a user, and populate that organization with a folder. | |
| let!(:organization) { ... } | |
| let!(:folder) { ..., parent: organization } | |
| let!(:user) { ..., email: "realuser@company.com" } | |
| describe "folder api" do | |
| let(:path) { ... } # Path to api call | |
| context "payload as external user" do |
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
| describe Api::V2::FolderController do | |
| # Create an organization, a user, and populate that organization with a folder. | |
| let!(:organization) { ... } | |
| let!(:folder) { ..., parent: organization } | |
| let!(:user) { ..., email: "realuser@company.com" } | |
| describe "folder api" do | |
| let(:path) { ... } # Path to api call | |
| context "payload as external user" do |
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
| describe Api::V2::FolderController do | |
| # Create an organization, a user, and populate that organization with a folder. | |
| let!(:organization) { ... } | |
| let!(:folder) { ..., parent: organization } | |
| let!(:user) { ..., email: "realuser@company.com" } | |
| describe "folder api" do | |
| let(:path) { ... } # Path to api call | |
| context "payload as external user" do |
NewerOlder