Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 39 additions & 4 deletions manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3103,8 +3103,18 @@ manifest:
spring-boot-wildfly: v1.38.0
uds-spring-boot: v1.38.0
? tests/debugger/test_debugger_probe_status.py::Test_Debugger_Line_Probe_Statuses::test_probe_status_log_line_with_different_casing
: bug (DEBUG-5105)
tests/debugger/test_debugger_probe_status.py::Test_Debugger_Line_Probe_Statuses::test_probe_status_log_line_with_windows_path: bug (DEBUG-5109)
: # TODO: a lower version might be supported
- declaration: bug (DEBUG-5105)
component_version: <1.63.0
weblog: [spring-boot-undertow, uds-spring-boot, spring-boot-openliberty, spring-boot-payara, spring-boot, spring-boot-wildfly, spring-boot-jetty]
- declaration: bug (DEBUG-5105)
excluded_weblog: [spring-boot-undertow, uds-spring-boot, spring-boot-openliberty, spring-boot-payara, spring-boot, spring-boot-wildfly, spring-boot-jetty]
tests/debugger/test_debugger_probe_status.py::Test_Debugger_Line_Probe_Statuses::test_probe_status_log_line_with_windows_path: # TODO: a lower version might be supported
- declaration: bug (DEBUG-5109)
component_version: <1.63.0
weblog: [spring-boot-undertow, uds-spring-boot, spring-boot-openliberty, spring-boot-payara, spring-boot, spring-boot-wildfly, spring-boot-jetty]
- declaration: bug (DEBUG-5109)
excluded_weblog: [spring-boot-undertow, uds-spring-boot, spring-boot-openliberty, spring-boot-payara, spring-boot, spring-boot-wildfly, spring-boot-jetty]
tests/debugger/test_debugger_probe_status.py::Test_Debugger_Method_Probe_Statuses:
- weblog_declaration:
"*": missing_feature
Expand All @@ -3123,8 +3133,33 @@ manifest:
spring-boot-openliberty: v1.38.0
spring-boot-undertow: v1.38.0
uds-spring-boot: v1.38.0
# TODO(andrei): un-skip when v1.63.0 is released
tests/debugger/test_debugger_symdb.py::Test_Debugger_SymDb::test_event_metadata: missing_feature (extended event schema not yet shipped)
# TODO(andrei): un-skip when v1.63.0 is released
vertx3: v1.63.0 # TODO: a lower version might be supported
jersey-grizzly2: v1.63.0 # TODO: a lower version might be supported
akka-http: v1.63.0 # TODO: a lower version might be supported
resteasy-netty3: v1.63.0 # TODO: a lower version might be supported
spring-boot-payara: v1.63.0 # TODO: a lower version might be supported
ratpack: v1.63.0 # TODO: a lower version might be supported
spring-boot-wildfly: v1.63.0 # TODO: a lower version might be supported
play: v1.63.0 # TODO: a lower version might be supported
vertx4: v1.63.0 # TODO: a lower version might be supported
tests/debugger/test_debugger_symdb.py::Test_Debugger_SymDb::test_event_metadata: # TODO: a lower version might be supported
- declaration: missing_feature (extended event schema not yet shipped)
component_version: <1.63.0
weblog: [vertx3, spring-boot-undertow, uds-spring-boot, jersey-grizzly2, spring-boot-openliberty, akka-http, resteasy-netty3, spring-boot-payara, spring-boot, spring-boot-wildfly, ratpack, spring-boot-jetty, play, vertx4]
- declaration: missing_feature (extended event schema not yet shipped)
excluded_weblog: [vertx3, spring-boot-undertow, uds-spring-boot, jersey-grizzly2, spring-boot-openliberty, akka-http, resteasy-netty3, spring-boot-payara, spring-boot, spring-boot-wildfly, ratpack, spring-boot-jetty, play, vertx4]
tests/debugger/test_debugger_symdb.py::Test_Debugger_SymDb::test_symdb_upload:
- weblog_declaration:
play: missing_feature
spring-boot-payara: missing_feature
akka-http: missing_feature
jersey-grizzly2: missing_feature
ratpack: missing_feature
resteasy-netty3: missing_feature
spring-boot-wildfly: missing_feature
vertx3: missing_feature
vertx4: missing_feature
tests/debugger/test_debugger_telemetry.py::Test_Debugger_Telemetry:
- weblog_declaration:
"*": missing_feature
Expand Down
Loading