Skip to content

Commit

Permalink
tests(nightly): warn log level for l1 rec node (#770)
Browse files Browse the repository at this point in the history
* tests(nightly): warn log level for l1 rec node

* tests(nightly): ignore, loud cache log
  • Loading branch information
revitteth authored Jul 11, 2024
1 parent 3896a9b commit 4796359
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ build
tests/testdata
cmd/prometheus
vendor

cache.db
.git
1 change: 0 additions & 1 deletion cmd/hack/rpc_cache/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ func handleRequest(w http.ResponseWriter, r *http.Request) {
}

url, _ := url2.Parse(endpoint)
fmt.Println("Fetching from upstream", url.Host)

resp, err := http.Post(endpoint, "application/json", bytes.NewBuffer(body))
if err != nil {
Expand Down
13 changes: 13 additions & 0 deletions zk/tests/nightly-l1-recovery/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
**/*_test.go
**/*.a
**/*.dylib
**/*.o
**/*.dSYM

build
tests/testdata
cmd/prometheus
vendor

cache.db
.git
2 changes: 2 additions & 0 deletions zk/tests/nightly-l1-recovery/network5-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ zkevm.sequencer-block-seal-time: "5s"
zkevm.sequencer-batch-seal-time: "15m"
zkevm.allow-pre-eip155-transactions: true

log.console.verbosity: warn

zkevm.l1-sync-start-block: 6032365

externalcl: true
Expand Down

0 comments on commit 4796359

Please sign in to comment.