Skip to content

Commit

Permalink
Merge branch 'main' into close-client-eh
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj authored Dec 11, 2023
2 parents a9e91bf + a7b615f commit 5d1bed4
Show file tree
Hide file tree
Showing 17 changed files with 651 additions and 709 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
with:
components: clippy

- name: disable clippy for sqlparser-rs
run: sed -i '1s/^/#![allow(clippy::all)]\n/' nexus/sqlparser-rs/src/lib.rs

- name: clippy
run: cargo clippy -- -D warnings
working-directory: ./nexus
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

6 changes: 0 additions & 6 deletions flow/e2e/congen.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ func cleanPostgres(pool *pgxpool.Pool, suffix string) error {
return fmt.Errorf("failed to drop e2e_test schema: %w", err)
}

// drop the S3 metadata database if it exists
_, err = pool.Exec(context.Background(), "DROP SCHEMA IF EXISTS peerdb_s3_metadata CASCADE")
if err != nil {
return fmt.Errorf("failed to drop metadata schema: %w", err)
}

// drop all open slots with the given suffix
_, err = pool.Exec(
context.Background(),
Expand Down
Loading

0 comments on commit 5d1bed4

Please sign in to comment.