Skip to content

Instantly share code, notes, and snippets.

@systemsincode
systemsincode / Glassfish output for Jersey-ejb issue.txt
Created August 11, 2018 16:30
Glassfish output for Jersey-ejb issue
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=192m; support was removed in 8.0
Launching GlassFish on Felix platform
Aug 11, 2018 11:47:13 AM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner createBundleProvisioner
INFO: Create bundle provisioner class = class com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.
Aug 11, 2018 11:47:13 AM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner$DefaultCustomizer getLocations
WARNING: Skipping entry because it is not an absolute URI.
Aug 11, 2018 11:47:13 AM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner$DefaultCustomizer getLocations
WARNING: Skipping entry because it is not an absolute URI.
Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishRuntime@75125ccd in service registry.
Found populator: com.sun.enterprise.v3.server.GFDomainXml
@systemsincode
systemsincode / Mappings Between Cucumber JUNIT and TestRail via plugin.md
Last active August 1, 2019 00:15
Mappings Between Cucumber - JUNIT XML - TestRail for jenkinssco/testrail-plugin
Cucmber-jvm Project (via Jekins) JUNIT XML REPORT (in surefire-reports folder)* TestRail UI (as provided by jenkinsci/testrail-plugin)
NameSpace of TestProject class testsuite tag 'Section' (looks like a folder)
Feature testcase tag 'classname' attribute N/A
Scenario testcase tag 'name' attribute Testcase as result (ignores testcases in other 'sections)
Steps Only in failure tags Only refered to in failed result cucumber 'stacktrace'

* Differs from cucumber-junit-report.xml my the root of target dir:

  • testsuite name=cucmber.runtime.formatter.JUnitFormatter
  • each testcase
This file has been truncated, but you can view the full file.
Date/Time: 2020-04-24 09:28:33 +0100
End time: 2020-04-24 09:28:44 +0100
OS Version: Mac OS X 10.14.6 (Build 18G3020)
Architecture: x86_64h
Report Version: 28
Data Source: Stackshots
Shared Cache: 0x2cd4000 B8C9A9D2-B89E-37E6-8C99-1EE233018098
Shared Cache: 0 DDEACD2E-FF34-32F9-BB03-A149548F286D
@systemsincode
systemsincode / NEW Can't point two queries to same activity
Created November 19, 2021 20:57
Old style Activity PlantUML - can't show question on Test Diamond on IF/ELSE and NEW can't share target acivities
@startuml
header Minimum Reproducible Example
title Can't point two queries to same activity
start
!$shared = SHARED
!$nonShared = NON-SHARED
:Minimum Reproducible Example;
if (Test Question) then (yes)
:$shared;