Skip to content

Commit

Permalink
fdb : suport fdb for metadata engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Vigor-jpg committed Aug 27, 2022
1 parent bb84127 commit 5f330fc
Show file tree
Hide file tree
Showing 38 changed files with 392 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/actions/clickhouse/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ runs:
- name: Set up Docker
uses: docker-practice/actions-setup-docker@master

- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
shell: bash
run: make juicefs
Expand Down
6 changes: 6 additions & 0 deletions .github/actions/fio/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ runs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
6 changes: 6 additions & 0 deletions .github/actions/gateway/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ runs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
#if it is self ruuner
Expand Down
6 changes: 6 additions & 0 deletions .github/actions/load/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ runs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
6 changes: 6 additions & 0 deletions .github/actions/rmr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ runs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
#if it is self ruuner
Expand Down
6 changes: 6 additions & 0 deletions .github/actions/sysbenchrndrw/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ runs:
- name: Set up Docker
uses: docker-practice/actions-setup-docker@master

- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
shell: bash
run: make juicefs
Expand Down
6 changes: 6 additions & 0 deletions .github/actions/sysbenchseqrw/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ runs:
- name: Set up Docker
uses: docker-practice/actions-setup-docker@master

- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
shell: bash
run: make juicefs
Expand Down
6 changes: 6 additions & 0 deletions .github/actions/vdbench/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ runs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
shell: bash
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/actions/version-compatible/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ runs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
shell: bash
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/aitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/aitests_limitcache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/elastictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/encoding_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
url=https://github.com/juicedata/juicefs/releases/download/v1.0.0-beta2/juicefs-1.0.0-beta2-linux-amd64.tar.gz
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,11 @@ jobs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/gc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ltpfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ltpsyscallshead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ltpsyscallsmiddle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ltpsyscallstail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/mdtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
echo ::set-output name=BACKWARD_VERSIONS::1
echo ::set-output name=PYROSCOPE_URL::http://172.27.0.1:4040
- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
export GOPATH=/usr/local/go
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/mongodb_mmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/mysqltest_bigtable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/mysqltest_smalltable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pjdfstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/redis_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/sdktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
make juicefs
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down Expand Up @@ -161,6 +166,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: '1.18.x'

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tpcds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Fdb C Lib
run: |
wget https://github.com/apple/foundationdb/releases/download/6.3.24/foundationdb-clients_6.3.24-1_amd64.deb
sudo dpkg -i foundationdb-clients_6.3.24-1_amd64.deb
- name: Build linux target
run: make juicefs

Expand Down
Loading

0 comments on commit 5f330fc

Please sign in to comment.