| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8376455 | 26.0.1 | Sendao Yan | P4 | Resolved | Fixed | b03 |
| JDK-8376426 | 26 | Sendao Yan | P4 | Resolved | Fixed | b33 |
The sctp tests need libsctp1 to be installed, otherwise those tests will report skipped. Seems that there is no help information to descripte how to run those tests. I think it's meaningful to add help information how to run those tests.
ubuntu:
sudo apt install libsctp1
centos:
sudo yum install -y lksctp-tools
sudo modprobe sctp
lsmod | grep sctp
ubuntu:
sudo apt install libsctp1
centos:
sudo yum install -y lksctp-tools
sudo modprobe sctp
lsmod | grep sctp
- backported by
-
JDK-8376426 Add notes for sctp tests
-
- Resolved
-
-
JDK-8376455 Add notes for sctp tests
-
- Resolved
-
- links to
-
Commit(jdk26)
openjdk/jdk/6ac3ce01
-
Commit(master)
openjdk/jdk/93255602
-
Review(jdk26)
openjdk/jdk/29399
-
Review(master)
openjdk/jdk/29320
(1 links to)