mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-23 04:39:04 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30706c60c9 | |||
| 417fefc1bc |
@@ -196,8 +196,11 @@ jobs:
|
|||||||
cache-save-if: 'false'
|
cache-save-if: 'false'
|
||||||
install-build-packaging-tools: 'false'
|
install-build-packaging-tools: 'false'
|
||||||
|
|
||||||
- name: Verify protocol socket oracle
|
- name: Install and verify protocol socket oracle
|
||||||
run: ss -tn state CLOSE-WAIT >/dev/null
|
run: |
|
||||||
|
sudo apt-get update -qq
|
||||||
|
sudo apt-get install -y -qq iproute2
|
||||||
|
ss -tn state CLOSE-WAIT >/dev/null
|
||||||
|
|
||||||
# The suite owns fixed protocol ports and serializes its internal cases.
|
# The suite owns fixed protocol ports and serializes its internal cases.
|
||||||
- name: Verify protocol e2e membership
|
- name: Verify protocol e2e membership
|
||||||
|
|||||||
Reference in New Issue
Block a user