-
Enhancement
-
Resolution: Fixed
-
P3
-
15
-
b22
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8342101 | 11.0.26-oracle | PAWAN CHAWDHARY | P3 | Resolved | Fixed | b02 |
Some tests are incompatible with containers, hard to execute in container environment, requiring special additional setup.
The reasons could be:
- special host or OS configuration setup is required
- huge disk space or other unusual resource requirements
- special host/port configuration
- access to external hosts
Proposal:
- create a new at-requires definition/method and implement it
- the name could be 'containerized'
- annotate the incompatible tests with "@requires !containerized"
The reasons could be:
- special host or OS configuration setup is required
- huge disk space or other unusual resource requirements
- special host/port configuration
- access to external hosts
Proposal:
- create a new at-requires definition/method and implement it
- the name could be 'containerized'
- annotate the incompatible tests with "@requires !containerized"
- backported by
-
JDK-8342101 Create at-requires mechanism for containers
- Resolved